diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 23:18:12 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-29 23:18:12 +0000 |
commit | 644362cf86a1b46f85e56c888cf2fd75eb9fb001 (patch) | |
tree | cc9f00fb56a3bb357edac5d6120d062f9e6c948e /build | |
parent | 40ec4b5908d9acb1812cbcd748b9878bc6b05349 (diff) | |
download | chromium_src-644362cf86a1b46f85e56c888cf2fd75eb9fb001.zip chromium_src-644362cf86a1b46f85e56c888cf2fd75eb9fb001.tar.gz chromium_src-644362cf86a1b46f85e56c888cf2fd75eb9fb001.tar.bz2 |
Added GPU unit tests to win, mac and linux builds. They aren't running yet.
TEST=trybots
BUG=none
Review URL: http://codereview.chromium.org/1577001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43013 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/all.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/build/all.gyp b/build/all.gyp index 4091392..31d4632 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -13,6 +13,7 @@ '../base/base.gyp:*', '../chrome/chrome.gyp:*', '../gfx/gfx.gyp:*', + '../gpu/gpu.gyp:*', '../ipc/ipc.gyp:*', '../media/media.gyp:*', '../net/net.gyp:*', @@ -93,7 +94,6 @@ '../courgette/courgette.gyp:*', '../gears/gears.gyp:*', '../gpu/demos/demos.gyp:*', - '../gpu/gpu.gyp:*', '../rlz/rlz.gyp:*', '../sandbox/sandbox.gyp:*', '../third_party/bsdiff/bsdiff.gyp:*', @@ -140,7 +140,8 @@ 'dependencies': [ '../app/app.gyp:app_unittests', '../gfx/gfx.gyp:gfx_unittests', - '../ipc/ipc.gyp:ipc_tests', + '../gpu/gpu.gyp:gpu_unittests', + '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', '../chrome/chrome.gyp:browser_tests', @@ -165,6 +166,7 @@ '../chrome/chrome.gyp:unit_tests', '../chrome/chrome.gyp:url_fetch_test', '../gfx/gfx.gyp:gfx_unittests', + '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', @@ -214,6 +216,7 @@ '../chrome/installer/mini_installer.gyp:chrome_frame_mini_installer', '../courgette/courgette.gyp:courgette_unittests', '../gfx/gfx.gyp:gfx_unittests', + '../gpu/gpu.gyp:gpu_unittests', '../ipc/ipc.gyp:ipc_tests', '../media/media.gyp:media_unittests', '../printing/printing.gyp:printing_unittests', |