Supervised user import: Listen for profile creation/deletion
[chromium-blink-merge.git] / components / bookmarks / managed / BUILD.gn
blob5091386cccb00457bda0bfba74ce0704af42cd8f
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") {
6   sources = [
7     "managed_bookmarks_tracker.cc",
8     "managed_bookmarks_tracker.h",
9   ]
11   deps = [
12     "//components/bookmarks/browser",
13     "//components/strings",
14   ]
17 source_set("unit_tests") {
18   testonly = true
19   sources = [
20     "managed_bookmarks_tracker_unittest.cc",
21   ]
23   configs += [ "//build/config/compiler:no_size_t_to_int_warning" ]
25   deps = [
26     ":managed",
27     "//components/bookmarks/test",
28     "//components/strings",
29     "//testing/gmock",
30     "//testing/gtest",
31   ]