diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 06:51:08 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 06:51:08 +0000 |
commit | c44474c7f2e572e841743b72be19fa57ee833d3b (patch) | |
tree | 86ee922f27d771210392adcb5c41a422f75a8ab1 /ui/snapshot | |
parent | a3cdfcfd2e526d6a6650ba790b6b8763ae9aadad (diff) | |
download | chromium_src-c44474c7f2e572e841743b72be19fa57ee833d3b.zip chromium_src-c44474c7f2e572e841743b72be19fa57ee833d3b.tar.gz chromium_src-c44474c7f2e572e841743b72be19fa57ee833d3b.tar.bz2 |
Remove unnecessary ui::CompositorTestSupport
The ui::CompositorTestSupport class existed to initialize WebKit since
ui::Compositor depends on cc which used to depend on WebKit being initialized
to function properly. cc no longer has this requirement, so this class is
unnecessary.
R=piman, sky
Review URL: https://chromiumcodereview.appspot.com/14744016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202787 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/snapshot')
-rw-r--r-- | ui/snapshot/snapshot.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ui/snapshot/snapshot.gyp b/ui/snapshot/snapshot.gyp index 9f71d0d..8a252ed 100644 --- a/ui/snapshot/snapshot.gyp +++ b/ui/snapshot/snapshot.gyp @@ -63,7 +63,6 @@ '../../base/base.gyp:test_support_base', '../aura/aura.gyp:aura_test_support', '../compositor/compositor.gyp:compositor', - '../compositor/compositor.gyp:compositor_test_support', ], }], ], |