| Index: gyp/tools.gyp
|
| diff --git a/gyp/tools.gyp b/gyp/tools.gyp
|
| index 67ea8b47405b01096aba906146d555975ef2dab8..5da0e1ef30ca8c4804c6949c5eff07923bdda72c 100644
|
| --- a/gyp/tools.gyp
|
| +++ b/gyp/tools.gyp
|
| @@ -287,12 +287,12 @@
|
| '../tools/filtermain.cpp',
|
| '../tools/path_utils.h',
|
| '../tools/path_utils.cpp',
|
| - '../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',
|
| ],
|
| 'dependencies': [
|
| 'skia_lib.gyp:skia_lib',
|
|
|