| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 127 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
| 128 '<(skia_src_path)/utils/win/SkIStream.cpp', | 128 '<(skia_src_path)/utils/win/SkIStream.cpp', |
| 129 '<(skia_src_path)/utils/win/SkWGL.h', | 129 '<(skia_src_path)/utils/win/SkWGL.h', |
| 130 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 130 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
| 131 | 131 |
| 132 #testing | 132 #testing |
| 133 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 133 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 134 '<(skia_src_path)/fonts/SkGScalerContext.h', | 134 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 135 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 135 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
| 136 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 136 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
| 137 | |
| 138 # TODO(halcanary): delete this http://skbug.com/3130 | |
| 139 '<(skia_include_path)/utils/SkWGL.h', | |
| 140 ], | 137 ], |
| 141 } | 138 } |
| OLD | NEW |