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

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

Issue 1477733003: Replace xmllite with libxml in autofill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@556433_remove_dead_code
Patch Set: Just rebased Created 5 years, 1 month 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.gypi ('k') | components/autofill/core/browser/DEPS » ('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 ee20687d22bf0061d5e3a9f163e608f2c277826c..1dcf74f1fb7bfafbcd4257f9edf7307e67932c98 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -180,8 +180,8 @@ source_set("browser") {
"//third_party/fips181",
"//third_party/icu",
"//third_party/libaddressinput:util",
- "//third_party/libjingle",
"//third_party/libphonenumber",
+ "//third_party/libxml",
"//third_party/re2",
"//ui/base",
"//ui/gfx",
@@ -309,7 +309,6 @@ source_set("unit_tests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/libaddressinput:util",
- "//third_party/libjingle",
"//third_party/libphonenumber",
"//ui/base",
"//url",
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698