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

Unified Diff: build/common.gypi

Issue 9570065: chromeos: Turn on ash only when building non-gtk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | chrome/chrome_browser.gypi » ('J')
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 82b2bc0363ea0bca2d7779c7d832932091ed9749..89333748323320484696ef6a6ad8bba00024c7a4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -72,7 +72,7 @@
}],
# Non-GTK Chromeos implies ash.
- ['chromeos==1', {
+ ['chromeos==1 and chromeos_gtk==0', {
'use_ash%': 1,
'use_aura%': 1,
}],
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | chrome/chrome_browser.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698