1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("managed") {
7 "managed_bookmarks_tracker.cc",
8 "managed_bookmarks_tracker.h",
12 "//components/bookmarks/browser",
13 "//components/strings",
17 source_set("unit_tests") {
20 "managed_bookmarks_tracker_unittest.cc",
23 configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
27 "//components/bookmarks/test",
28 "//components/strings",