Commit 94dbb777 authored by yoz's avatar yoz Committed by Commit bot

app_shell: build on any Linux, as there is no non-aura in the bot configurations.

Review URL: https://codereview.chromium.org/602293003

Cr-Commit-Position: refs/heads/master@{#297311}
parent 90764ffc
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
'../google_apis/gcm/gcm.gyp:*', '../google_apis/gcm/gcm.gyp:*',
], ],
}], }],
['chromeos==1 or (OS=="linux" and use_aura==1) or OS=="win"', { ['chromeos==1 or OS=="linux" or OS=="win"', {
'dependencies': [ 'dependencies': [
'../extensions/shell/app_shell.gyp:*', '../extensions/shell/app_shell.gyp:*',
], ],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment