Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(279)

Side by Side Diff: skia/skia_library.gypi

Issue 1812263002: fix windows build; add blend modes (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « core/fxge/skia/fx_skia_device.cpp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 20 matching lines...) Expand all
31 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 31 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
32 32
33 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', 33 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
34 '../third_party/skia/src/ports/SkFontConfigInterface_direct_factory.cpp', 34 '../third_party/skia/src/ports/SkFontConfigInterface_direct_factory.cpp',
35 35
36 '../third_party/skia/src/ports/SkDiscardableMemory_none.cpp', 36 '../third_party/skia/src/ports/SkDiscardableMemory_none.cpp',
37 37
38 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', 38 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
39 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 39 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
40 40
41 '../third_party/skia/src/ports/SkFontMgr_empty_factory.cpp',
dsinclair 2016/03/18 23:23:27 Does this still build on linux if you remove this
42 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', 41 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
43 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', 42 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp',
44 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', 43 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
45 44
46 '../third_party/skia/src/ports/SkImageGenerator_none.cpp', 45 '../third_party/skia/src/ports/SkImageGenerator_none.cpp',
47 46
48 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 47 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
49 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 48 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
50 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 49 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
51 '../third_party/skia/src/ports/SkFontHost_win.cpp', 50 '../third_party/skia/src/ports/SkFontHost_win.cpp',
52 "../third_party/skia/src/ports/SkFontMgr_android.cpp", 51 "../third_party/skia/src/ports/SkFontMgr_android.cpp",
53 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp", 52 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
54 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp', 53 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
55 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp', 54 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
55 '../third_party/skia/src/ports/SkFontMgr_win_dw_factory.cpp',
56
56 '../third_party/skia/src/ports/SkGlobalInitialization_default.cpp', 57 '../third_party/skia/src/ports/SkGlobalInitialization_default.cpp',
57 '../third_party/skia/src/ports/SkMemory_malloc.cpp', 58 '../third_party/skia/src/ports/SkMemory_malloc.cpp',
58 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 59 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
59 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 60 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
60 '../third_party/skia/src/ports/SkOSFile_win.cpp', 61 '../third_party/skia/src/ports/SkOSFile_win.cpp',
61 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp', 62 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
62 '../third_party/skia/src/ports/SkTime_Unix.cpp', 63 '../third_party/skia/src/ports/SkTime_Unix.cpp',
63 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 64 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
64 '../third_party/skia/src/ports/SkTLS_win.cpp', 65 '../third_party/skia/src/ports/SkTLS_win.cpp',
65 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp', 66 '../third_party/skia/src/ports/SkTypeface_win_dw.cpp',
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 '../third_party/skia/include/pdf', 304 '../third_party/skia/include/pdf',
304 '../third_party/skia/include/gpu', 305 '../third_party/skia/include/gpu',
305 '../third_party/skia/include/lazy', 306 '../third_party/skia/include/lazy',
306 '../third_party/skia/include/pathops', 307 '../third_party/skia/include/pathops',
307 '../third_party/skia/include/pipe', 308 '../third_party/skia/include/pipe',
308 '../third_party/skia/include/ports', 309 '../third_party/skia/include/ports',
309 '../third_party/skia/include/utils', 310 '../third_party/skia/include/utils',
310 ], 311 ],
311 }, 312 },
312 } 313 }
OLDNEW
« no previous file with comments | « core/fxge/skia/fx_skia_device.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698