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

Unified Diff: chrome/tools/mac_helpers/BUILD.gn

Issue 1996993002: i18n of Copyright line to use locally correct numeric glyphs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add time.h includes, as per review (also merge) Created 4 years, 7 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/chrome.gyp ('k') | chrome/tools/mac_helpers/infoplist_strings_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/tools/mac_helpers/BUILD.gn
diff --git a/chrome/tools/mac_helpers/BUILD.gn b/chrome/tools/mac_helpers/BUILD.gn
index 801ccda996df88df4fe640d2843a64f884dce64b..2beb33b6c8a30841f408f778577126be8363d87b 100644
--- a/chrome/tools/mac_helpers/BUILD.gn
+++ b/chrome/tools/mac_helpers/BUILD.gn
@@ -11,7 +11,9 @@ executable("infoplist_strings_tool") {
deps = [
"//base",
+ "//base:i18n",
"//chrome:strings",
+ "//third_party/icu",
"//ui/base:ui_data_pack",
]
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/tools/mac_helpers/infoplist_strings_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698