summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gn2
-rw-r--r--components/bookmarks/managed/BUILD.gn12
2 files changed, 14 insertions, 0 deletions
diff --git a/.gn b/.gn
index 4f9cf60..55b4c13 100644
--- a/.gn
+++ b/.gn
@@ -33,6 +33,8 @@ check_targets = [
"//cloud_print/*",
#"//components/*", # Lots of errors.
+ "//components/bookmarks/*",
+
#"//content/*", # A whole lot of errors.
"//courgette/*",
"//crypto/*",
diff --git a/components/bookmarks/managed/BUILD.gn b/components/bookmarks/managed/BUILD.gn
index 5091386..77a9f9eb 100644
--- a/components/bookmarks/managed/BUILD.gn
+++ b/components/bookmarks/managed/BUILD.gn
@@ -9,8 +9,13 @@ source_set("managed") {
]
deps = [
+ "//base",
+ "//base:prefs",
"//components/bookmarks/browser",
+ "//components/bookmarks/common",
"//components/strings",
+ "//ui/base",
+ "//url",
]
}
@@ -24,9 +29,16 @@ source_set("unit_tests") {
deps = [
":managed",
+ "//base",
+ "//base:prefs",
+ "//base:prefs_test_support",
+ "//components/bookmarks/browser",
+ "//components/bookmarks/common",
"//components/bookmarks/test",
"//components/strings",
"//testing/gmock",
"//testing/gtest",
+ "//ui/base",
+ "//url",
]
}