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

Unified Diff: chrome/browser/BUILD.gn

Issue 366933003: Add //components/webdata/common to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: output_name Created 6 years, 5 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/BUILD.gn » ('j') | components/webdata/common/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 3336e3fcfd9c547e8550cc598f388e919dc9bfbe..b15a185df498e896f0cbda9eca1e69630c6f6372 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -51,6 +51,7 @@ static_library("browser") {
"//components/translate:translate_core_browser",
"//components/translate:translate_core_common",
"//components/user_prefs",
+ "//components/webdata/common",
"//content/public/browser",
"//content/public/common",
"//courgette:courgette_lib",
@@ -103,7 +104,6 @@ static_library("browser") {
#"../components/components.gyp:startup_metric_utils",
#"../components/components.gyp:sync_driver",
#"../components/components.gyp:url_fixer",
- #"../components/components.gyp:webdata_common",
#"../jingle/jingle.gyp:notifier",
#"../third_party/libjingle/libjingle.gyp:libjingle",
#"../ui/message_center/message_center.gyp:message_center",
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | components/webdata/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698