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

Side by Side Diff: skia/skia_library.gypi

Issue 1236953002: Roll Skia to 7b971f0152299ae9a924252a9bfd220318497bdd (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: now with less crash on startup Created 5 years, 5 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 | « skia/skia_gn_files.gypi ('k') | sky/engine/platform/graphics/DecodingImageGenerator.h » ('j') | 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 28 matching lines...) Expand all
39 39
40 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', 40 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
41 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', 41 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp',
42 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', 42 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
43 43
44 '../third_party/skia/src/ports/SkImageGenerator_none.cpp', 44 '../third_party/skia/src/ports/SkImageGenerator_none.cpp',
45 45
46 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 46 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
47 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 47 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
48 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', 48 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
49 '../third_party/skia/src/ports/SkFontConfigParser_android.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',
52 '../third_party/skia/src/ports/SkFontMgr_android_factory.cpp',
53 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
53 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp', 54 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
54 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 55 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
55 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 56 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
56 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 57 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
57 '../third_party/skia/src/ports/SkOSFile_win.cpp', 58 '../third_party/skia/src/ports/SkOSFile_win.cpp',
58 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp', 59 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
59 '../third_party/skia/src/ports/SkScalerContext_win_dw.h', 60 '../third_party/skia/src/ports/SkScalerContext_win_dw.h',
60 '../third_party/skia/src/ports/SkTime_Unix.cpp', 61 '../third_party/skia/src/ports/SkTime_Unix.cpp',
61 '../third_party/skia/src/ports/SkTLS_pthread.cpp', 62 '../third_party/skia/src/ports/SkTLS_pthread.cpp',
62 '../third_party/skia/src/ports/SkTLS_win.cpp', 63 '../third_party/skia/src/ports/SkTLS_win.cpp',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 'dependencies': [ 249 'dependencies': [
249 '../third_party/expat/expat.gyp:expat', 250 '../third_party/expat/expat.gyp:expat',
250 '../third_party/freetype/freetype.gyp:ft2', 251 '../third_party/freetype/freetype.gyp:ft2',
251 ], 252 ],
252 # This exports a hard dependency because it needs to run its 253 # This exports a hard dependency because it needs to run its
253 # symlink action in order to expose the skia header files. 254 # symlink action in order to expose the skia header files.
254 'hard_dependency': 1, 255 'hard_dependency': 1,
255 'include_dirs': [ 256 'include_dirs': [
256 '../third_party/expat/files/lib', 257 '../third_party/expat/files/lib',
257 ], 258 ],
259 }, { # not 'OS == "android"'
260 'sources!': [
261 "../third_party/skia/src/ports/SkFontMgr_android_factory.cpp",
262 '../third_party/skia/src/ports/SkFontMgr_android_parser.cpp',
263 ],
258 }], 264 }],
259 [ 'OS == "ios"', { 265 [ 'OS == "ios"', {
260 'include_dirs': [ 266 'include_dirs': [
261 '../third_party/skia/include/utils/ios', 267 '../third_party/skia/include/utils/ios',
262 '../third_party/skia/include/utils/mac', 268 '../third_party/skia/include/utils/mac',
263 ], 269 ],
264 'link_settings': { 270 'link_settings': {
265 'libraries': [ 271 'libraries': [
266 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework', 272 '$(SDKROOT)/System/Library/Frameworks/ImageIO.framework',
267 ], 273 ],
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 '../third_party/skia/include/pdf', 364 '../third_party/skia/include/pdf',
359 '../third_party/skia/include/gpu', 365 '../third_party/skia/include/gpu',
360 '../third_party/skia/include/lazy', 366 '../third_party/skia/include/lazy',
361 '../third_party/skia/include/pathops', 367 '../third_party/skia/include/pathops',
362 '../third_party/skia/include/pipe', 368 '../third_party/skia/include/pipe',
363 '../third_party/skia/include/ports', 369 '../third_party/skia/include/ports',
364 '../third_party/skia/include/utils', 370 '../third_party/skia/include/utils',
365 ], 371 ],
366 }, 372 },
367 } 373 }
OLDNEW
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | sky/engine/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698