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

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

Issue 2808513002: [Payments] Add PaymentRequest checkout funnel UKMs. (Closed)
Patch Set: Rebase Created 3 years, 8 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 5412dc179ccb682c20519a582dcd8d48d9f56d3a..5293b93c825fa43c17c916044b5b4f1e027b6dbc 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -189,6 +189,7 @@ static_library("browser") {
"//components/autofill/core/browser/proto",
"//components/autofill/core/common",
"//components/resources",
+ "//skia",
]
deps = [
"//base",
@@ -211,7 +212,6 @@ static_library("browser") {
"//components/webdata/common",
"//google_apis",
"//net",
- "//skia",
"//sql",
"//third_party/fips181",
"//third_party/icu",
« no previous file with comments | « chrome/browser/payments/android/journey_logger_android.cc ('k') | components/payments/content/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698