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

Unified Diff: gpu/gpu.gyp

Issue 1201583002: Speed up angle_end2end_tests by running tests in larger batches. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove isolate change. Created 5 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 | « gpu/angle_unittest_main.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/gpu.gyp
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index aa18e2264102556dc88472d8c865374b75e5c9b8..decce5eb44b7922a4fe0aae4e0c43494e711bbfb 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -142,6 +142,7 @@
],
'sources': [
'angle_unittest_main.cc',
+ 'angle_test_batcher.cc',
],
},
{
@@ -722,6 +723,7 @@
],
'sources': [
'angle_end2end_tests_main.cc',
+ 'angle_test_batcher.cc',
],
},
],
@@ -742,6 +744,7 @@
],
'sources': [
'angle_perftests_main.cc',
+ 'angle_test_batcher.cc',
],
},
],
« no previous file with comments | « gpu/angle_unittest_main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698