| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 '../third_party/skia/src/ports/SkTLS_win.cpp', | 59 '../third_party/skia/src/ports/SkTLS_win.cpp', |
| 60 | 60 |
| 61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', | 61 '../third_party/skia/src/sfnt/SkOTTable_name.cpp', |
| 62 '../third_party/skia/src/sfnt/SkOTTable_name.h', | 62 '../third_party/skia/src/sfnt/SkOTTable_name.h', |
| 63 '../third_party/skia/src/sfnt/SkOTUtils.cpp', | 63 '../third_party/skia/src/sfnt/SkOTUtils.cpp', |
| 64 '../third_party/skia/src/sfnt/SkOTUtils.h', | 64 '../third_party/skia/src/sfnt/SkOTUtils.h', |
| 65 | 65 |
| 66 '../third_party/skia/include/utils/mac/SkCGUtils.h', | 66 '../third_party/skia/include/utils/mac/SkCGUtils.h', |
| 67 '../third_party/skia/include/utils/SkDeferredCanvas.h', | 67 '../third_party/skia/include/utils/SkDeferredCanvas.h', |
| 68 '../third_party/skia/include/utils/SkMatrix44.h', | 68 '../third_party/skia/include/utils/SkMatrix44.h', |
| 69 '../third_party/skia/include/utils/SkNoSaveLayerCanvas.h', |
| 69 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', | 70 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', |
| 70 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', | 71 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', |
| 71 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', | 72 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', |
| 72 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', | 73 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', |
| 73 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', | 74 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', |
| 74 '../third_party/skia/src/utils/debugger/SkObjectParser.h', | 75 '../third_party/skia/src/utils/debugger/SkObjectParser.h', |
| 75 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', | 76 '../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp', |
| 76 '../third_party/skia/src/utils/SkBase64.cpp', | 77 '../third_party/skia/src/utils/SkBase64.cpp', |
| 77 '../third_party/skia/src/utils/SkBase64.h', | 78 '../third_party/skia/src/utils/SkBase64.h', |
| 78 '../third_party/skia/src/utils/SkBitSet.cpp', | 79 '../third_party/skia/src/utils/SkBitSet.cpp', |
| (...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 324 '../third_party/skia/include/pdf', | 325 '../third_party/skia/include/pdf', |
| 325 '../third_party/skia/include/gpu', | 326 '../third_party/skia/include/gpu', |
| 326 '../third_party/skia/include/lazy', | 327 '../third_party/skia/include/lazy', |
| 327 '../third_party/skia/include/pathops', | 328 '../third_party/skia/include/pathops', |
| 328 '../third_party/skia/include/pipe', | 329 '../third_party/skia/include/pipe', |
| 329 '../third_party/skia/include/ports', | 330 '../third_party/skia/include/ports', |
| 330 '../third_party/skia/include/utils', | 331 '../third_party/skia/include/utils', |
| 331 ], | 332 ], |
| 332 }, | 333 }, |
| 333 } | 334 } |
| OLD | NEW |