| OLD | NEW |
| 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 ], | 24 ], |
| 25 'sources': [ | 25 'sources': [ |
| 26 '../src/ports/SkAtomics_android.h', | |
| 27 '../src/ports/SkAtomics_sync.h', | 26 '../src/ports/SkAtomics_sync.h', |
| 28 '../src/ports/SkAtomics_win.h', | 27 '../src/ports/SkAtomics_win.h', |
| 29 '../src/ports/SkMutex_pthread.h', | 28 '../src/ports/SkMutex_pthread.h', |
| 30 '../src/ports/SkMutex_win.h', | 29 '../src/ports/SkMutex_win.h', |
| 31 '../src/ports/SkDebug_nacl.cpp', | 30 '../src/ports/SkDebug_nacl.cpp', |
| 32 '../src/ports/SkDebug_stdio.cpp', | 31 '../src/ports/SkDebug_stdio.cpp', |
| 33 '../src/ports/SkDebug_win.cpp', | 32 '../src/ports/SkDebug_win.cpp', |
| 34 | 33 |
| 35 '../src/fonts/SkFontMgr_indirect.cpp', | 34 '../src/fonts/SkFontMgr_indirect.cpp', |
| 36 '../src/fonts/SkRemotableFontMgr.cpp', | 35 '../src/fonts/SkRemotableFontMgr.cpp', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 187 }], | 186 }], |
| 188 ], | 187 ], |
| 189 'direct_dependent_settings': { | 188 'direct_dependent_settings': { |
| 190 'include_dirs': [ | 189 'include_dirs': [ |
| 191 '../include/ports', | 190 '../include/ports', |
| 192 ], | 191 ], |
| 193 }, | 192 }, |
| 194 }, | 193 }, |
| 195 ], | 194 ], |
| 196 } | 195 } |
| OLD | NEW |