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

Side by Side Diff: gyp/ports.gyp

Issue 491733003: HACK NOT FOR COMMIT time font init Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix gyp Created 6 years, 4 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
« no previous file with comments | « no previous file | src/ports/SkFontMgr_android.cpp » ('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': [ 9 'dependencies': [
10 'core.gyp:*', 10 'core.gyp:*',
11 ], 11 ],
12 'include_dirs': [ 12 'include_dirs': [
13 '../include/effects', 13 '../include/effects',
14 '../include/images', 14 '../include/images',
15 '../include/ports', 15 '../include/ports',
16 '../include/utils', 16 '../include/utils',
17 '../include/utils/win', 17 '../include/utils/win',
18 '../include/xml', 18 '../include/xml',
19 '../src/core', 19 '../src/core',
20 '../src/lazy', 20 '../src/lazy',
21 '../src/ports', 21 '../src/ports',
22 '../src/sfnt', 22 '../src/sfnt',
23 '../src/utils', 23 '../src/utils',
24
25 '../include/gpu',
26 '../include/gpu/gl',
27 '../src/gpu',
28 '../src/gpu/gl',
24 ], 29 ],
25 'sources': [ 30 'sources': [
31 '../tools/timer/Timer.cpp',
32 '../tools/timer/GpuTimer.cpp',
33 '../tools/timer/SysTimer_posix.cpp',
34
26 '../src/ports/SkAtomics_sync.h', 35 '../src/ports/SkAtomics_sync.h',
27 '../src/ports/SkAtomics_win.h', 36 '../src/ports/SkAtomics_win.h',
28 '../src/ports/SkMutex_pthread.h', 37 '../src/ports/SkMutex_pthread.h',
29 '../src/ports/SkMutex_win.h', 38 '../src/ports/SkMutex_win.h',
30 '../src/ports/SkDebug_nacl.cpp', 39 '../src/ports/SkDebug_nacl.cpp',
31 '../src/ports/SkDebug_stdio.cpp', 40 '../src/ports/SkDebug_stdio.cpp',
32 '../src/ports/SkDebug_win.cpp', 41 '../src/ports/SkDebug_win.cpp',
33 42
34 '../src/fonts/SkFontMgr_indirect.cpp', 43 '../src/fonts/SkFontMgr_indirect.cpp',
35 '../src/fonts/SkRemotableFontMgr.cpp', 44 '../src/fonts/SkRemotableFontMgr.cpp',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
191 }], 200 }],
192 ], 201 ],
193 'direct_dependent_settings': { 202 'direct_dependent_settings': {
194 'include_dirs': [ 203 'include_dirs': [
195 '../include/ports', 204 '../include/ports',
196 ], 205 ],
197 }, 206 },
198 }, 207 },
199 ], 208 ],
200 } 209 }
OLDNEW
« no previous file with comments | « no previous file | src/ports/SkFontMgr_android.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698