Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # GYP file for images project. | 1 # GYP file for images project. |
| 2 { | 2 { |
| 3 'targets': [ | 3 'targets': [ |
| 4 { | 4 { |
| 5 'target_name': 'images', | 5 'target_name': 'images', |
| 6 'product_name': 'skia_images', | 6 'product_name': 'skia_images', |
| 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:*', |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 155 ], | 155 ], |
| 156 },{ #else if skia_os != android | 156 },{ #else if skia_os != android |
| 157 'sources!': [ | 157 'sources!': [ |
| 158 '../src/images/SkImageRef_ashmem.h', | 158 '../src/images/SkImageRef_ashmem.h', |
| 159 '../src/images/SkImageRef_ashmem.cpp', | 159 '../src/images/SkImageRef_ashmem.cpp', |
| 160 ], | 160 ], |
| 161 }], | 161 }], |
| 162 [ 'skia_os == "chromeos"', { | 162 [ 'skia_os == "chromeos"', { |
| 163 'dependencies': [ | 163 'dependencies': [ |
| 164 'chromeos_deps.gyp:gif', | 164 'chromeos_deps.gyp:gif', |
| 165 'libpng.gyp:libpng', | |
|
scroggo
2014/02/24 20:52:52
Should this go into chromeos_deps?
I think it's f
hal.canary
2014/02/24 21:05:10
I don't think so, since there is no special handli
| |
| 165 ], | 166 ], |
| 166 }], | 167 }], |
| 167 [ 'skia_os == "ios"', { | 168 [ 'skia_os == "ios"', { |
| 168 'include_dirs': [ | 169 'include_dirs': [ |
| 169 '../include/utils/mac', | 170 '../include/utils/mac', |
| 170 ], | 171 ], |
| 171 }], | 172 }], |
| 172 ], | 173 ], |
| 173 'direct_dependent_settings': { | 174 'direct_dependent_settings': { |
| 174 'include_dirs': [ | 175 'include_dirs': [ |
| 175 '../include/images', | 176 '../include/images', |
| 176 ], | 177 ], |
| 177 }, | 178 }, |
| 178 }, | 179 }, |
| 179 ], | 180 ], |
| 180 } | 181 } |
| OLD | NEW |