| OLD | NEW |
| 1 # Copyright 2015 Google Inc. |
| 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. |
| 1 { | 5 { |
| 2 'include_dirs': [ | 6 'include_dirs': [ |
| 3 '../src/core', | 7 '../src/core', |
| 4 '../src/effects', | 8 '../src/effects', |
| 5 '../src/gpu', | 9 '../src/gpu', |
| 6 '../src/utils', | 10 '../src/utils', |
| 7 '../tools', | 11 '../tools', |
| 8 ], | 12 ], |
| 9 'dependencies': [ | 13 'dependencies': [ |
| 10 'etc1.gyp:libetc1', | 14 'etc1.gyp:libetc1', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 '../bench/StrokeBench.cpp', | 105 '../bench/StrokeBench.cpp', |
| 102 '../bench/TableBench.cpp', | 106 '../bench/TableBench.cpp', |
| 103 '../bench/TextBench.cpp', | 107 '../bench/TextBench.cpp', |
| 104 '../bench/TileBench.cpp', | 108 '../bench/TileBench.cpp', |
| 105 '../bench/VertBench.cpp', | 109 '../bench/VertBench.cpp', |
| 106 '../bench/WritePixelsBench.cpp', | 110 '../bench/WritePixelsBench.cpp', |
| 107 '../bench/WriterBench.cpp', | 111 '../bench/WriterBench.cpp', |
| 108 '../bench/XfermodeBench.cpp', | 112 '../bench/XfermodeBench.cpp', |
| 109 ], | 113 ], |
| 110 } | 114 } |
| OLD | NEW |