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

Side by Side Diff: gyp/iOSShell.gyp

Issue 918673002: Adding new benchmark to test image decoding performance. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Added include Created 5 years, 10 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/bench.gypi ('k') | tools/flags/SkCommonFlags.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 { 2 {
3 'conditions' : [ 3 'conditions' : [
4 [ 'skia_os == "ios"', { 4 [ 'skia_os == "ios"', {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'iOSShell', 7 'target_name': 'iOSShell',
8 'type': 'executable', 8 'type': 'executable',
9 'mac_bundle' : 1, 9 'mac_bundle' : 1,
10 'includes': [ 10 'includes': [
11 'bench.gypi', 11 'bench.gypi',
12 'dm.gypi', 12 'dm.gypi',
13 ], 13 ],
14 'dependencies': [ 14 'dependencies': [
15 'tools.gyp:crash_handler', 15 'tools.gyp:crash_handler',
16 'tools.gyp:timer', 16 'tools.gyp:timer',
17 'views.gyp:views', 17 'views.gyp:views',
18 'xml.gyp:xml', 18 'xml.gyp:xml',
19 ], 19 ],
20 'sources': [ 20 'sources': [
21 '../bench/DecodingBench.cpp',
22 '../bench/DecodingSubsetBench.cpp',
21 '../bench/GMBench.cpp', 23 '../bench/GMBench.cpp',
22 '../bench/RecordingBench.cpp', 24 '../bench/RecordingBench.cpp',
23 '../bench/SKPBench.cpp', 25 '../bench/SKPBench.cpp',
24 '../bench/nanobench.cpp', 26 '../bench/nanobench.cpp',
25 '../tests/skia_test.cpp', 27 '../tests/skia_test.cpp',
26 '../tools/iOSShell.cpp', 28 '../tools/iOSShell.cpp',
27 '../src/views/mac/SkEventNotifier.mm', 29 '../src/views/mac/SkEventNotifier.mm',
28 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig', 30 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig',
29 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig', 31 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig',
30 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig', 32 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'dependencies': [ 83 'dependencies': [
82 'gputest.gyp:skgputest', 84 'gputest.gyp:skgputest',
83 ], 85 ],
84 }], 86 }],
85 ], 87 ],
86 }, 88 },
87 ], 89 ],
88 }], 90 }],
89 ] 91 ]
90 } 92 }
OLDNEW
« no previous file with comments | « gyp/bench.gypi ('k') | tools/flags/SkCommonFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698