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

Unified Diff: components/autofill/core/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: rebase 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 | « components/autofill/content/browser/BUILD.gn ('k') | components/webdata/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 59c7cd71112a52b5093061bcb25e7b67957e8f2c..4a03f98650af08397f520e5db13edde8c3de9969 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -140,6 +140,7 @@ static_library("browser") {
"//components/os_crypt",
"//components/resources",
"//components/strings",
+ "//components/webdata/common",
"//google_apis",
"//skia",
"//sql",
@@ -154,7 +155,6 @@ static_library("browser") {
# TODO(GYP) also remove libjingle_stub_config below when this is added:
#'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
#'pref_registry', TODO(GYP)
- #'webdata_common', TODO(GYP)
]
configs += [ "//content:libjingle_stub_config" ]
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/webdata/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698