diff options
author | wjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 16:43:27 +0000 |
---|---|---|
committer | wjmaclean@chromium.org <wjmaclean@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-10 16:43:27 +0000 |
commit | c3870f4f8eb28a1e1685426368758e2cd8754e03 (patch) | |
tree | 251094ddb06d759955749a30b9cb271feff0a581 /build | |
parent | 9a7a1f3ff43d10f7b8f5071fdd0d903691bd72ec (diff) | |
download | chromium_src-c3870f4f8eb28a1e1685426368758e2cd8754e03.zip chromium_src-c3870f4f8eb28a1e1685426368758e2cd8754e03.tar.gz chromium_src-c3870f4f8eb28a1e1685426368758e2cd8754e03.tar.bz2 |
Remove COMPOSITOR_2 flag, old compositor code.
BUG=none
TEST=compiles, run manually
Review URL: http://codereview.chromium.org/6975051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@88671 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build/common.gypi b/build/common.gypi index 54d06d3..11c5a34 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'], |