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

Unified Diff: build/all.gyp

Issue 602293003: app_shell: build on any Linux, as there is no non-aura in the bot configurations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 4cafea2808ebd26f6b4926a1ea0feba6ecad9ec0..44639127d8178a21a38154464c9763fd93847f59 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -253,7 +253,7 @@
'../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': [
'../extensions/shell/app_shell.gyp:*',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698