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

Side by Side Diff: gyp/ports.gyp

Issue 16325006: Fix broken include path for directwrite backend (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: update Created 7 years, 6 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 | « no previous file | 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 # 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 'include_dirs': [ 9 'include_dirs': [
10 '../include/config', 10 '../include/config',
11 '../include/core', 11 '../include/core',
12 '../include/effects', 12 '../include/effects',
13 '../include/images', 13 '../include/images',
14 '../include/ports', 14 '../include/ports',
15 '../include/utils', 15 '../include/utils',
16 '../include/utils/win',
16 '../include/xml', 17 '../include/xml',
17 '../src/core', 18 '../src/core',
18 '../src/lazy', 19 '../src/lazy',
19 '../src/sfnt', 20 '../src/sfnt',
20 '../src/utils', 21 '../src/utils',
21 ], 22 ],
22 'sources': [ 23 'sources': [
23 '../src/ports/SkDebug_nacl.cpp', 24 '../src/ports/SkDebug_nacl.cpp',
24 '../src/ports/SkDebug_stdio.cpp', 25 '../src/ports/SkDebug_stdio.cpp',
25 '../src/ports/SkDebug_win.cpp', 26 '../src/ports/SkDebug_win.cpp',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 }, 188 },
188 }, 189 },
189 ], 190 ],
190 } 191 }
191 192
192 # Local Variables: 193 # Local Variables:
193 # tab-width:2 194 # tab-width:2
194 # indent-tabs-mode:nil 195 # indent-tabs-mode:nil
195 # End: 196 # End:
196 # vim: set expandtab tabstop=2 shiftwidth=2: 197 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698