OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |