diff options
author | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 19:31:05 +0000 |
---|---|---|
committer | danakj@chromium.org <danakj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-13 19:31:05 +0000 |
commit | 95fc42145e5a8cdb0c7624060bf5bfd298838e19 (patch) | |
tree | 2b9a293e6581a60afbe69fe32177cf2b73704b9e /cc/cc_tests.gyp | |
parent | 14ac682365925234f1f7bc3572f185b69f798814 (diff) | |
download | chromium_src-95fc42145e5a8cdb0c7624060bf5bfd298838e19.zip chromium_src-95fc42145e5a8cdb0c7624060bf5bfd298838e19.tar.gz chromium_src-95fc42145e5a8cdb0c7624060bf5bfd298838e19.tar.bz2 |
aura,cc: Make TestContextProvider usable outside cc.
This makes the TestWebGraphicsContext3D available outside
of cc, and replaces ui::TestWGC3D with the class from cc.
R=jbauman, piman
BUG=258625
Review URL: https://chromiumcodereview.appspot.com/22293007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217308 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 7256836..4e4f438 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -172,8 +172,6 @@ 'test/skia_common.h', 'test/test_tile_priorities.cc', 'test/test_tile_priorities.h', - 'test/test_web_graphics_context_3d.cc', - 'test/test_web_graphics_context_3d.h', 'test/tiled_layer_test_common.cc', 'test/tiled_layer_test_common.h', ], |