| OLD | NEW |
| 1 { | 1 { |
| 2 'include_dirs': [ | 2 'include_dirs': [ |
| 3 '../src/core', | 3 '../src/core', |
| 4 '../src/effects', | 4 '../src/effects', |
| 5 '../src/gpu', | 5 '../src/gpu', |
| 6 '../src/utils', | 6 '../src/utils', |
| 7 '../tools', | 7 '../tools', |
| 8 ], | 8 ], |
| 9 'dependencies': [ | 9 'dependencies': [ |
| 10 'etc1.gyp:libetc1', | 10 'etc1.gyp:libetc1', |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 '../bench/BlurBench.cpp', | 30 '../bench/BlurBench.cpp', |
| 31 '../bench/BlurImageFilterBench.cpp', | 31 '../bench/BlurImageFilterBench.cpp', |
| 32 '../bench/BlurRectBench.cpp', | 32 '../bench/BlurRectBench.cpp', |
| 33 '../bench/BlurRoundRectBench.cpp', | 33 '../bench/BlurRoundRectBench.cpp', |
| 34 '../bench/ChartBench.cpp', | 34 '../bench/ChartBench.cpp', |
| 35 '../bench/ChecksumBench.cpp', | 35 '../bench/ChecksumBench.cpp', |
| 36 '../bench/ChromeBench.cpp', | 36 '../bench/ChromeBench.cpp', |
| 37 '../bench/CmapBench.cpp', | 37 '../bench/CmapBench.cpp', |
| 38 '../bench/ColorFilterBench.cpp', | 38 '../bench/ColorFilterBench.cpp', |
| 39 '../bench/ColorPrivBench.cpp', | 39 '../bench/ColorPrivBench.cpp', |
| 40 '../bench/ColorProfileBench.cpp', |
| 40 '../bench/CoverageBench.cpp', | 41 '../bench/CoverageBench.cpp', |
| 41 '../bench/DashBench.cpp', | 42 '../bench/DashBench.cpp', |
| 42 '../bench/DecodeBench.cpp', | 43 '../bench/DecodeBench.cpp', |
| 43 '../bench/DeferredSurfaceCopyBench.cpp', | 44 '../bench/DeferredSurfaceCopyBench.cpp', |
| 44 '../bench/DisplacementBench.cpp', | 45 '../bench/DisplacementBench.cpp', |
| 45 '../bench/ETCBitmapBench.cpp', | 46 '../bench/ETCBitmapBench.cpp', |
| 46 '../bench/FSRectBench.cpp', | 47 '../bench/FSRectBench.cpp', |
| 47 '../bench/FontCacheBench.cpp', | 48 '../bench/FontCacheBench.cpp', |
| 48 '../bench/FontScalerBench.cpp', | 49 '../bench/FontScalerBench.cpp', |
| 49 '../bench/GameBench.cpp', | 50 '../bench/GameBench.cpp', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 '../bench/StrokeBench.cpp', | 97 '../bench/StrokeBench.cpp', |
| 97 '../bench/TableBench.cpp', | 98 '../bench/TableBench.cpp', |
| 98 '../bench/TextBench.cpp', | 99 '../bench/TextBench.cpp', |
| 99 '../bench/TileBench.cpp', | 100 '../bench/TileBench.cpp', |
| 100 '../bench/VertBench.cpp', | 101 '../bench/VertBench.cpp', |
| 101 '../bench/WritePixelsBench.cpp', | 102 '../bench/WritePixelsBench.cpp', |
| 102 '../bench/WriterBench.cpp', | 103 '../bench/WriterBench.cpp', |
| 103 '../bench/XfermodeBench.cpp', | 104 '../bench/XfermodeBench.cpp', |
| 104 ], | 105 ], |
| 105 } | 106 } |
| OLD | NEW |