| Index: gyp/viewer.gyp
|
| diff --git a/gyp/viewer.gyp b/gyp/viewer.gyp
|
| index b2563ef5371d776ff478b7e45e8d2d5b3d7325ad..f94c87558e932af8967b9bed1ed91debccba2468 100644
|
| --- a/gyp/viewer.gyp
|
| +++ b/gyp/viewer.gyp
|
| @@ -31,7 +31,7 @@
|
| ],
|
| 'sources': [
|
| '../gm/gm.cpp',
|
| - '<!@(python find.py ../tools/viewer "*.cpp")',
|
| + '<!@(python find.py "*.cpp" ../tools/viewer)',
|
|
|
| # views (subset of files for the Android build)
|
| '../src/views/SkEvent.cpp',
|
| @@ -48,7 +48,7 @@
|
| 'sources!': [
|
| '../samplecode/SampleSkLayer.cpp', #relies on SkMatrix44 which doesn't compile
|
| '../samplecode/SampleFontCache.cpp', #relies on pthread.h
|
| - ],
|
| + ],
|
| 'dependencies': [
|
| 'flags.gyp:flags',
|
| 'gputest.gyp:skgputest',
|
|
|