| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # include this gypi to include all the golden master slides. | 5 # include this gypi to include all the golden master slides. |
| 6 { | 6 { |
| 7 'include_dirs': [ | 7 'include_dirs': [ |
| 8 '../gm', | 8 '../gm', |
| 9 # include dirs needed by particular GMs | 9 # include dirs needed by particular GMs |
| 10 '../include/client/android', | 10 '../include/client/android', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 '../tools/debugger/SkDebugCanvas.cpp', | 29 '../tools/debugger/SkDebugCanvas.cpp', |
| 30 '../tools/debugger/SkJsonWriteBuffer.h', | 30 '../tools/debugger/SkJsonWriteBuffer.h', |
| 31 '../tools/debugger/SkJsonWriteBuffer.cpp', | 31 '../tools/debugger/SkJsonWriteBuffer.cpp', |
| 32 '../tools/debugger/SkObjectParser.h', | 32 '../tools/debugger/SkObjectParser.h', |
| 33 '../tools/debugger/SkObjectParser.cpp', | 33 '../tools/debugger/SkObjectParser.cpp', |
| 34 '../tools/debugger/SkOverdrawMode.h', | 34 '../tools/debugger/SkOverdrawMode.h', |
| 35 '../tools/debugger/SkOverdrawMode.cpp', | 35 '../tools/debugger/SkOverdrawMode.cpp', |
| 36 ], | 36 ], |
| 37 'dependencies': [ | 37 'dependencies': [ |
| 38 'libpng.gyp:libpng', | 38 'libpng.gyp:libpng', |
| 39 'tools.gyp:picture_utils', |
| 39 ] | 40 ] |
| 40 }], | 41 }], |
| 41 ], | 42 ], |
| 42 } | 43 } |
| OLD | NEW |