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

Unified Diff: components/payments/core/BUILD.gn

Issue 2784973002: Move string helper functions to components/core for iOS use. (Closed)
Patch Set: Deps, part 3 Created 3 years, 9 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 | « chrome/browser/ui/views/payments/shipping_option_view_controller.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments/core/BUILD.gn
diff --git a/components/payments/core/BUILD.gn b/components/payments/core/BUILD.gn
index f6bf9239bea9137be2bae1cc02afb36a678c135c..af12d3f572aacf5cca27f7eaf774a6ba8370d290 100644
--- a/components/payments/core/BUILD.gn
+++ b/components/payments/core/BUILD.gn
@@ -21,11 +21,15 @@ static_library("core") {
"payment_options_provider.h",
"payment_request_data_util.cc",
"payment_request_data_util.h",
+ "strings_util.cc",
+ "strings_util.h",
]
deps = [
"//base",
"//components/autofill/core/browser",
+ "//components/strings:components_strings_grit",
+ "//ui/base",
]
public_deps = [
« no previous file with comments | « chrome/browser/ui/views/payments/shipping_option_view_controller.cc ('k') | components/payments/core/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698