| 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 PDFium-specific enhancements but in all other cases it is a separate lib. | 8 # the PDFium-specific enhancements but in all other cases it is a separate lib. |
| 9 | 9 |
| 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 | 34 |
| 35 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', | 35 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', |
| 36 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', | 36 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', |
| 37 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', | 37 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', |
| 38 | 38 |
| 39 '../third_party/skia/src/ports/SkImageEncoder_none.cpp', | 39 '../third_party/skia/src/ports/SkImageEncoder_none.cpp', |
| 40 '../third_party/skia/src/ports/SkImageGenerator_none.cpp', | 40 '../third_party/skia/src/ports/SkImageGenerator_none.cpp', |
| 41 | 41 |
| 42 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', | 42 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', |
| 43 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', | 43 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', |
| 44 '../third_party/skia/src/ports/SkFontHost_mac.cpp', | |
| 45 '../third_party/skia/src/ports/SkFontHost_win.cpp', | 44 '../third_party/skia/src/ports/SkFontHost_win.cpp', |
| 46 "../third_party/skia/src/ports/SkFontMgr_android.cpp", | 45 "../third_party/skia/src/ports/SkFontMgr_android.cpp", |
| 47 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp", | 46 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp", |
| 48 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp', | 47 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp', |
| 49 '../third_party/skia/src/ports/SkFontMgr_custom.cpp', | 48 '../third_party/skia/src/ports/SkFontMgr_custom.cpp', |
| 50 '../third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp', | 49 '../third_party/skia/src/ports/SkFontMgr_custom_empty_factory.cpp', |
| 51 | 50 |
| 52 '../third_party/skia/src/ports/SkGlobalInitialization_default.cpp', | 51 '../third_party/skia/src/ports/SkGlobalInitialization_default.cpp', |
| 53 '../third_party/skia/src/ports/SkMemory_malloc.cpp', | 52 '../third_party/skia/src/ports/SkMemory_malloc.cpp', |
| 54 '../third_party/skia/src/ports/SkOSFile_posix.cpp', | 53 '../third_party/skia/src/ports/SkOSFile_posix.cpp', |
| (...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 297 '../third_party/skia/include/pdf', | 296 '../third_party/skia/include/pdf', |
| 298 '../third_party/skia/include/gpu', | 297 '../third_party/skia/include/gpu', |
| 299 '../third_party/skia/include/lazy', | 298 '../third_party/skia/include/lazy', |
| 300 '../third_party/skia/include/pathops', | 299 '../third_party/skia/include/pathops', |
| 301 '../third_party/skia/include/pipe', | 300 '../third_party/skia/include/pipe', |
| 302 '../third_party/skia/include/ports', | 301 '../third_party/skia/include/ports', |
| 303 '../third_party/skia/include/utils', | 302 '../third_party/skia/include/utils', |
| 304 ], | 303 ], |
| 305 }, | 304 }, |
| 306 } | 305 } |
| OLD | NEW |