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

Unified Diff: gyp/tests.gypi

Issue 1280133004: Add ability to pass in an optional path to additional unit tests to run. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 4 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 | « gyp/common_variables.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tests.gypi
diff --git a/gyp/tests.gypi b/gyp/tests.gypi
index a6ad5d2cc6a93bda2fd62cfc66d9022e04ea2870..eba671f6d58afcc61dd9739aad90c5d375004cbb 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -41,6 +41,11 @@
'dependencies!': [ 'pdf.gyp:pdf' ],
'dependencies': [ 'pdf.gyp:nopdf' ],
}],
+ [ 'skia_gpu_extra_tests_path', {
+ 'sources': [
+ '<!@(python find.py <(skia_gpu_extra_tests_path) "*.c*")',
+ ],
+ }],
],
'sources': [
'../tests/Test.h',
« no previous file with comments | « gyp/common_variables.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698