diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-15 17:52:43 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-10-15 17:52:43 +0000 |
commit | e55385cb6a75d2a1d5edd1455ed429bbea1f4d91 (patch) | |
tree | dd4a7b9970b4e5ba9b17e294fd4fd41b70adc001 /cc/cc_tests.gyp | |
parent | b7449561a31762569097cef24a6e6a7384979840 (diff) | |
download | chromium_src-e55385cb6a75d2a1d5edd1455ed429bbea1f4d91.zip chromium_src-e55385cb6a75d2a1d5edd1455ed429bbea1f4d91.tar.gz chromium_src-e55385cb6a75d2a1d5edd1455ed429bbea1f4d91.tar.bz2 |
Remove USE(ACCELERATED_COMPOSITING) references from cc
This isn't needed.
BUG=
Review URL: https://codereview.chromium.org/10957055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161885 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 215f34b..2834a0a 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -125,7 +125,6 @@ ], 'defines': [ 'USE_LIBCC_FOR_COMPOSITOR', - 'WTF_USE_ACCELERATED_COMPOSITING=1', ], 'include_dirs': [ 'stubs', @@ -146,9 +145,6 @@ { 'target_name': 'cc_test_support', 'type': 'static_library', - 'defines': [ - 'WTF_USE_ACCELERATED_COMPOSITING=1', - ], 'include_dirs': [ 'stubs', 'test', |