diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index c5184bb..ef48b56 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -234,6 +234,11 @@ ], }] ], + 'conditions': [ + ['linux2==1', { + 'action': ['-D', 'linux2'], + }], + ], 'message': 'Generating resources from <(input_path)', }, ], |