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

Unified Diff: chrome/chrome_resources.gyp

Issue 1111823002: [iOS] Pack ios_strings_resources_${locale}.pak files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 49018c56e28722a3eebfa71d43c47e3793fc5478..34a5d3946fae0e38747098840a1ec3294f220179 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -452,14 +452,14 @@
'<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
'<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
],
- }, { # else
Nico 2015/04/28 18:07:34 why this change?
sdefresne 2015/04/29 07:36:24 When editing gyp files, I find "else" block in con
Nico 2015/04/29 15:33:16 I find the new spelling very confusing. Please kee
sdefresne 2015/04/29 16:26:58 Sure. Done.
+ }],
+ ['OS == "ios"', {
+ 'dependencies': [
+ '<(DEPTH)/ios/chrome/ios_chrome_resources.gyp:ios_strings_resources_gen',
+ ],
'actions': [
{
- 'conditions': [
- ['OS == "ios"', {
- 'includes': ['chrome_repack_chrome_300_percent.gypi']
- }],
- ],
+ 'includes': ['chrome_repack_chrome_300_percent.gypi']
},
],
}],
« no previous file with comments | « no previous file | chrome/tools/build/repack_locales.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698