summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi11
1 files changed, 3 insertions, 8 deletions
diff --git a/build/common.gypi b/build/common.gypi
index 04344b6..76466c4 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