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

Side by Side Diff: gyp/iOSShell.gyp

Issue 389653004: share dm and command flags (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 5 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
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',
12 'dm.gypi',
13 'gmslides.gypi',
14 'pathops_unittest.gypi',
11 'tests.gypi', 15 'tests.gypi',
12 'pathops_unittest.gypi',
13 ], 16 ],
14 'dependencies': [ 17 'dependencies': [
15 'tools.gyp:crash_handler', 18 'tools.gyp:crash_handler',
16 'views.gyp:views', 19 'views.gyp:views',
17 'xml.gyp:xml', 20 'xml.gyp:xml',
18 ], 21 ],
19 'sources': [ 22 'sources': [
20 '../tests/skia_test.cpp', 23 '../tests/skia_test.cpp',
21 '../tools/iOSShell.cpp', 24 '../tools/iOSShell.cpp',
22 '../src/views/mac/SkEventNotifier.mm', 25 '../src/views/mac/SkEventNotifier.mm',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'dependencies': [ 79 'dependencies': [
77 'gputest.gyp:skgputest', 80 'gputest.gyp:skgputest',
78 ], 81 ],
79 }], 82 }],
80 ], 83 ],
81 }, 84 },
82 ], 85 ],
83 }], 86 }],
84 ] 87 ]
85 } 88 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698