| OLD | NEW |
| 1 # Copyright 2015 Google Inc. | 1 # Copyright 2015 Google Inc. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 # Include this gypi to include all 'utils' files | 5 # Include this gypi to include all 'utils' files |
| 6 # The parent gyp/gypi file must define | 6 # The parent gyp/gypi file must define |
| 7 # 'skia_src_path' e.g. skia/trunk/src | 7 # 'skia_src_path' e.g. skia/trunk/src |
| 8 # 'skia_include_path' e.g. skia/trunk/include | 8 # 'skia_include_path' e.g. skia/trunk/include |
| 9 # | 9 # |
| 10 # The skia build defines these in common_variables.gypi | 10 # The skia build defines these in common_variables.gypi |
| (...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', | 126 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', |
| 127 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', | 127 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', |
| 128 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 128 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
| 129 '<(skia_src_path)/utils/win/SkIStream.cpp', | 129 '<(skia_src_path)/utils/win/SkIStream.cpp', |
| 130 '<(skia_src_path)/utils/win/SkWGL.h', | 130 '<(skia_src_path)/utils/win/SkWGL.h', |
| 131 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 131 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
| 132 | 132 |
| 133 #testing | 133 #testing |
| 134 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 134 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 135 '<(skia_src_path)/fonts/SkGScalerContext.h', | 135 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 136 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', |
| 137 '<(skia_src_path)/fonts/SkRandomScalerContext.cpp', |
| 136 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', | 138 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
| 137 '<(skia_src_path)/fonts/SkTestScalerContext.h', | 139 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
| 138 ], | 140 ], |
| 139 } | 141 } |
| OLD | NEW |