| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 | 5 |
| 6 # This gypi file contains the Skia library. | 6 # This gypi file contains the Skia library. |
| 7 # In component mode (shared_lib) it is folded into a single shared library with | 7 # In component mode (shared_lib) it is folded into a single shared library with |
| 8 # the Chrome-specific enhancements but in all other cases it is a separate lib. | 8 # the Chrome-specific enhancements but in all other cases it is a separate lib. |
| 9 { | 9 { |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 '../third_party/skia/include/core', | 155 '../third_party/skia/include/core', |
| 156 '../third_party/skia/include/effects', | 156 '../third_party/skia/include/effects', |
| 157 '../third_party/skia/include/images', | 157 '../third_party/skia/include/images', |
| 158 '../third_party/skia/include/lazy', | 158 '../third_party/skia/include/lazy', |
| 159 '../third_party/skia/include/pathops', | 159 '../third_party/skia/include/pathops', |
| 160 '../third_party/skia/include/pdf', | 160 '../third_party/skia/include/pdf', |
| 161 '../third_party/skia/include/pipe', | 161 '../third_party/skia/include/pipe', |
| 162 '../third_party/skia/include/ports', | 162 '../third_party/skia/include/ports', |
| 163 '../third_party/skia/include/utils', | 163 '../third_party/skia/include/utils', |
| 164 '../third_party/skia/src/core', | 164 '../third_party/skia/src/core', |
| 165 '../third_party/skia/src/opts', |
| 165 '../third_party/skia/src/image', | 166 '../third_party/skia/src/image', |
| 166 '../third_party/skia/src/ports', | 167 '../third_party/skia/src/ports', |
| 167 '../third_party/skia/src/sfnt', | 168 '../third_party/skia/src/sfnt', |
| 168 '../third_party/skia/src/utils', | 169 '../third_party/skia/src/utils', |
| 169 '../third_party/skia/src/lazy', | 170 '../third_party/skia/src/lazy', |
| 170 ], | 171 ], |
| 171 'conditions': [ | 172 'conditions': [ |
| 172 ['skia_support_gpu != 0', { | 173 ['skia_support_gpu != 0', { |
| 173 'includes': [ | 174 'includes': [ |
| 174 '../third_party/skia/gyp/gpu.gypi', | 175 '../third_party/skia/gyp/gpu.gypi', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 '../third_party/skia/include/pathops', | 452 '../third_party/skia/include/pathops', |
| 452 '../third_party/skia/include/pipe', | 453 '../third_party/skia/include/pipe', |
| 453 '../third_party/skia/include/ports', | 454 '../third_party/skia/include/ports', |
| 454 '../third_party/skia/include/utils', | 455 '../third_party/skia/include/utils', |
| 455 ], | 456 ], |
| 456 'defines': [ | 457 'defines': [ |
| 457 '<@(skia_export_defines)', | 458 '<@(skia_export_defines)', |
| 458 ], | 459 ], |
| 459 }, | 460 }, |
| 460 } | 461 } |
| OLD | NEW |