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

Side by Side Diff: gyp/iOSShell.gyp

Issue 554583004: Revert of nanobench: lazily decode bitmaps from SKPs (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 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') | 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 # 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/RecordingBench.cpp', 22 '../bench/RecordingBench.cpp',
23 '../bench/SKPBench.cpp', 23 '../bench/SKPBench.cpp',
24 '../bench/nanobench.cpp', 24 '../bench/nanobench.cpp',
25 '../tests/skia_test.cpp', 25 '../tests/skia_test.cpp',
26 '../tools/LazyDecodeBitmap.cpp',
27 '../tools/iOSShell.cpp', 26 '../tools/iOSShell.cpp',
28 '../src/views/mac/SkEventNotifier.mm', 27 '../src/views/mac/SkEventNotifier.mm',
29 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig', 28 '../experimental/iOSSampleApp/SkiOSSampleApp-Base.xcconfig',
30 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig', 29 '../experimental/iOSSampleApp/SkiOSSampleApp-Debug.xcconfig',
31 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig', 30 '../experimental/iOSSampleApp/SkiOSSampleApp-Release.xcconfig',
32 '../experimental/iOSShell/iOSShell-Info.plist', 31 '../experimental/iOSShell/iOSShell-Info.plist',
33 '../experimental/iOSSampleApp/Shared/SkUIRootViewController.mm', 32 '../experimental/iOSSampleApp/Shared/SkUIRootViewController.mm',
34 '../experimental/iOSSampleApp/Shared/SkUIView.mm', 33 '../experimental/iOSSampleApp/Shared/SkUIView.mm',
35 '../experimental/iOSSampleApp/Shared/skia_ios.mm', 34 '../experimental/iOSSampleApp/Shared/skia_ios.mm',
36 35
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'dependencies': [ 81 'dependencies': [
83 'gputest.gyp:skgputest', 82 'gputest.gyp:skgputest',
84 ], 83 ],
85 }], 84 }],
86 ], 85 ],
87 }, 86 },
88 ], 87 ],
89 }], 88 }],
90 ] 89 ]
91 } 90 }
OLDNEW
« no previous file with comments | « gyp/bench.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698