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

Unified Diff: BUILD.gn

Issue 340953004: Add user_prefs and visitedlink components to GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | components/user_prefs/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index f7fdde9c05bb4c4926714ef83153274eeef5784d..4a9060bf4be4e9ed26ced7c86047331ac59047b6 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -35,6 +35,10 @@ group("root") {
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
"//components/url_matcher",
+ "//components/user_prefs",
+ "//components/visitedlink/browser",
+ "//components/visitedlink/common",
+ #"//components/visitedlink/renderer", # Blocked on blink
"//content",
"//crypto",
"//extensions/common/api:extensions_api",
@@ -136,6 +140,9 @@ group("root") {
deps -= [
"//cc",
"//content",
+ "//components/user_prefs", # Blocked on content.
+ "//components/visitedlink/browser", # Blocked on content.
+ "//components/visitedlink/common", # Blocked on content.
"//extensions/common/api:extensions_api",
"//pdf", # Not compiled on Android in GYP yet, either.
"//ppapi:ppapi_c",
« no previous file with comments | « no previous file | components/user_prefs/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698