| Index: gyp/gmslides.gypi
|
| diff --git a/gyp/gmslides.gypi b/gyp/gmslides.gypi
|
| index f19ff17fee69a2aa55c38e09990ff35ab31acf89..0dfc0bd63e87d3b37c91ff1118d8f04c608636a0 100644
|
| --- a/gyp/gmslides.gypi
|
| +++ b/gyp/gmslides.gypi
|
| @@ -19,7 +19,7 @@
|
| # It'd be nice to do this in SampleApp.gypi, but I can't find a way to make it work.
|
| [ 'not ("<(_target_name)" == "SampleApp" and skia_is_bot)', {
|
| 'sources': [
|
| - '<!@(python find.py ../gm "*.c*")',
|
| + '<!@(python find.py "*.c*" ../gm)',
|
|
|
| # Files needed by particular GMs
|
| '../src/gpu/batches/GrTestBatch.h',
|
|
|