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

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: 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
Index: components/autofill/core/browser/BUILD.gn
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index c479470ba9c49badb6118506a3e8b201e655a8e5..00841046f9ace683c3c6ee866930c3515a51ff9b 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" ]

Powered by Google App Engine
This is Rietveld 408576698