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

Unified Diff: build/common.gypi

Issue 9297041: Merge Compositor and CompositorCC (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | content/browser/renderer_host/accelerated_surface_container_linux.h » ('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 7299c55de47cd5919a9a5e160a61cc521b159946..5b7d82e70ac532570dc57e45165bb924f4e8ac48 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -254,9 +254,6 @@
# Enable plug-in installation by default.
'enable_plugin_installation%': 1,
- # Use the WebKit compositor for ui.
- 'use_webkit_compositor%': 1,
-
# Specifies whether to use canvas_skia_skia.cc in place of platform
# specific implementations of CanvasSkia. Affects text drawing in the
# Chrome UI.
@@ -393,7 +390,6 @@
'library%': 'static_library',
'toolkit_views%': '<(toolkit_views)',
'ui_compositor_image_transport%': '<(ui_compositor_image_transport)',
- 'use_webkit_compositor%': '<(use_webkit_compositor)',
'use_aura%': '<(use_aura)',
'use_ash%': '<(use_ash)',
'use_openssl%': '<(use_openssl)',
@@ -1036,9 +1032,6 @@
['ui_compositor_image_transport==1', {
'defines': ['UI_COMPOSITOR_IMAGE_TRANSPORT'],
}],
- ['use_webkit_compositor==1', {
- 'defines': ['USE_WEBKIT_COMPOSITOR=1'],
- }],
['use_aura==1', {
'defines': ['USE_AURA=1'],
}],
« no previous file with comments | « no previous file | content/browser/renderer_host/accelerated_surface_container_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698