OLD | NEW |
1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp | 1 # sources and conditions used in skia's bench.gyp and chromium's skia.gyp |
2 # | 2 # |
3 { | 3 { |
4 'sources': [ | 4 'sources': [ |
5 '../bench/benchmain.cpp', | 5 '../bench/benchmain.cpp', |
6 '../bench/SkBenchmark.h', | 6 '../bench/SkBenchmark.h', |
7 '../bench/SkBenchmark.cpp', | 7 '../bench/SkBenchmark.cpp', |
8 '../bench/AAClipBench.cpp', | 8 '../bench/AAClipBench.cpp', |
9 '../bench/BicubicBench.cpp', | 9 '../bench/BicubicBench.cpp', |
10 '../bench/BitmapBench.cpp', | 10 '../bench/BitmapBench.cpp', |
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 '../bench/TextBench.cpp', | 67 '../bench/TextBench.cpp', |
68 '../bench/TileBench.cpp', | 68 '../bench/TileBench.cpp', |
69 '../bench/VertBench.cpp', | 69 '../bench/VertBench.cpp', |
70 '../bench/WriterBench.cpp', | 70 '../bench/WriterBench.cpp', |
71 '../bench/XfermodeBench.cpp', | 71 '../bench/XfermodeBench.cpp', |
72 | 72 |
73 '../bench/SkBenchLogger.h', | 73 '../bench/SkBenchLogger.h', |
74 '../bench/SkBenchLogger.cpp', | 74 '../bench/SkBenchLogger.cpp', |
75 '../bench/TimerData.h', | 75 '../bench/TimerData.h', |
76 '../bench/TimerData.cpp', | 76 '../bench/TimerData.cpp', |
| 77 |
| 78 '../tools/ToolUtils.cpp', |
77 ], | 79 ], |
78 } | 80 } |
79 | 81 |
80 # Local Variables: | 82 # Local Variables: |
81 # tab-width:2 | 83 # tab-width:2 |
82 # indent-tabs-mode:nil | 84 # indent-tabs-mode:nil |
83 # End: | 85 # End: |
84 # vim: set expandtab tabstop=2 shiftwidth=2: | 86 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |