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

Side by Side Diff: gyp/views.gyp

Issue 722343002: Cleanup the XML directory in public includes. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: fix ios the right way Created 6 years, 1 month 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/utils.gyp ('k') | gyp/xml.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Views is the Skia windowing toolkit. 1 # Views is the Skia windowing toolkit.
2 # It provides: 2 # It provides:
3 # * A portable means of creating native windows. 3 # * A portable means of creating native windows.
4 # * Events. 4 # * Events.
5 # * Basic widgets and controls. 5 # * Basic widgets and controls.
6 6
7 { 7 {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'views', 10 'target_name': 'views',
11 'product_name': 'skia_views', 11 'product_name': 'skia_views',
12 'type': 'static_library', 12 'type': 'static_library',
13 'standalone_static_library': 1, 13 'standalone_static_library': 1,
14 'dependencies': [ 14 'dependencies': [
15 'skia_lib.gyp:skia_lib', 15 'skia_lib.gyp:skia_lib',
16 'xml.gyp:*', 16 'xml.gyp:xml',
17 ], 17 ],
18 'include_dirs': [ 18 'include_dirs': [
19 '../include/views', 19 '../include/views',
20 '../include/views/unix', 20 '../include/views/unix',
21 ], 21 ],
22 'sources': [ 22 'sources': [
23 '../include/views/SkApplication.h', 23 '../include/views/SkApplication.h',
24 '../include/views/SkBGViewArtist.h', 24 '../include/views/SkBGViewArtist.h',
25 '../include/views/SkEvent.h', 25 '../include/views/SkEvent.h',
26 '../include/views/SkEventSink.h', 26 '../include/views/SkEventSink.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'include_dirs': [ 127 'include_dirs': [
128 '../include/gpu', 128 '../include/gpu',
129 ], 129 ],
130 }], 130 }],
131 ], 131 ],
132 'direct_dependent_settings': { 132 'direct_dependent_settings': {
133 'include_dirs': [ 133 'include_dirs': [
134 '../include/views', 134 '../include/views',
135 ], 135 ],
136 }, 136 },
137 'export_dependent_settings': [
138 'xml.gyp:xml',
139 ],
137 }, 140 },
138 ], 141 ],
139 } 142 }
OLDNEW
« no previous file with comments | « gyp/utils.gyp ('k') | gyp/xml.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698