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

Unified Diff: build/common.gypi

Issue 7978016: aura: Make GTK a dependency again for chrome/aura etc. to make things buildable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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 | « build/build_config.h ('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 33763c125a2beb5f886c604785e06f136c8d8e93..4fce8137d527f397f7ec74d5f2a3ff973aa77cc0 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -249,7 +249,7 @@
'use_x11%': 1,
}],
['use_aura==1 and OS!="win"', {
- 'toolkit_uses_gtk%': 0,
+ 'toolkit_uses_gtk%': 1,
}],
# A flag to enable or disable our compile-time dependency
« no previous file with comments | « build/build_config.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698