Chromium Code Reviews| Index: chrome/chrome.gyp |
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp |
| index cd0594b58627e33c15cf7df4c7e43664bd12a38c..31dcc79c0b973ed854f60db8958fbfe53f642208 100644 |
| --- a/chrome/chrome.gyp |
| +++ b/chrome/chrome.gyp |
| @@ -1617,6 +1617,13 @@ |
| ], |
| }], |
| ], |
| + 'conditions': [ |
| + ['touchui!=0', { |
| + 'pak_inputs': [ |
| + '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_large/ui_resources_large.pak', |
|
sky
2011/08/08 16:23:35
Can this be put at line 1617 and the new condition
alicet1
2011/08/09 08:12:26
Done.
|
| + ], |
| + }], |
| + ], |
| }, |
| 'inputs': [ |
| '<(repack_path)', |