| 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 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 114 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', | 114 '<(skia_src_path)/utils/win/SkDWriteFontFileStream.h', |
| 115 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', | 115 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.cpp', |
| 116 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', | 116 '<(skia_src_path)/utils/win/SkDWriteGeometrySink.h', |
| 117 '<(skia_src_path)/utils/win/SkHRESULT.cpp', | 117 '<(skia_src_path)/utils/win/SkHRESULT.cpp', |
| 118 '<(skia_src_path)/utils/win/SkIStream.cpp', | 118 '<(skia_src_path)/utils/win/SkIStream.cpp', |
| 119 '<(skia_src_path)/utils/win/SkWGL_win.cpp', | 119 '<(skia_src_path)/utils/win/SkWGL_win.cpp', |
| 120 | 120 |
| 121 #testing | 121 #testing |
| 122 '<(skia_src_path)/fonts/SkGScalerContext.cpp', | 122 '<(skia_src_path)/fonts/SkGScalerContext.cpp', |
| 123 '<(skia_src_path)/fonts/SkGScalerContext.h', | 123 '<(skia_src_path)/fonts/SkGScalerContext.h', |
| 124 '<(skia_src_path)/fonts/SkTestScalerContext.cpp', |
| 125 '<(skia_src_path)/fonts/SkTestScalerContext.h', |
| 124 ], | 126 ], |
| 125 } | 127 } |
| OLD | NEW |