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 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
116 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', | 116 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', |
117 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', | 117 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', |
118 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', | 118 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', |
119 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', | 119 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', |
120 '../third_party/skia/src/utils/debugger/SkObjectParser.h', | 120 '../third_party/skia/src/utils/debugger/SkObjectParser.h', |
121 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', | 121 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', |
122 '../third_party/skia/src/utils/SkBase64.cpp', | 122 '../third_party/skia/src/utils/SkBase64.cpp', |
123 '../third_party/skia/src/utils/SkBase64.h', | 123 '../third_party/skia/src/utils/SkBase64.h', |
124 '../third_party/skia/src/utils/SkBitSet.cpp', | 124 '../third_party/skia/src/utils/SkBitSet.cpp', |
125 '../third_party/skia/src/utils/SkBitSet.h', | 125 '../third_party/skia/src/utils/SkBitSet.h', |
| 126 '../third_party/skia/src/utils/SkCanvasStack.cpp', |
| 127 '../third_party/skia/src/utils/SkCanvasStateUtils.cpp', |
126 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', | 128 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', |
127 '../third_party/skia/src/utils/SkMatrix44.cpp', | 129 '../third_party/skia/src/utils/SkMatrix44.cpp', |
128 '../third_party/skia/src/utils/SkNullCanvas.cpp', | 130 '../third_party/skia/src/utils/SkNullCanvas.cpp', |
129 '../third_party/skia/include/utils/SkNWayCanvas.h', | 131 '../third_party/skia/include/utils/SkNWayCanvas.h', |
130 '../third_party/skia/src/utils/SkNWayCanvas.cpp', | 132 '../third_party/skia/src/utils/SkNWayCanvas.cpp', |
131 '../third_party/skia/src/utils/SkPictureUtils.cpp', | 133 '../third_party/skia/src/utils/SkPictureUtils.cpp', |
132 '../third_party/skia/src/utils/SkProxyCanvas.cpp', | 134 '../third_party/skia/src/utils/SkProxyCanvas.cpp', |
133 '../third_party/skia/src/utils/SkRTConf.cpp', | 135 '../third_party/skia/src/utils/SkRTConf.cpp', |
134 '../third_party/skia/include/utils/SkRTConf.h', | 136 '../third_party/skia/include/utils/SkRTConf.h', |
135 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', | 137 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', |
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
462 '../third_party/skia/include/pathops', | 464 '../third_party/skia/include/pathops', |
463 '../third_party/skia/include/pipe', | 465 '../third_party/skia/include/pipe', |
464 '../third_party/skia/include/ports', | 466 '../third_party/skia/include/ports', |
465 '../third_party/skia/include/utils', | 467 '../third_party/skia/include/utils', |
466 ], | 468 ], |
467 'defines': [ | 469 'defines': [ |
468 '<@(skia_export_defines)', | 470 '<@(skia_export_defines)', |
469 ], | 471 ], |
470 }, | 472 }, |
471 } | 473 } |
OLD | NEW |