Chromium Code Reviews| Index: gyp/fuzz.gyp |
| diff --git a/gyp/fuzz.gyp b/gyp/fuzz.gyp |
| index a2d1ade12a4d5b53f788560639ca6597605b4e6e..d96feec216842d2a1faf4f74e9f92a6609b01219 100644 |
| --- a/gyp/fuzz.gyp |
| +++ b/gyp/fuzz.gyp |
| @@ -12,7 +12,7 @@ |
| 'SK_FUZZ_LOGGING', |
| ], |
| 'sources': [ |
| - '<!@(python find.py ../fuzz "*.cpp")', |
| + '<!@(python find.py "*.cpp" ../fuzz)', |
| '../tests/PathOpsDebug.cpp', |
| ], |
| 'dependencies': [ |