| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp', | 85 '../third_party/skia/src/pdf/SkPDFFormXObject.cpp', |
| 86 '../third_party/skia/src/pdf/SkPDFFormXObject.h', | 86 '../third_party/skia/src/pdf/SkPDFFormXObject.h', |
| 87 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp', | 87 '../third_party/skia/src/pdf/SkPDFGraphicState.cpp', |
| 88 '../third_party/skia/src/pdf/SkPDFGraphicState.h', | 88 '../third_party/skia/src/pdf/SkPDFGraphicState.h', |
| 89 '../third_party/skia/src/pdf/SkPDFImage.cpp', | 89 '../third_party/skia/src/pdf/SkPDFImage.cpp', |
| 90 '../third_party/skia/src/pdf/SkPDFImage.h', | 90 '../third_party/skia/src/pdf/SkPDFImage.h', |
| 91 '../third_party/skia/src/pdf/SkPDFImageStream.cpp', | 91 '../third_party/skia/src/pdf/SkPDFImageStream.cpp', |
| 92 '../third_party/skia/src/pdf/SkPDFImageStream.h', | 92 '../third_party/skia/src/pdf/SkPDFImageStream.h', |
| 93 '../third_party/skia/src/pdf/SkPDFPage.cpp', | 93 '../third_party/skia/src/pdf/SkPDFPage.cpp', |
| 94 '../third_party/skia/src/pdf/SkPDFPage.h', | 94 '../third_party/skia/src/pdf/SkPDFPage.h', |
| 95 '../third_party/skia/src/pdf/SkPDFResourceDict.cpp', |
| 96 '../third_party/skia/src/pdf/SkPDFResourceDict.h', |
| 95 '../third_party/skia/src/pdf/SkPDFShader.cpp', | 97 '../third_party/skia/src/pdf/SkPDFShader.cpp', |
| 96 '../third_party/skia/src/pdf/SkPDFShader.h', | 98 '../third_party/skia/src/pdf/SkPDFShader.h', |
| 97 '../third_party/skia/src/pdf/SkPDFStream.cpp', | 99 '../third_party/skia/src/pdf/SkPDFStream.cpp', |
| 98 '../third_party/skia/src/pdf/SkPDFStream.h', | 100 '../third_party/skia/src/pdf/SkPDFStream.h', |
| 99 '../third_party/skia/src/pdf/SkPDFTypes.cpp', | 101 '../third_party/skia/src/pdf/SkPDFTypes.cpp', |
| 100 '../third_party/skia/src/pdf/SkPDFTypes.h', | 102 '../third_party/skia/src/pdf/SkPDFTypes.h', |
| 101 '../third_party/skia/src/pdf/SkPDFUtils.cpp', | 103 '../third_party/skia/src/pdf/SkPDFUtils.cpp', |
| 102 '../third_party/skia/src/pdf/SkPDFUtils.h', | 104 '../third_party/skia/src/pdf/SkPDFUtils.h', |
| 103 | 105 |
| 104 '../third_party/skia/src/ports/SkPurgeableMemoryBlock_none.cpp', | 106 '../third_party/skia/src/ports/SkPurgeableMemoryBlock_none.cpp', |
| (...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 451 '../third_party/skia/include/pathops', | 453 '../third_party/skia/include/pathops', |
| 452 '../third_party/skia/include/pipe', | 454 '../third_party/skia/include/pipe', |
| 453 '../third_party/skia/include/ports', | 455 '../third_party/skia/include/ports', |
| 454 '../third_party/skia/include/utils', | 456 '../third_party/skia/include/utils', |
| 455 ], | 457 ], |
| 456 'defines': [ | 458 'defines': [ |
| 457 '<@(skia_export_defines)', | 459 '<@(skia_export_defines)', |
| 458 ], | 460 ], |
| 459 }, | 461 }, |
| 460 } | 462 } |
| OLD | NEW |