| Index: gyp/SampleApp.gyp
|
| diff --git a/gyp/SampleApp.gyp b/gyp/SampleApp.gyp
|
| index 94dd37b4f13c9cae88860a01334d4b484bac241c..29787c7ba27f43d1d0c1db5029a9dd0934cd6f14 100644
|
| --- a/gyp/SampleApp.gyp
|
| +++ b/gyp/SampleApp.gyp
|
| @@ -16,12 +16,12 @@
|
| 'gmslides.gypi',
|
| ],
|
| 'sources': [
|
| - '../debugger/SkDrawCommand.h',
|
| - '../debugger/SkDrawCommand.cpp',
|
| - '../debugger/SkDebugCanvas.h',
|
| - '../debugger/SkDebugCanvas.cpp',
|
| - '../debugger/SkObjectParser.h',
|
| - '../debugger/SkObjectParser.cpp',
|
| + '../src/utils/debugger/SkDrawCommand.h',
|
| + '../src/utils/debugger/SkDrawCommand.cpp',
|
| + '../src/utils/debugger/SkDebugCanvas.h',
|
| + '../src/utils/debugger/SkDebugCanvas.cpp',
|
| + '../src/utils/debugger/SkObjectParser.h',
|
| + '../src/utils/debugger/SkObjectParser.cpp',
|
|
|
| '../gm/gm.cpp',
|
| '../gm/gm.h',
|
|
|