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

Unified Diff: build/common.gypi

Issue 8163008: Add command line switch for enabling threaded compositing (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 9 years, 2 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 1bf2eabc59adab87ef0de7da2250babcbac19ce8..100b3f80d9c3efaa3fa97a05925056486128e251 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -953,9 +953,6 @@
['remoting==1', {
'defines': ['ENABLE_REMOTING=1'],
}],
- ['use_threaded_compositing==1', {
- 'defines': ['WTF_USE_THREADED_COMPOSITING'],
- }],
['p2p_apis==1', {
'defines': ['ENABLE_P2P_APIS=1'],
}],
« no previous file with comments | « no previous file | chrome/browser/tab_contents/render_view_host_delegate_helper.cc » ('j') | webkit/glue/webpreferences.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698