Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(164)

Unified Diff: components/BUILD.gn

Issue 1284173003: Create a about handler component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698