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

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: Address thakis comment 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..78428318877f9009e3fe4f76c754317d1167989b 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -453,13 +453,12 @@
'<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
],
}, { # else
+ '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