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

Side by Side Diff: gyp/ports.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/experimental.gyp ('k') | gyp/tools.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': [ 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',
19 '../src/core', 18 '../src/core',
20 '../src/lazy', 19 '../src/lazy',
21 '../src/ports', 20 '../src/ports',
22 '../src/sfnt', 21 '../src/sfnt',
23 '../src/utils', 22 '../src/utils',
24 ], 23 ],
25 'sources': [ 24 'sources': [
26 '../src/ports/SkAtomics_sync.h', 25 '../src/ports/SkAtomics_sync.h',
27 '../src/ports/SkAtomics_win.h', 26 '../src/ports/SkAtomics_win.h',
28 '../src/ports/SkMutex_pthread.h', 27 '../src/ports/SkMutex_pthread.h',
(...skipping 19 matching lines...) Expand all
48 '../src/ports/SkMutex_pthread.h', 47 '../src/ports/SkMutex_pthread.h',
49 '../src/ports/SkMutex_win.h', 48 '../src/ports/SkMutex_win.h',
50 '../src/ports/SkOSFile_posix.cpp', 49 '../src/ports/SkOSFile_posix.cpp',
51 '../src/ports/SkOSFile_stdio.cpp', 50 '../src/ports/SkOSFile_stdio.cpp',
52 '../src/ports/SkOSFile_win.cpp', 51 '../src/ports/SkOSFile_win.cpp',
53 '../src/ports/SkDiscardableMemory_none.cpp', 52 '../src/ports/SkDiscardableMemory_none.cpp',
54 '../src/ports/SkTime_Unix.cpp', 53 '../src/ports/SkTime_Unix.cpp',
55 '../src/ports/SkTime_win.cpp', 54 '../src/ports/SkTime_win.cpp',
56 '../src/ports/SkTLS_pthread.cpp', 55 '../src/ports/SkTLS_pthread.cpp',
57 '../src/ports/SkTLS_win.cpp', 56 '../src/ports/SkTLS_win.cpp',
58 '../src/ports/SkXMLParser_empty.cpp',
59 57
60 '../include/ports/SkFontConfigInterface.h', 58 '../include/ports/SkFontConfigInterface.h',
61 '../include/ports/SkFontMgr.h', 59 '../include/ports/SkFontMgr.h',
62 '../include/ports/SkFontMgr_indirect.h', 60 '../include/ports/SkFontMgr_indirect.h',
63 '../include/ports/SkRemotableFontMgr.h', 61 '../include/ports/SkRemotableFontMgr.h',
64 ], 62 ],
65 'conditions': [ 63 'conditions': [
66 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "na cl", "android"]', { 64 [ 'skia_os in ["linux", "freebsd", "openbsd", "solaris", "chromeos", "na cl", "android"]', {
67 'sources': [ 65 'sources': [
68 '../src/ports/SkFontHost_FreeType.cpp', 66 '../src/ports/SkFontHost_FreeType.cpp',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 }], 188 }],
191 ], 189 ],
192 'direct_dependent_settings': { 190 'direct_dependent_settings': {
193 'include_dirs': [ 191 'include_dirs': [
194 '../include/ports', 192 '../include/ports',
195 ], 193 ],
196 }, 194 },
197 }, 195 },
198 ], 196 ],
199 } 197 }
OLDNEW
« no previous file with comments | « gyp/experimental.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698