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

Side by Side Diff: gyp/bench.gyp

Issue 425393004: SKPs-as-benches in nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: guard the HEADER Created 6 years, 4 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 | « dm/DM.cpp ('k') | gyp/iOSShell.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',
(...skipping 20 matching lines...) Expand all
31 'includes': [ 31 'includes': [
32 'bench.gypi', 32 'bench.gypi',
33 'gmslides.gypi', 33 'gmslides.gypi',
34 ], 34 ],
35 }, 35 },
36 { 36 {
37 'target_name': 'nanobench', 37 'target_name': 'nanobench',
38 'type': 'executable', 38 'type': 'executable',
39 'sources': [ 39 'sources': [
40 '../bench/GMBench.cpp', 40 '../bench/GMBench.cpp',
41 '../bench/SKPBench.cpp',
41 '../bench/ResultsWriter.cpp', 42 '../bench/ResultsWriter.cpp',
42 '../bench/nanobench.cpp', 43 '../bench/nanobench.cpp',
43 ], 44 ],
44 'includes': [ 45 'includes': [
45 'bench.gypi', 46 'bench.gypi',
46 'gmslides.gypi', 47 'gmslides.gypi',
47 ], 48 ],
48 'dependencies': [ 49 'dependencies': [
49 'flags.gyp:flags_common', 50 'flags.gyp:flags_common',
50 'jsoncpp.gyp:jsoncpp', 51 'jsoncpp.gyp:jsoncpp',
51 'skia_lib.gyp:skia_lib', 52 'skia_lib.gyp:skia_lib',
52 'tools.gyp:crash_handler', 53 'tools.gyp:crash_handler',
53 'tools.gyp:timer', 54 'tools.gyp:timer',
54 ], 55 ],
55 }, 56 },
56 ], 57 ],
57 } 58 }
OLDNEW
« no previous file with comments | « dm/DM.cpp ('k') | gyp/iOSShell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698