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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 '../third_party/skia/src/sfnt/SkOTUtils.cpp', | 68 '../third_party/skia/src/sfnt/SkOTUtils.cpp', |
69 '../third_party/skia/src/sfnt/SkOTUtils.h', | 69 '../third_party/skia/src/sfnt/SkOTUtils.h', |
70 | 70 |
71 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', | 71 '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp', |
72 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', | 72 '../third_party/skia/src/utils/debugger/SkDebugCanvas.h', |
73 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', | 73 '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp', |
74 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', | 74 '../third_party/skia/src/utils/debugger/SkDrawCommand.h', |
75 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', | 75 '../third_party/skia/src/utils/debugger/SkObjectParser.cpp', |
76 '../third_party/skia/src/utils/debugger/SkObjectParser.h', | 76 '../third_party/skia/src/utils/debugger/SkObjectParser.h', |
77 | 77 |
| 78 '../third_party/skia/include/core/SkFontStyle.h', |
| 79 |
78 '../third_party/skia/include/images/SkMovie.h', | 80 '../third_party/skia/include/images/SkMovie.h', |
79 '../third_party/skia/include/images/SkPageFlipper.h', | 81 '../third_party/skia/include/images/SkPageFlipper.h', |
80 | 82 |
81 '../third_party/skia/include/ports/SkFontConfigInterface.h', | 83 '../third_party/skia/include/ports/SkFontConfigInterface.h', |
82 '../third_party/skia/include/ports/SkFontMgr.h', | 84 '../third_party/skia/include/ports/SkFontMgr.h', |
83 '../third_party/skia/include/ports/SkFontMgr_indirect.h', | 85 '../third_party/skia/include/ports/SkFontMgr_indirect.h', |
84 '../third_party/skia/include/ports/SkFontStyle.h', | |
85 '../third_party/skia/include/ports/SkRemotableFontMgr.h', | 86 '../third_party/skia/include/ports/SkRemotableFontMgr.h', |
86 '../third_party/skia/include/ports/SkTypeface_win.h', | 87 '../third_party/skia/include/ports/SkTypeface_win.h', |
87 ], | 88 ], |
88 | 89 |
89 # Exclude all unused files in skia utils.gypi file | 90 # Exclude all unused files in skia utils.gypi file |
90 'sources!': [ | 91 'sources!': [ |
91 '../third_party/skia/include/utils/SkBoundaryPatch.h', | 92 '../third_party/skia/include/utils/SkBoundaryPatch.h', |
92 '../third_party/skia/include/utils/SkFrontBufferedStream.h', | 93 '../third_party/skia/include/utils/SkFrontBufferedStream.h', |
93 '../third_party/skia/include/utils/SkCamera.h', | 94 '../third_party/skia/include/utils/SkCamera.h', |
94 '../third_party/skia/include/utils/SkCanvasStateUtils.h', | 95 '../third_party/skia/include/utils/SkCanvasStateUtils.h', |
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
370 '../third_party/skia/include/pdf', | 371 '../third_party/skia/include/pdf', |
371 '../third_party/skia/include/gpu', | 372 '../third_party/skia/include/gpu', |
372 '../third_party/skia/include/lazy', | 373 '../third_party/skia/include/lazy', |
373 '../third_party/skia/include/pathops', | 374 '../third_party/skia/include/pathops', |
374 '../third_party/skia/include/pipe', | 375 '../third_party/skia/include/pipe', |
375 '../third_party/skia/include/ports', | 376 '../third_party/skia/include/ports', |
376 '../third_party/skia/include/utils', | 377 '../third_party/skia/include/utils', |
377 ], | 378 ], |
378 }, | 379 }, |
379 } | 380 } |
OLD | NEW |