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

Unified Diff: build/common.gypi

Issue 10909162: Switch use_libcc_for_compositor default to true (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use base::snprintf Created 8 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 | « no previous file | cc/CCActiveAnimation.cpp » ('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 d0eef17fd756220113894ce8344732a807962a55..65f44f1130755c8ee7e663a7233d5c20ebbb894e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -628,6 +628,9 @@
# Use system yasm instead of bundled one.
'use_system_yasm%': 0,
+ # Use compositor implementation in cc/ instead of in WebKit.
+ 'use_libcc_for_compositor%': 1,
+
# Default to enabled PIE; this is important for ASLR but we may need to be
# able to turn it off for various reasons.
'linux_disable_pie%': 0,
« no previous file with comments | « no previous file | cc/CCActiveAnimation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698