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

Unified Diff: components/autofill/core/browser/BUILD.gn

Issue 420113003: components: Fix a couple of the TODO(GYP) todos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: REBASE Created 6 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
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/invalidation/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 63044880da7e09fa3bcf9aea69cac0264a268df2..9f3713c4398a3e038497033284efa4f442440d99 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -138,12 +138,14 @@ static_library("browser") {
"//components/autofill/core/common",
"//components/keyed_service/core",
"//components/os_crypt",
+ "//components/pref_registry",
"//components/resources",
"//components/strings",
"//components/webdata/common",
"//google_apis",
"//skia",
"//sql",
+ "//third_party/fips181",
"//third_party/icu",
"//third_party/libaddressinput:util",
"//third_party/libphonenumber",
@@ -151,10 +153,8 @@ static_library("browser") {
"//ui/gfx",
"//ui/gfx/geometry",
"//url",
- #'../third_party/fips181/fips181.gyp:fips181', TODO(GYP)
# TODO(GYP) also remove libjingle_stub_config below when this is added:
#'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
- #'pref_registry', TODO(GYP)
]
configs += [ "//content:libjingle_stub_config" ]
« no previous file with comments | « components/autofill/content/browser/BUILD.gn ('k') | components/invalidation/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698