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

Unified Diff: ios/chrome/browser/web/BUILD.gn

Issue 2967273002: [Payments] Add an entry for Payment Request to chrome://flags on iOS (Closed)
Patch Set: deps fix Created 3 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
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/chrome/browser/web/chrome_web_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/web/BUILD.gn
diff --git a/ios/chrome/browser/web/BUILD.gn b/ios/chrome/browser/web/BUILD.gn
index 0e07ad41eaa86a3d185258ebdd800666158fc623..ed357f0fbcb1cd4ecc271064c3ae8500de735d0f 100644
--- a/ios/chrome/browser/web/BUILD.gn
+++ b/ios/chrome/browser/web/BUILD.gn
@@ -132,6 +132,7 @@ source_set("web_internal") {
"//components/dom_distiller/core",
"//components/error_page/common",
"//components/infobars/core",
+ "//components/payments/core",
"//components/prefs",
"//components/resources",
"//components/strings",
@@ -198,6 +199,7 @@ source_set("unit_tests_internal") {
"//base/test:test_support",
"//components/content_settings/core/browser",
"//components/infobars/core",
+ "//components/payments/core",
"//ios/chrome/browser",
"//ios/chrome/browser/browser_state:test_support",
"//ios/chrome/browser/content_settings:content_settings",
« no previous file with comments | « ios/chrome/browser/ui/browser_view_controller.mm ('k') | ios/chrome/browser/web/chrome_web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698