Chromium Code Reviews| 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': [ |