diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 23:34:12 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 23:34:12 +0000 |
commit | 12b59b95ddb8a78a75380c0de81c6f99621c1767 (patch) | |
tree | 2c2f49e1b572a55804a128339338392cb321deec /o3d/build | |
parent | 85f9d0bc7f09e87a72deb4722466023cc777ee27 (diff) | |
download | chromium_src-12b59b95ddb8a78a75380c0de81c6f99621c1767.zip chromium_src-12b59b95ddb8a78a75380c0de81c6f99621c1767.tar.gz chromium_src-12b59b95ddb8a78a75380c0de81c6f99621c1767.tar.bz2 |
Moved all gpu plugin and command buffer tests into a single executable prior to move to Chrome tree.
Review URL: http://codereview.chromium.org/392017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31854 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/build')
-rw-r--r-- | o3d/build/o3d_all.gyp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/o3d/build/o3d_all.gyp b/o3d/build/o3d_all.gyp index f30de4c..b55d97b 100644 --- a/o3d/build/o3d_all.gyp +++ b/o3d/build/o3d_all.gyp @@ -50,8 +50,7 @@ ['renderer=="cb"', { 'dependencies': [ - '../gpu/gpu.gyp:gpu_plugin_unittests', - '../gpu/gpu.gyp:np_utils_unittests', + '../gpu/gpu.gyp:gpu_all_unittests', ], }, ], |