Chromium Code Reviews| 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': [ | |
| 10 'utils.gyp:utils', | |
|
borenet
2013/06/03 14:13:49
Does this give us '../src/utils' as an include dir
| |
| 11 ], | |
| 9 'include_dirs': [ | 12 'include_dirs': [ |
| 10 '../include/config', | 13 '../include/config', |
| 11 '../include/core', | 14 '../include/core', |
| 12 '../include/effects', | 15 '../include/effects', |
| 13 '../include/images', | 16 '../include/images', |
| 14 '../include/ports', | 17 '../include/ports', |
| 15 '../include/utils', | |
| 16 '../include/xml', | 18 '../include/xml', |
| 17 '../src/core', | 19 '../src/core', |
| 18 '../src/lazy', | 20 '../src/lazy', |
| 19 '../src/sfnt', | 21 '../src/sfnt', |
| 20 '../src/utils', | 22 '../src/utils', |
| 21 ], | 23 ], |
| 22 'sources': [ | 24 'sources': [ |
| 23 '../src/ports/SkDebug_nacl.cpp', | 25 '../src/ports/SkDebug_nacl.cpp', |
| 24 '../src/ports/SkDebug_stdio.cpp', | 26 '../src/ports/SkDebug_stdio.cpp', |
| 25 '../src/ports/SkDebug_win.cpp', | 27 '../src/ports/SkDebug_win.cpp', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 187 }, | 189 }, |
| 188 }, | 190 }, |
| 189 ], | 191 ], |
| 190 } | 192 } |
| 191 | 193 |
| 192 # Local Variables: | 194 # Local Variables: |
| 193 # tab-width:2 | 195 # tab-width:2 |
| 194 # indent-tabs-mode:nil | 196 # indent-tabs-mode:nil |
| 195 # End: | 197 # End: |
| 196 # vim: set expandtab tabstop=2 shiftwidth=2: | 198 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |