| 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 { | 5 { |
| 6 'include_dirs': [ | 6 'include_dirs': [ |
| 7 '../src/core', | 7 '../src/core', |
| 8 '../src/effects', | 8 '../src/effects', |
| 9 '../src/gpu', | 9 '../src/gpu', |
| 10 '../src/utils', | 10 '../src/utils', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 '../bench/MemsetBench.cpp', | 76 '../bench/MemsetBench.cpp', |
| 77 '../bench/MergeBench.cpp', | 77 '../bench/MergeBench.cpp', |
| 78 '../bench/MipMapBench.cpp', | 78 '../bench/MipMapBench.cpp', |
| 79 '../bench/MorphologyBench.cpp', | 79 '../bench/MorphologyBench.cpp', |
| 80 '../bench/MutexBench.cpp', | 80 '../bench/MutexBench.cpp', |
| 81 '../bench/PMFloatBench.cpp', | 81 '../bench/PMFloatBench.cpp', |
| 82 '../bench/PatchBench.cpp', | 82 '../bench/PatchBench.cpp', |
| 83 '../bench/PatchGridBench.cpp', | 83 '../bench/PatchGridBench.cpp', |
| 84 '../bench/PathBench.cpp', | 84 '../bench/PathBench.cpp', |
| 85 '../bench/PathIterBench.cpp', | 85 '../bench/PathIterBench.cpp', |
| 86 '../bench/PathUtilsBench.cpp', |
| 86 '../bench/PerlinNoiseBench.cpp', | 87 '../bench/PerlinNoiseBench.cpp', |
| 87 '../bench/PictureNestingBench.cpp', | 88 '../bench/PictureNestingBench.cpp', |
| 88 '../bench/PictureOverheadBench.cpp', | 89 '../bench/PictureOverheadBench.cpp', |
| 89 '../bench/PicturePlaybackBench.cpp', | 90 '../bench/PicturePlaybackBench.cpp', |
| 90 '../bench/PremulAndUnpremulAlphaOpsBench.cpp', | 91 '../bench/PremulAndUnpremulAlphaOpsBench.cpp', |
| 91 '../bench/RTreeBench.cpp', | 92 '../bench/RTreeBench.cpp', |
| 92 '../bench/ReadPixBench.cpp', | 93 '../bench/ReadPixBench.cpp', |
| 93 '../bench/RectBench.cpp', | 94 '../bench/RectBench.cpp', |
| 94 '../bench/RectanizerBench.cpp', | 95 '../bench/RectanizerBench.cpp', |
| 95 '../bench/RectoriBench.cpp', | 96 '../bench/RectoriBench.cpp', |
| (...skipping 10 matching lines...) Expand all Loading... |
| 106 '../bench/TableBench.cpp', | 107 '../bench/TableBench.cpp', |
| 107 '../bench/TextBench.cpp', | 108 '../bench/TextBench.cpp', |
| 108 '../bench/TextBlobBench.cpp', | 109 '../bench/TextBlobBench.cpp', |
| 109 '../bench/TileBench.cpp', | 110 '../bench/TileBench.cpp', |
| 110 '../bench/VertBench.cpp', | 111 '../bench/VertBench.cpp', |
| 111 '../bench/WritePixelsBench.cpp', | 112 '../bench/WritePixelsBench.cpp', |
| 112 '../bench/WriterBench.cpp', | 113 '../bench/WriterBench.cpp', |
| 113 '../bench/XfermodeBench.cpp', | 114 '../bench/XfermodeBench.cpp', |
| 114 ], | 115 ], |
| 115 } | 116 } |
| OLD | NEW |