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

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: Fixed the comments 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..349e619a8af920b89a4b4c950a5f7354f4028d65 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",

Powered by Google App Engine
This is Rietveld 408576698