Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: gyp/bench.gypi

Issue 1060703003: Revert of remove unused (by clients) SkPathUtils (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698