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/views/views.gyp | |
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/views/views.gyp')
-rw-r--r-- | ui/views/views.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/views/views.gyp b/ui/views/views.gyp index 635ed67..08eaee9 100644 --- a/ui/views/views.gyp +++ b/ui/views/views.gyp @@ -659,7 +659,6 @@ '../../third_party/icu/icu.gyp:icuuc', '../base/strings/ui_strings.gyp:ui_strings', '../compositor/compositor.gyp:compositor', - '../compositor/compositor.gyp:compositor_test_support', '../ui.gyp:ui', '../ui.gyp:ui_resources', '../ui.gyp:ui_test_support', @@ -998,7 +997,6 @@ ['use_aura==1', { 'dependencies': [ '../compositor/compositor.gyp:compositor', - '../compositor/compositor.gyp:compositor_test_support', ], }], ['OS=="win"', { |