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

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

Issue 455583002: Port parts of //third_pary/libjingle build to GN (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small includes fix 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 9f3713c4398a3e038497033284efa4f442440d99..7aa29a1179745760e5ecac516c1e39265cfc9456 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -149,15 +149,13 @@ static_library("browser") {
"//third_party/icu",
"//third_party/libaddressinput:util",
"//third_party/libphonenumber",
+ "//third_party/libjingle",
"//ui/base",
"//ui/gfx",
"//ui/gfx/geometry",
"//url",
- # TODO(GYP) also remove libjingle_stub_config below when this is added:
- #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
]
- configs += [ "//content:libjingle_stub_config" ]
direct_dependent_configs = [ ":autofill_browser_config" ]
if (autofill_enable_sync) {
@@ -238,8 +236,6 @@ source_set("unit_tests") {
"webdata/web_data_service_unittest.cc",
]
- configs += [ "//content:libjingle_stub_config" ]
-
deps = [
":browser",
":test_support",
@@ -247,6 +243,6 @@ source_set("unit_tests") {
"//components/strings",
"//testing/gmock",
"//third_party/libphonenumber",
- #'../third_party/libjingle/libjingle.gyp:libjingle', TODO(GYP)
+ "//third_party/libjingle"
]
}
« 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