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

Side by Side Diff: gyp/iOSShell.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 | « gyp/bench.gyp ('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/GMBench.cpp', 21 '../bench/GMBench.cpp',
22 '../bench/SKPBench.cpp',
22 '../bench/ResultsWriter.cpp', 23 '../bench/ResultsWriter.cpp',
23 '../bench/nanobench.cpp', 24 '../bench/nanobench.cpp',
24 '../tests/skia_test.cpp', 25 '../tests/skia_test.cpp',
25 '../tools/iOSShell.cpp', 26 '../tools/iOSShell.cpp',
26 '../src/views/mac/SkEventNotifier.mm', 27 '../src/views/mac/SkEventNotifier.mm',
27 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig', 28 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig',
28 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig', 29 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig',
29 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig', 30 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig',
30 '../experimental/iOSShell/iOSShell-Info.plist', 31 '../experimental/iOSShell/iOSShell-Info.plist',
31 '../experimental/iOSSampleApp/Shared/SkUIRootViewController.mm', 32 '../experimental/iOSSampleApp/Shared/SkUIRootViewController.mm',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 'dependencies': [ 81 'dependencies': [
81 'gputest.gyp:skgputest', 82 'gputest.gyp:skgputest',
82 ], 83 ],
83 }], 84 }],
84 ], 85 ],
85 }, 86 },
86 ], 87 ],
87 }], 88 }],
88 ] 89 ]
89 } 90 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | tools/flags/SkCommonFlags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698