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

Unified Diff: build/common.gypi

Issue 9478015: Aura: Build on the linux desktop, plus add USE_ASH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Attempt to refix chromeos Created 8 years, 10 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index cede6f187720f60150cd632e9a4458f1258b3014..020ac0a2b2a5e279d0242164df81f08802b5ce95 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -358,8 +358,8 @@
'file_manager_extension%': 0,
}],
- # ... except on Windows even with Aura.
- ['use_aura==1 and OS=="win"', {
+ # ... except on Windows/Native Linux even with Aura.
+ ['use_aura==1 and (OS=="win" or (OS=="linux" and chromeos==0))', {
Ben Goodger (Google) 2012/02/28 20:12:06 and then discard this whole block.
'file_manager_extension%': 0,
}],

Powered by Google App Engine
This is Rietveld 408576698