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

Unified Diff: build/common.gypi

Issue 6975051: Remove COMPOSITOR_2 flag, old compositor code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Change conditional compile defines. Created 9 years, 6 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/browser/ui/views/wrench_menu.cc » ('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 54d06d3941859fc149ad07afe0f5b1a616621c32..11c5a34170a7f5c4612e4c58aa8ec04e39c8cba9 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -653,8 +653,7 @@
'defines': ['TOOLKIT_VIEWS=1'],
}],
['views_compositor==1', {
- # TODO(sky): nuke COMPOSITOR_2 when we remove it from views.
- 'defines': ['VIEWS_COMPOSITOR=1', 'COMPOSITOR_2=1'],
+ 'defines': ['VIEWS_COMPOSITOR=1'],
}],
['chromeos==1', {
'defines': ['OS_CHROMEOS=1'],
« no previous file with comments | « no previous file | chrome/browser/ui/views/wrench_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698