diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-15 14:55:53 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-15 14:55:53 +0000 |
commit | efa07475f130863b094c98d8d96b4aa2fc9ed2af (patch) | |
tree | 025de3de695b9cd14dc5d4002dceca779a47a9f8 | |
parent | 2d1284649904aa2bddbde6072b6c585a8f4189d8 (diff) | |
download | chromium_src-efa07475f130863b094c98d8d96b4aa2fc9ed2af.zip chromium_src-efa07475f130863b094c98d8d96b4aa2fc9ed2af.tar.gz chromium_src-efa07475f130863b094c98d8d96b4aa2fc9ed2af.tar.bz2 |
Build content_gl_tests on gpu bots.
Hopefully will get them non-red.
BUG=249639
TBR=hubbe@chromium.org
Review URL: https://chromiumcodereview.appspot.com/17022006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206588 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | build/all.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6f17763..d554706 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -353,6 +353,7 @@ '../chrome/chrome.gyp:performance_browser_tests', '../chrome/chrome.gyp:performance_ui_tests', '../content/content.gyp:content_browsertests', + '../content/content.gyp:content_gl_tests', '../gpu/gpu.gyp:gl_tests', ], 'conditions': [ @@ -369,6 +370,7 @@ 'dependencies': [ '../chrome/chrome.gyp:gpu_tests', '../content/content.gyp:content_browsertests', + '../content/content.gyp:content_gl_tests', '../gpu/gpu.gyp:gl_tests', ], 'conditions': [ |