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

Side by Side Diff: skia/skia_gn_files.gypi

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase Created 5 years, 11 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/vector_canvas_unittest.cc ('k') | skia/skia_library.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is read into the GN build. 1 # This file is read into the GN build.
2 2
3 # Files are relative to third_party/skia. 3 # Files are relative to third_party/skia.
4 { 4 {
5 'skia_library_sources': [ 5 'skia_library_sources': [
6 '<(skia_src_path)/core/SkFlate.cpp', # this should likely be moved into src /utils in skia 6 '<(skia_src_path)/core/SkFlate.cpp', # this should likely be moved into src /utils in skia
7 7
8 '<(skia_src_path)/ports/SkImageGenerator_none.cpp',
9
8 '<(skia_include_path)/images/SkMovie.h', 10 '<(skia_include_path)/images/SkMovie.h',
9 '<(skia_include_path)/images/SkPageFlipper.h', 11 '<(skia_include_path)/images/SkPageFlipper.h',
10 '<(skia_include_path)/ports/SkTypeface_win.h', 12 '<(skia_include_path)/ports/SkTypeface_win.h',
11 '<(skia_src_path)/fonts/SkFontMgr_fontconfig.cpp', 13 '<(skia_src_path)/fonts/SkFontMgr_fontconfig.cpp',
12 '<(skia_src_path)/fonts/SkFontMgr_indirect.cpp', 14 '<(skia_src_path)/fonts/SkFontMgr_indirect.cpp',
13 '<(skia_src_path)/fonts/SkRemotableFontMgr.cpp', 15 '<(skia_src_path)/fonts/SkRemotableFontMgr.cpp',
14 '<(skia_src_path)/images/SkScaledBitmapSampler.cpp', 16 '<(skia_src_path)/images/SkScaledBitmapSampler.cpp',
15 '<(skia_src_path)/images/SkScaledBitmapSampler.h', 17 '<(skia_src_path)/images/SkScaledBitmapSampler.h',
16 '<(skia_src_path)/ports/SkFontConfigInterface_direct.cpp', 18 '<(skia_src_path)/ports/SkFontConfigInterface_direct.cpp',
17 '<(skia_src_path)/ports/SkFontConfigParser_android.cpp', 19 '<(skia_src_path)/ports/SkFontConfigParser_android.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #mac 52 #mac
51 '<(skia_src_path)/utils/mac/SkStream_mac.cpp', 53 '<(skia_src_path)/utils/mac/SkStream_mac.cpp',
52 54
53 #windows 55 #windows
54 56
55 #testing 57 #testing
56 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 58 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
57 '<(skia_src_path)/fonts/SkGScalerContext.h', 59 '<(skia_src_path)/fonts/SkGScalerContext.h',
58 ], 60 ],
59 } 61 }
OLDNEW
« no previous file with comments | « skia/ext/vector_canvas_unittest.cc ('k') | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698