Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1117)

Unified Diff: build/all.gyp

Issue 17022006: Build content_gl_tests on gpu bots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 6f17763cb259d89a02ed0f3cd00bd01b3d2bbe92..d55470634a8cdf7b934df9a2c8068faf7d2dcc71 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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698