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

Side by Side Diff: gyp/ports.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove old code. Created 7 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 | Annotate | Revision Log
« no previous file with comments | « gyp/pdf.gyp ('k') | gyp/sfnt.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 # Port-specific Skia library code. 1 # Port-specific Skia library code.
2 { 2 {
3 'targets': [ 3 'targets': [
4 { 4 {
5 'target_name': 'ports', 5 'target_name': 'ports',
6 'product_name': 'skia_ports', 6 'product_name': 'skia_ports',
7 'type': 'static_library', 7 'type': 'static_library',
8 'standalone_static_library': 1, 8 'standalone_static_library': 1,
9 'dependencies': [
10 'core.gyp:*',
11 ],
9 'include_dirs': [ 12 'include_dirs': [
10 '../include/config',
11 '../include/core',
12 '../include/effects', 13 '../include/effects',
13 '../include/images', 14 '../include/images',
14 '../include/ports', 15 '../include/ports',
15 '../include/utils', 16 '../include/utils',
16 '../include/utils/win', 17 '../include/utils/win',
17 '../include/xml', 18 '../include/xml',
18 '../src/core', 19 '../src/core',
19 '../src/lazy', 20 '../src/lazy',
20 '../src/sfnt', 21 '../src/sfnt',
21 '../src/utils', 22 '../src/utils',
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 }, 191 },
191 }, 192 },
192 ], 193 ],
193 } 194 }
194 195
195 # Local Variables: 196 # Local Variables:
196 # tab-width:2 197 # tab-width:2
197 # indent-tabs-mode:nil 198 # indent-tabs-mode:nil
198 # End: 199 # End:
199 # vim: set expandtab tabstop=2 shiftwidth=2: 200 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/pdf.gyp ('k') | gyp/sfnt.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698