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

Unified Diff: build/all.gyp

Issue 10070015: add gl_tests to all.gyp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 e97e0abc6b9f048b654e9ce8c772ee9422888b0b..6214c4dd968203666228ccd0dec0cb4efc4af467 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
{
« 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