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

Unified Diff: gyp/tests.gypi

Issue 1310843007: Various minor cross-platform changes (Closed) Base URL: https://chromium.googlesource.com/skia@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 | « no previous file | src/gpu/GrGpu.cpp » ('j') | 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 1fd87addf9d2d9ea0a828ea6694dfca0c5c35bf6..1ac54da0abac1d04908f6025c52d1154b4b2bd21 100644
--- a/gyp/tests.gypi
+++ b/gyp/tests.gypi
@@ -52,6 +52,7 @@
'sources': [
'../tests/Test.h',
'<!@(python find.py ../tests "*.c*")',
+ '<!@(python find.py ../../tests "*.c*")',
egdaniel 2015/08/31 19:37:06 you can simply use the skia_gpu_extra_tests_path a
'../src/utils/debugger/SkDrawCommand.h',
'../src/utils/debugger/SkDrawCommand.cpp',
'../src/utils/debugger/SkDebugCanvas.h',
« no previous file with comments | « no previous file | src/gpu/GrGpu.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698