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

Side by Side Diff: gyp/bench.gyp

Issue 316813005: Add non power of two gm for ETC1 bitmap (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: More gyps Created 6 years, 6 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/dm.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # GYP file to build performance testbench. 1 # GYP file to build performance testbench.
2 # 2 #
3 { 3 {
4 'includes': [ 4 'includes': [
5 'apptype_console.gypi', 5 'apptype_console.gypi',
6 ], 6 ],
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'bench', 9 'target_name': 'bench',
10 'type': 'executable', 10 'type': 'executable',
11 'dependencies': [ 11 'dependencies': [
12 'skia_lib.gyp:skia_lib', 12 'skia_lib.gyp:skia_lib',
13 'bench_timer', 13 'bench_timer',
14 'flags.gyp:flags', 14 'flags.gyp:flags',
15 'jsoncpp.gyp:jsoncpp', 15 'jsoncpp.gyp:jsoncpp',
16 'etc1.gyp:libetc1',
16 ], 17 ],
17 'sources': [ 18 'sources': [
18 '../bench/ResultsWriter.cpp', 19 '../bench/ResultsWriter.cpp',
19 '../bench/SkBenchLogger.cpp', 20 '../bench/SkBenchLogger.cpp',
20 '../bench/SkBenchLogger.h', 21 '../bench/SkBenchLogger.h',
21 '../bench/SkGMBench.cpp', 22 '../bench/SkGMBench.cpp',
22 '../bench/SkGMBench.h', 23 '../bench/SkGMBench.h',
23 '../bench/benchmain.cpp', 24 '../bench/benchmain.cpp',
24 '../tools/sk_tool_utils.cpp', 25 '../tools/sk_tool_utils.cpp',
25 ], 26 ],
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 ['skia_gpu == 1', { 101 ['skia_gpu == 1', {
101 'sources': [ 102 'sources': [
102 '../bench/BenchGpuTimer_gl.h', 103 '../bench/BenchGpuTimer_gl.h',
103 '../bench/BenchGpuTimer_gl.cpp', 104 '../bench/BenchGpuTimer_gl.cpp',
104 ], 105 ],
105 }], 106 }],
106 ], 107 ],
107 } 108 }
108 ], 109 ],
109 } 110 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/dm.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698