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

Unified Diff: build/common.gypi

Issue 102163005: Do not define use_clipboard_aurax11 on ozone builds (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: check os==win Created 7 years 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 | ui/ui.gyp » ('j') | ui/ui.gyp » ('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 f7404734805799f3589577bdf53def62f1d0aee9..58c7148388a81af072626696fc764091e86b3ec4 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -552,7 +552,7 @@
'use_x11%': 1,
}],
- ['OS=="linux" and use_aura==1 and chromeos==0', {
+ ['OS=="linux" and use_aura==1 and chromeos==0 and use_ozone==0', {
spang 2013/12/16 19:20:59 I don't think this even belongs in common.gypi, bu
dnicoara 2013/12/17 16:41:44 Done.
'use_clipboard_aurax11%': 1,
}],
« no previous file with comments | « no previous file | ui/ui.gyp » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698