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

Side by Side Diff: skia/skia_library.gypi

Issue 413743003: Skia roll f73c237291b:8d84c995319 (SkFontMgr_android) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update to latest. Created 6 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « skia/skia_gn_files.gypi ('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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp', 45 '../third_party/skia/src/fonts/SkFontMgr_indirect.cpp',
46 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp', 46 '../third_party/skia/src/fonts/SkRemotableFontMgr.cpp',
47 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp', 47 '../third_party/skia/src/ports/SkRemotableFontMgr_win_dw.cpp',
48 48
49 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp', 49 '../third_party/skia/src/ports/SkFontHost_FreeType.cpp',
50 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp', 50 '../third_party/skia/src/ports/SkFontHost_FreeType_common.cpp',
51 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h', 51 '../third_party/skia/src/ports/SkFontHost_FreeType_common.h',
52 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp', 52 '../third_party/skia/src/ports/SkFontConfigParser_android.cpp',
53 '../third_party/skia/src/ports/SkFontHost_mac.cpp', 53 '../third_party/skia/src/ports/SkFontHost_mac.cpp',
54 '../third_party/skia/src/ports/SkFontHost_win.cpp', 54 '../third_party/skia/src/ports/SkFontHost_win.cpp',
55 "../third_party/skia/src/ports/SkFontMgr_android.cpp",
55 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp', 56 '../third_party/skia/src/ports/SkFontMgr_win_dw.cpp',
56 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp', 57 '../third_party/skia/src/ports/SkGlobalInitialization_chromium.cpp',
57 '../third_party/skia/src/ports/SkOSFile_posix.cpp', 58 '../third_party/skia/src/ports/SkOSFile_posix.cpp',
58 '../third_party/skia/src/ports/SkOSFile_stdio.cpp', 59 '../third_party/skia/src/ports/SkOSFile_stdio.cpp',
59 '../third_party/skia/src/ports/SkOSFile_win.cpp', 60 '../third_party/skia/src/ports/SkOSFile_win.cpp',
60 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp', 61 '../third_party/skia/src/ports/SkScalerContext_win_dw.cpp',
61 '../third_party/skia/src/ports/SkScalerContext_win_dw.h', 62 '../third_party/skia/src/ports/SkScalerContext_win_dw.h',
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',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 '../third_party/skia/include/pdf', 393 '../third_party/skia/include/pdf',
393 '../third_party/skia/include/gpu', 394 '../third_party/skia/include/gpu',
394 '../third_party/skia/include/lazy', 395 '../third_party/skia/include/lazy',
395 '../third_party/skia/include/pathops', 396 '../third_party/skia/include/pathops',
396 '../third_party/skia/include/pipe', 397 '../third_party/skia/include/pipe',
397 '../third_party/skia/include/ports', 398 '../third_party/skia/include/ports',
398 '../third_party/skia/include/utils', 399 '../third_party/skia/include/utils',
399 ], 400 ],
400 }, 401 },
401 } 402 }
OLDNEW
« no previous file with comments | « skia/skia_gn_files.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698