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

Unified Diff: chrome/chrome_resources.gyp

Issue 633373010: Generate chrome_300_percent.pak (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move 300 percent action into OS==ios condition Created 6 years, 2 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
Index: chrome/chrome_resources.gyp
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp
index 52aabc92f34c8bebb4cd6a866fe9b4cc976c4f66..eb1914dcb0c8901550c32d8f8f3f49d9ddc38de5 100644
--- a/chrome/chrome_resources.gyp
+++ b/chrome/chrome_resources.gyp
@@ -443,6 +443,16 @@
'<(DEPTH)/content/app/strings/content_strings.gyp:content_strings',
'<(DEPTH)/third_party/WebKit/public/blink_resources.gyp:blink_resources',
],
+ }, { # else
+ 'actions': [
+ {
+ 'conditions': [
+ ['OS == "ios"', {
+ 'includes': ['chrome_repack_chrome_300_percent.gypi']
+ }],
+ ],
+ },
+ ],
}],
['use_ash==1', {
'dependencies': [
« no previous file with comments | « chrome/chrome_repack_chrome_300_percent.gypi ('k') | chrome/renderer/resources/default_300_percent/DELETE_ME » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698