| OLD | NEW |
| 1 # Include this gypi to include all 'utils' files | 1 # Include this gypi to include all 'utils' files |
| 2 # The parent gyp/gypi file must define | 2 # The parent gyp/gypi file must define |
| 3 # 'skia_src_path' e.g. skia/trunk/src | 3 # 'skia_src_path' e.g. skia/trunk/src |
| 4 # 'skia_include_path' e.g. skia/trunk/include | 4 # 'skia_include_path' e.g. skia/trunk/include |
| 5 # | 5 # |
| 6 # The skia build defines these in common_variables.gypi | 6 # The skia build defines these in common_variables.gypi |
| 7 # | 7 # |
| 8 { | 8 { |
| 9 'sources': [ | 9 'sources': [ |
| 10 # Classes for a threadpool. | 10 # Classes for a threadpool. |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 118 '<(skia_src_path)/utils/win/SkDWrite.cpp', | 118 '<(skia_src_path)/utils/win/SkDWrite.cpp', |
| 119 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', | 119 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.cpp', |
| 120 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', | 120 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', |
| 121 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', | 121 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', |
| 122 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', | 122 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', |
| 123 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 123 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
| 124 '<(skia_src_path)/utils/win/SkIStream.cpp', | 124 '<(skia_src_path)/utils/win/SkIStream.cpp', |
| 125 '<(skia_src_path)/utils/win/SkWGL.h', | 125 '<(skia_src_path)/utils/win/SkWGL.h', |
| 126 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 126 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
| 127 | 127 |
| 128 #android |
| 129 '<(skia_include_path)/utils/android/SkAndroidSDKFilterCanvas.h', |
| 130 '<(skia_src_path)/utils/android/SkAndroidSDKFilterCanvas.cpp', |
| 131 |
| 128 #testing | 132 #testing |
| 129 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 133 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 130 '<(skia_src_path)/fonts/SkGScalerContext.h', | 134 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 131 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 135 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
| 132 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 136 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
| 133 ], | 137 ], |
| 134 } | 138 } |
| OLD | NEW |