diff options
Diffstat (limited to 'build/common.gypi')
-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'], |