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

Unified Diff: build/common.gypi

Issue 9283008: Revert 118789 - Always use webkit compositor (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- build/common.gypi (revision 118791)
+++ build/common.gypi (working copy)
@@ -83,6 +83,13 @@
['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,
+ }],
],
},
@@ -91,6 +98,7 @@
'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)',
@@ -253,9 +261,6 @@
# 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