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

Side by Side Diff: gyp/bench.gyp

Issue 1061323003: Change to add zoom animations to nanobench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: windows warning 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 | « bench/nanobench.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 # GYP file to build performance testbench. 5 # GYP file to build performance testbench.
6 # 6 #
7 { 7 {
8 'includes': [ 8 'includes': [
9 'apptype_console.gypi', 9 'apptype_console.gypi',
10 ], 10 ],
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'nanobench', 13 'target_name': 'nanobench',
14 'type': 'executable', 14 'type': 'executable',
15 'sources': [ 15 'sources': [
16 '../gm/gm.cpp', 16 '../gm/gm.cpp',
17 '../bench/CodecBench.cpp', 17 '../bench/CodecBench.cpp',
18 '../bench/DecodingBench.cpp', 18 '../bench/DecodingBench.cpp',
19 '../bench/DecodingSubsetBench.cpp', 19 '../bench/DecodingSubsetBench.cpp',
20 '../bench/GMBench.cpp', 20 '../bench/GMBench.cpp',
21 '../bench/RecordingBench.cpp', 21 '../bench/RecordingBench.cpp',
22 '../bench/SKPAnimationBench.cpp',
22 '../bench/SKPBench.cpp', 23 '../bench/SKPBench.cpp',
23 '../bench/nanobench.cpp', 24 '../bench/nanobench.cpp',
24 ], 25 ],
25 'includes': [ 26 'includes': [
26 'bench.gypi', 27 'bench.gypi',
27 'gmslides.gypi', 28 'gmslides.gypi',
28 ], 29 ],
29 'dependencies': [ 30 'dependencies': [
30 'flags.gyp:flags_common', 31 'flags.gyp:flags_common',
31 'jsoncpp.gyp:jsoncpp', 32 'jsoncpp.gyp:jsoncpp',
(...skipping 19 matching lines...) Expand all
51 '../bench/nanobenchAndroid.cpp', 52 '../bench/nanobenchAndroid.cpp',
52 ], 53 ],
53 'dependencies': [ 54 'dependencies': [
54 'utils.gyp:android_utils', 55 'utils.gyp:android_utils',
55 ], 56 ],
56 }], 57 }],
57 ], 58 ],
58 }, 59 },
59 ], 60 ],
60 } 61 }
OLDNEW
« no previous file with comments | « bench/nanobench.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698