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

Side by Side Diff: skia/skia_gn_files.gypi

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 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 | « skia/ext/benchmarking_canvas.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', 8 '<(skia_src_path)/ports/SkImageGenerator_none.cpp',
9 9
10 '<(skia_include_path)/images/SkMovie.h', 10 '<(skia_include_path)/images/SkMovie.h',
(...skipping 24 matching lines...) Expand all
35 '<(skia_src_path)/ports/SkScalerContext_win_dw.h', 35 '<(skia_src_path)/ports/SkScalerContext_win_dw.h',
36 '<(skia_src_path)/ports/SkTime_Unix.cpp', 36 '<(skia_src_path)/ports/SkTime_Unix.cpp',
37 '<(skia_src_path)/ports/SkTLS_pthread.cpp', 37 '<(skia_src_path)/ports/SkTLS_pthread.cpp',
38 '<(skia_src_path)/ports/SkTLS_win.cpp', 38 '<(skia_src_path)/ports/SkTLS_win.cpp',
39 '<(skia_src_path)/ports/SkTypeface_win_dw.cpp', 39 '<(skia_src_path)/ports/SkTypeface_win_dw.cpp',
40 '<(skia_src_path)/ports/SkTypeface_win_dw.h', 40 '<(skia_src_path)/ports/SkTypeface_win_dw.h',
41 '<(skia_src_path)/sfnt/SkOTTable_name.cpp', 41 '<(skia_src_path)/sfnt/SkOTTable_name.cpp',
42 '<(skia_src_path)/sfnt/SkOTTable_name.h', 42 '<(skia_src_path)/sfnt/SkOTTable_name.h',
43 '<(skia_src_path)/sfnt/SkOTUtils.cpp', 43 '<(skia_src_path)/sfnt/SkOTUtils.cpp',
44 '<(skia_src_path)/sfnt/SkOTUtils.h', 44 '<(skia_src_path)/sfnt/SkOTUtils.h',
45 '<(skia_src_path)/utils/debugger/SkDebugCanvas.cpp',
46 '<(skia_src_path)/utils/debugger/SkDebugCanvas.h',
47 '<(skia_src_path)/utils/debugger/SkDrawCommand.cpp',
48 '<(skia_src_path)/utils/debugger/SkDrawCommand.h',
49 '<(skia_src_path)/utils/debugger/SkObjectParser.cpp',
50 '<(skia_src_path)/utils/debugger/SkObjectParser.h',
51 45
52 #mac 46 #mac
53 '<(skia_src_path)/utils/mac/SkStream_mac.cpp', 47 '<(skia_src_path)/utils/mac/SkStream_mac.cpp',
54 48
55 #windows 49 #windows
56 50
57 #testing 51 #testing
58 '<(skia_src_path)/fonts/SkGScalerContext.cpp', 52 '<(skia_src_path)/fonts/SkGScalerContext.cpp',
59 '<(skia_src_path)/fonts/SkGScalerContext.h', 53 '<(skia_src_path)/fonts/SkGScalerContext.h',
60 ], 54 ],
61 } 55 }
OLDNEW
« no previous file with comments | « skia/ext/benchmarking_canvas.cc ('k') | skia/skia_library.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698