| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', | 72 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', |
| 73 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', | 73 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', |
| 74 '../third_party/skia/src/utils/debugger/SkObjectParser.h', | 74 '../third_party/skia/src/utils/debugger/SkObjectParser.h', |
| 75 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', | 75 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', |
| 76 '../third_party/skia/src/utils/SkBase64.cpp', | 76 '../third_party/skia/src/utils/SkBase64.cpp', |
| 77 '../third_party/skia/src/utils/SkBase64.h', | 77 '../third_party/skia/src/utils/SkBase64.h', |
| 78 '../third_party/skia/src/utils/SkBitSet.cpp', | 78 '../third_party/skia/src/utils/SkBitSet.cpp', |
| 79 '../third_party/skia/src/utils/SkBitSet.h', | 79 '../third_party/skia/src/utils/SkBitSet.h', |
| 80 '../third_party/skia/src/utils/SkCanvasStack.cpp', | 80 '../third_party/skia/src/utils/SkCanvasStack.cpp', |
| 81 '../third_party/skia/src/utils/SkCanvasStateUtils.cpp', | 81 '../third_party/skia/src/utils/SkCanvasStateUtils.cpp', |
| 82 '../third_party/skia/src/utils/SkEventTracer.cpp', |
| 82 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', | 83 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', |
| 83 '../third_party/skia/src/utils/SkMatrix44.cpp', | 84 '../third_party/skia/src/utils/SkMatrix44.cpp', |
| 84 '../third_party/skia/src/utils/SkNullCanvas.cpp', | 85 '../third_party/skia/src/utils/SkNullCanvas.cpp', |
| 85 '../third_party/skia/include/utils/SkNWayCanvas.h', | 86 '../third_party/skia/include/utils/SkNWayCanvas.h', |
| 86 '../third_party/skia/src/utils/SkNWayCanvas.cpp', | 87 '../third_party/skia/src/utils/SkNWayCanvas.cpp', |
| 87 '../third_party/skia/src/utils/SkPictureUtils.cpp', | 88 '../third_party/skia/src/utils/SkPictureUtils.cpp', |
| 88 '../third_party/skia/src/utils/SkProxyCanvas.cpp', | 89 '../third_party/skia/src/utils/SkProxyCanvas.cpp', |
| 89 '../third_party/skia/src/utils/SkRTConf.cpp', | 90 '../third_party/skia/src/utils/SkRTConf.cpp', |
| 90 '../third_party/skia/include/utils/SkRTConf.h', | 91 '../third_party/skia/include/utils/SkRTConf.h', |
| 91 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', | 92 '../third_party/skia/src/utils/win/SkDWriteFontFileStream.cpp', |
| (...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 '../third_party/skia/include/pdf', | 324 '../third_party/skia/include/pdf', |
| 324 '../third_party/skia/include/gpu', | 325 '../third_party/skia/include/gpu', |
| 325 '../third_party/skia/include/lazy', | 326 '../third_party/skia/include/lazy', |
| 326 '../third_party/skia/include/pathops', | 327 '../third_party/skia/include/pathops', |
| 327 '../third_party/skia/include/pipe', | 328 '../third_party/skia/include/pipe', |
| 328 '../third_party/skia/include/ports', | 329 '../third_party/skia/include/ports', |
| 329 '../third_party/skia/include/utils', | 330 '../third_party/skia/include/utils', |
| 330 ], | 331 ], |
| 331 }, | 332 }, |
| 332 } | 333 } |
| OLD | NEW |