Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # The minimal set of static libraries for basic Skia functionality. | 1 # The minimal set of static libraries for basic Skia functionality. |
| 2 | 2 |
| 3 { | 3 { |
| 4 'variables': { | 4 'variables': { |
| 5 'component_libs': [ | 5 'component_libs': [ |
| 6 'core.gyp:core', | 6 'core.gyp:core', |
| 7 'codec.gyp:codec', | |
| 8 'effects.gyp:effects', | 7 'effects.gyp:effects', |
| 9 'images.gyp:images', | 8 'images.gyp:images', |
| 10 'opts.gyp:opts', | 9 'opts.gyp:opts', |
| 11 'ports.gyp:ports', | 10 'ports.gyp:ports', |
| 12 'sfnt.gyp:sfnt', | 11 'sfnt.gyp:sfnt', |
| 13 'utils.gyp:utils', | 12 'utils.gyp:utils', |
| 14 ], | 13 ], |
| 15 'conditions': [ | 14 'conditions': [ |
| 16 [ '"x86" in skia_arch_type and skia_os != "android"', { | 15 [ '"x86" in skia_arch_type and skia_os != "android"', { |
| 17 'component_libs': [ | 16 'component_libs': [ |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 54 ], | 53 ], |
| 55 'dependencies': [ | 54 'dependencies': [ |
| 56 '<@(component_libs)', | 55 '<@(component_libs)', |
| 57 ], | 56 ], |
| 58 'export_dependent_settings': [ | 57 'export_dependent_settings': [ |
| 59 '<@(component_libs)', | 58 '<@(component_libs)', |
| 60 ], | 59 ], |
| 61 }, | 60 }, |
| 62 ], | 61 ], |
| 63 } | 62 } |
| OLD | NEW |