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

Side by Side Diff: skia/skia_gn_files.gypi

Issue 2011713003: Roll skia to 8cc209111876b7c78b5ec577c9221d8ed5e21024 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 4 years, 6 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/ext/skia_utils_win.cc ('k') | ui/gfx/hud_font.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This file is read into the GN build.
2
3 # Files are relative to third_party/skia.
4 {
5 'skia_library_sources': [
6 '<(skia_src_path)/ports/SkImageGenerator_none.cpp',
7
8 '<(skia_include_path)/images/SkMovie.h',
9 '<(skia_src_path)/fonts/SkFontMgr_indirect.cpp',
10 '<(skia_src_path)/fonts/SkRemotableFontMgr.cpp',
11 '<(skia_src_path)/ports/SkFontHost_FreeType_common.cpp',
12 '<(skia_src_path)/ports/SkFontHost_FreeType_common.h',
13 '<(skia_src_path)/ports/SkFontHost_FreeType.cpp',
14 '<(skia_src_path)/ports/SkFontHost_mac.cpp',
15 '<(skia_src_path)/ports/SkFontMgr_android.cpp',
16 '<(skia_src_path)/ports/SkFontMgr_android_factory.cpp',
17 '<(skia_src_path)/ports/SkFontMgr_android_parser.cpp',
18 '<(skia_src_path)/ports/SkGlobalInitialization_default.cpp',
19 '<(skia_src_path)/ports/SkImageEncoder_none.cpp',
20 '<(skia_src_path)/ports/SkOSFile_posix.cpp',
21 '<(skia_src_path)/ports/SkOSFile_stdio.cpp',
22 '<(skia_src_path)/ports/SkTLS_pthread.cpp',
23 '<(skia_src_path)/sfnt/SkOTTable_name.cpp',
24 '<(skia_src_path)/sfnt/SkOTTable_name.h',
25 '<(skia_src_path)/sfnt/SkOTUtils.cpp',
26 '<(skia_src_path)/sfnt/SkOTUtils.h',
27
28 #mac
29 '<(skia_src_path)/utils/mac/SkStream_mac.cpp',
30
31 #windows
32
33 #testing
34 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
35 '<(skia_src_path)/fonts/SkGScalerContext.h',
36 ],
37 }
OLDNEW
« no previous file with comments | « skia/ext/skia_utils_win.cc ('k') | ui/gfx/hud_font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698