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_include_path)/images/SkImageRef_GlobalPool.h', | 8 '<(skia_include_path)/images/SkImageRef_GlobalPool.h', |
9 '<(skia_include_path)/images/SkImageRef.h', | 9 '<(skia_include_path)/images/SkImageRef.h', |
10 '<(skia_include_path)/images/SkMovie.h', | 10 '<(skia_include_path)/images/SkMovie.h', |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 '<(skia_src_path)/utils/SkThreadUtils.h', | 96 '<(skia_src_path)/utils/SkThreadUtils.h', |
97 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp', | 97 '<(skia_src_path)/utils/SkThreadUtils_pthread.cpp', |
98 '<(skia_src_path)/utils/SkThreadUtils_pthread.h', | 98 '<(skia_src_path)/utils/SkThreadUtils_pthread.h', |
99 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp', | 99 '<(skia_src_path)/utils/SkThreadUtils_pthread_linux.cpp', |
100 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp', | 100 '<(skia_src_path)/utils/SkThreadUtils_pthread_mach.cpp', |
101 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp', | 101 '<(skia_src_path)/utils/SkThreadUtils_pthread_other.cpp', |
102 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', | 102 '<(skia_src_path)/utils/SkThreadUtils_win.cpp', |
103 '<(skia_src_path)/utils/SkThreadUtils_win.h', | 103 '<(skia_src_path)/utils/SkThreadUtils_win.h', |
104 '<(skia_src_path)/utils/SkTFitsIn.h', | 104 '<(skia_src_path)/utils/SkTFitsIn.h', |
105 '<(skia_src_path)/utils/SkTLogic.h', | 105 '<(skia_src_path)/utils/SkTLogic.h', |
106 '<(skia_src_path)/utils/SkUnitMappers.cpp', | |
107 | 106 |
108 #mac | 107 #mac |
109 '<(skia_include_path)/utils/mac/SkCGUtils.h', | 108 '<(skia_include_path)/utils/mac/SkCGUtils.h', |
110 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', | 109 '<(skia_src_path)/utils/mac/SkCreateCGImageRef.cpp', |
111 '<(skia_src_path)/utils/mac/SkStream_mac.cpp', | 110 '<(skia_src_path)/utils/mac/SkStream_mac.cpp', |
112 | 111 |
113 #windows | 112 #windows |
114 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h', | 113 '<(skia_include_path)/utils/win/SkAutoCoInitialize.h', |
115 '<(skia_include_path)/utils/win/SkHRESULT.h', | 114 '<(skia_include_path)/utils/win/SkHRESULT.h', |
116 '<(skia_include_path)/utils/win/SkIStream.h', | 115 '<(skia_include_path)/utils/win/SkIStream.h', |
117 '<(skia_include_path)/utils/win/SkTScopedComPtr.h', | 116 '<(skia_include_path)/utils/win/SkTScopedComPtr.h', |
118 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp', | 117 '<(skia_src_path)/utils/win/SkAutoCoInitialize.cpp', |
119 '<(skia_src_path)/utils/win/SkDWrite.h', | 118 '<(skia_src_path)/utils/win/SkDWrite.h', |
120 '<(skia_src_path)/utils/win/SkDWrite.cpp', | 119 '<(skia_src_path)/utils/win/SkDWrite.cpp', |
121 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', | 120 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', |
122 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', | 121 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', |
123 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', | 122 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', |
124 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', | 123 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', |
125 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 124 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
126 '<(skia_src_path)/utils/win/SkIStream.cpp', | 125 '<(skia_src_path)/utils/win/SkIStream.cpp', |
127 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 126 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
128 | 127 |
129 #testing | 128 #testing |
130 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 129 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
131 '<(skia_src_path)/fonts/SkGScalerContext.h', | 130 '<(skia_src_path)/fonts/SkGScalerContext.h', |
132 ], | 131 ], |
133 } | 132 } |
OLD | NEW |