summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
authorgman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-20 00:15:02 +0000
committergman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-20 00:15:02 +0000
commit654f45e3dd9fb3595b43f73f192b58e63331162f (patch)
tree5b3336c5d935786f10927f46e791bba63be7b681 /build/all.gyp
parentbcfcd6ae48bf6fdc6ffbad2c55df861408ab51c1 (diff)
downloadchromium_src-654f45e3dd9fb3595b43f73f192b58e63331162f.zip
chromium_src-654f45e3dd9fb3595b43f73f192b58e63331162f.tar.gz
chromium_src-654f45e3dd9fb3595b43f73f192b58e63331162f.tar.bz2
add gl_tests to all.gyp
TEST=none BUG=123086 Review URL: http://codereview.chromium.org/10070015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133093 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index e97e0ab..6214c4d 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -251,6 +251,7 @@
'../chrome/chrome.gyp:gpu_tests',
'../chrome/chrome.gyp:performance_browser_tests',
'../chrome/chrome.gyp:performance_ui_tests',
+ '../gpu/gpu.gyp:gl_tests',
],
}, # target_name: chromium_gpu_builder
{
@@ -258,6 +259,7 @@
'type': 'none',
'dependencies': [
'../chrome/chrome.gyp:gpu_tests',
+ '../gpu/gpu.gyp:gl_tests',
],
}, # target_name: chromium_gpu_debug_builder
{