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

Unified Diff: build/common.gypi

Issue 9141034: Always use webkit compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix shared build 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 | « no previous file | chrome/chrome_dll.gypi » ('j') | 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 c2cc6d498a12dae04fab351e6540b264708aa84e..c1bdb624953344d422f3391060c24ede3ab38dad 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -83,13 +83,6 @@
['use_aura==1', {
'views_compositor%': 1,
}],
-
- # Use the WebKit compositor for ui, when Aura is on.
- ['use_aura==1', {
- 'use_webkit_compositor%': 1,
- }, {
- 'use_webkit_compositor%': 0,
- }],
],
},
@@ -98,7 +91,6 @@
'host_arch%': '<(host_arch)',
'toolkit_views%': '<(toolkit_views)',
'views_compositor%': '<(views_compositor)',
- 'use_webkit_compositor%': '<(use_webkit_compositor)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
'use_openssl%': '<(use_openssl)',
@@ -261,6 +253,9 @@
# Enable plug-in installation by default.
'enable_plugin_installation%': 1,
+ # Use the WebKit compositor for ui.
+ 'use_webkit_compositor%': 1,
+
'conditions': [
# TODO(epoger): Figure out how to set use_skia=1 for Mac outside of
# the 'conditions' clause. Initial attempts resulted in chromium and
« no previous file with comments | « no previous file | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698