Chromium Code Reviews| Index: gyp/gputest.gyp |
| diff --git a/gyp/gputest.gyp b/gyp/gputest.gyp |
| index 746fea180e7e6d86e51d9f02a489ba7229ecb61f..3bfd289b1a9367215596f060b2192c7d323acc0d 100644 |
| --- a/gyp/gputest.gyp |
| +++ b/gyp/gputest.gyp |
| @@ -29,7 +29,7 @@ |
| 'skia_lib.gyp:skia_lib', |
| ], |
| 'sources': [ |
| - '<!@(python find.py ../tools/gpu "*")' |
| + '<!@(python find.py "*" ../tools/gpu)' |
| ], |
| 'conditions': [ |
| [ 'skia_mesa', { 'dependencies': [ 'osmesa' ] } ], |