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

Side by Side Diff: gyp/bench.gypi

Issue 1129823003: Add a control benchmark. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 7 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 | « bench/ControlBench.cpp ('k') | no next file » | 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 27 matching lines...) Expand all
38 '../bench/BlurRectBench.cpp', 38 '../bench/BlurRectBench.cpp',
39 '../bench/BlurRectsBench.cpp', 39 '../bench/BlurRectsBench.cpp',
40 '../bench/BlurRoundRectBench.cpp', 40 '../bench/BlurRoundRectBench.cpp',
41 '../bench/ChartBench.cpp', 41 '../bench/ChartBench.cpp',
42 '../bench/ChecksumBench.cpp', 42 '../bench/ChecksumBench.cpp',
43 '../bench/ChromeBench.cpp', 43 '../bench/ChromeBench.cpp',
44 '../bench/CmapBench.cpp', 44 '../bench/CmapBench.cpp',
45 '../bench/ColorCubeBench.cpp', 45 '../bench/ColorCubeBench.cpp',
46 '../bench/ColorFilterBench.cpp', 46 '../bench/ColorFilterBench.cpp',
47 '../bench/ColorPrivBench.cpp', 47 '../bench/ColorPrivBench.cpp',
48 '../bench/ControlBench.cpp',
48 '../bench/CoverageBench.cpp', 49 '../bench/CoverageBench.cpp',
49 '../bench/DashBench.cpp', 50 '../bench/DashBench.cpp',
50 '../bench/DeferredSurfaceCopyBench.cpp', 51 '../bench/DeferredSurfaceCopyBench.cpp',
51 '../bench/DisplacementBench.cpp', 52 '../bench/DisplacementBench.cpp',
52 '../bench/ETCBitmapBench.cpp', 53 '../bench/ETCBitmapBench.cpp',
53 '../bench/FSRectBench.cpp', 54 '../bench/FSRectBench.cpp',
54 '../bench/FontCacheBench.cpp', 55 '../bench/FontCacheBench.cpp',
55 '../bench/FontScalerBench.cpp', 56 '../bench/FontScalerBench.cpp',
56 '../bench/GameBench.cpp', 57 '../bench/GameBench.cpp',
57 '../bench/GeometryBench.cpp', 58 '../bench/GeometryBench.cpp',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 | « bench/ControlBench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698