| 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 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 '../third_party/skia/src/utils/win/SkIStream.cpp', | 83 '../third_party/skia/src/utils/win/SkIStream.cpp', |
| 84 '../third_party/skia/src/utils/win/SkWGL_win.cpp', | 84 '../third_party/skia/src/utils/win/SkWGL_win.cpp', |
| 85 | 85 |
| 86 #testing | 86 #testing |
| 87 '../third_party/skia/src/fonts/SkGScalerContext.cpp', | 87 '../third_party/skia/src/fonts/SkGScalerContext.cpp', |
| 88 ], | 88 ], |
| 89 | 89 |
| 90 'include_dirs': [ | 90 'include_dirs': [ |
| 91 '../third_party/skia/include/c', | 91 '../third_party/skia/include/c', |
| 92 '../third_party/skia/include/core', | 92 '../third_party/skia/include/core', |
| 93 '../third_party/skia/include/client/android', |
| 93 '../third_party/skia/include/effects', | 94 '../third_party/skia/include/effects', |
| 94 '../third_party/skia/include/images', | 95 '../third_party/skia/include/images', |
| 95 '../third_party/skia/include/lazy', | 96 '../third_party/skia/include/lazy', |
| 96 '../third_party/skia/include/pathops', | 97 '../third_party/skia/include/pathops', |
| 97 '../third_party/skia/include/pdf', | 98 '../third_party/skia/include/pdf', |
| 98 '../third_party/skia/include/pipe', | 99 '../third_party/skia/include/pipe', |
| 99 '../third_party/skia/include/ports', | 100 '../third_party/skia/include/ports', |
| 100 '../third_party/skia/include/private', | 101 '../third_party/skia/include/private', |
| 101 '../third_party/skia/include/utils', | 102 '../third_party/skia/include/utils', |
| 102 '../third_party/skia/src/core', | 103 '../third_party/skia/src/core', |
| (...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 304 '../third_party/skia/include/pdf', | 305 '../third_party/skia/include/pdf', |
| 305 '../third_party/skia/include/gpu', | 306 '../third_party/skia/include/gpu', |
| 306 '../third_party/skia/include/lazy', | 307 '../third_party/skia/include/lazy', |
| 307 '../third_party/skia/include/pathops', | 308 '../third_party/skia/include/pathops', |
| 308 '../third_party/skia/include/pipe', | 309 '../third_party/skia/include/pipe', |
| 309 '../third_party/skia/include/ports', | 310 '../third_party/skia/include/ports', |
| 310 '../third_party/skia/include/utils', | 311 '../third_party/skia/include/utils', |
| 311 ], | 312 ], |
| 312 }, | 313 }, |
| 313 } | 314 } |
| OLD | NEW |