| OLD | NEW |
| 1 { | 1 { |
| 2 'include_dirs': [ | 2 'include_dirs': [ |
| 3 '../src/core', | 3 '../src/core', |
| 4 '../src/effects', | 4 '../src/effects', |
| 5 '../src/utils', | 5 '../src/utils', |
| 6 '../tools', |
| 6 ], | 7 ], |
| 7 'dependencies': [ | 8 'dependencies': [ |
| 8 'skia_lib.gyp:skia_lib', | 9 'skia_lib.gyp:skia_lib', |
| 9 ], | 10 ], |
| 10 'sources': [ | 11 'sources': [ |
| 11 '../bench/SkBenchmark.cpp', | 12 '../bench/SkBenchmark.cpp', |
| 12 '../bench/SkBenchmark.h', | 13 '../bench/SkBenchmark.h', |
| 13 | 14 |
| 14 '../bench/AAClipBench.cpp', | 15 '../bench/AAClipBench.cpp', |
| 15 '../bench/BicubicBench.cpp', | 16 '../bench/BicubicBench.cpp', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 '../bench/StrokeBench.cpp', | 81 '../bench/StrokeBench.cpp', |
| 81 '../bench/TableBench.cpp', | 82 '../bench/TableBench.cpp', |
| 82 '../bench/TextBench.cpp', | 83 '../bench/TextBench.cpp', |
| 83 '../bench/TileBench.cpp', | 84 '../bench/TileBench.cpp', |
| 84 '../bench/VertBench.cpp', | 85 '../bench/VertBench.cpp', |
| 85 '../bench/WritePixelsBench.cpp', | 86 '../bench/WritePixelsBench.cpp', |
| 86 '../bench/WriterBench.cpp', | 87 '../bench/WriterBench.cpp', |
| 87 '../bench/XfermodeBench.cpp', | 88 '../bench/XfermodeBench.cpp', |
| 88 ], | 89 ], |
| 89 } | 90 } |
| OLD | NEW |