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

Unified Diff: build/common.gypi

Issue 9315009: Enable Aura for all ChromeOS builds in Chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updated target/ Created 8 years, 11 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 | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 34463544924c843991858a89e55b093f12aac056..418ce89ea952a22ed950a1c5168af9fc570bb953 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -63,8 +63,8 @@
'<!(uname -m | sed -e "s/i.86/ia32/;s/x86_64/x64/;s/amd64/x64/;s/arm.*/arm/;s/i86pc/ia32/")',
}],
- # Ash requires Aura.
- ['use_ash==1', {
+ # Ash and ChromeOS require Aura.
+ ['use_ash==1 or chromeos==1', {
'use_aura%': 1,
}],
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698