Index: components/BUILD.gn |
diff --git a/components/BUILD.gn b/components/BUILD.gn |
index b7c12a28121a555474913d76abd0674e57de7c9f..c3ca724f29f2ff017bfe534a199b1a8349a0d3b3 100644 |
--- a/components/BUILD.gn |
+++ b/components/BUILD.gn |
@@ -14,6 +14,7 @@ group("all_components") { |
visibility = [ "//:*" ] # Only for the root targets to bring in. |
deps = [ |
+ "//components/about_handler", |
"//components/auto_login_parser", |
"//components/autofill/content/browser", |
"//components/autofill/content/common", |
@@ -335,6 +336,7 @@ test("components_unittests") { |
# These are the deps required by the code in this target. |
"//base", |
"//base/test:test_support", |
+ "//components/about_handler", |
droger
2015/08/12 13:03:25
I think this is not needed, can you remove it?
Jitu( very slow this week)
2015/08/12 14:34:17
Done.
|
"//components/policy:policy_component", |
"//content/test:test_support", |
"//net", |