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

Side by Side Diff: gyp/bench.gypi

Issue 1031423002: Add mixedtextblob gm and a simple bench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: mac warnings 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 | « gm/mixedtextblobs.cpp ('k') | gyp/gmslides.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 '../bench/RegionContainBench.cpp', 98 '../bench/RegionContainBench.cpp',
99 '../bench/RepeatTileBench.cpp', 99 '../bench/RepeatTileBench.cpp',
100 '../bench/RotatedRectBench.cpp', 100 '../bench/RotatedRectBench.cpp',
101 '../bench/ScalarBench.cpp', 101 '../bench/ScalarBench.cpp',
102 '../bench/ShaderMaskBench.cpp', 102 '../bench/ShaderMaskBench.cpp',
103 '../bench/SkipZeroesBench.cpp', 103 '../bench/SkipZeroesBench.cpp',
104 '../bench/SortBench.cpp', 104 '../bench/SortBench.cpp',
105 '../bench/StrokeBench.cpp', 105 '../bench/StrokeBench.cpp',
106 '../bench/TableBench.cpp', 106 '../bench/TableBench.cpp',
107 '../bench/TextBench.cpp', 107 '../bench/TextBench.cpp',
108 '../bench/TextBlobBench.cpp',
108 '../bench/TileBench.cpp', 109 '../bench/TileBench.cpp',
109 '../bench/VertBench.cpp', 110 '../bench/VertBench.cpp',
110 '../bench/WritePixelsBench.cpp', 111 '../bench/WritePixelsBench.cpp',
111 '../bench/WriterBench.cpp', 112 '../bench/WriterBench.cpp',
112 '../bench/XfermodeBench.cpp', 113 '../bench/XfermodeBench.cpp',
113 ], 114 ],
114 } 115 }
OLDNEW
« no previous file with comments | « gm/mixedtextblobs.cpp ('k') | gyp/gmslides.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698