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

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: address comments 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 'tests.gypi', 11 'dm.gypi',
12 » 'pathops_unittest.gypi',
13 ], 12 ],
14 'dependencies': [ 13 'dependencies': [
15 'tools.gyp:crash_handler', 14 'tools.gyp:crash_handler',
16 'views.gyp:views', 15 'views.gyp:views',
17 'xml.gyp:xml', 16 'xml.gyp:xml',
18 ], 17 ],
19 'sources': [ 18 'sources': [
20 '../tests/skia_test.cpp', 19 '../tests/skia_test.cpp',
21 '../tools/iOSShell.cpp', 20 '../tools/iOSShell.cpp',
22 '../src/views/mac/SkEventNotifier.mm', 21 '../src/views/mac/SkEventNotifier.mm',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'dependencies': [ 75 'dependencies': [
77 'gputest.gyp:skgputest', 76 'gputest.gyp:skgputest',
78 ], 77 ],
79 }], 78 }],
80 ], 79 ],
81 }, 80 },
82 ], 81 ],
83 }], 82 }],
84 ] 83 ]
85 } 84 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698