| OLD | NEW |
| 1 # Include this gypi to include all 'core' files | 1 # Include this gypi to include all 'core' 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 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', | 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 '<(skia_src_path)/core/SkStrokeRec.cpp', | 177 '<(skia_src_path)/core/SkStrokeRec.cpp', |
| 178 '<(skia_src_path)/core/SkStrokerPriv.cpp', | 178 '<(skia_src_path)/core/SkStrokerPriv.cpp', |
| 179 '<(skia_src_path)/core/SkStrokerPriv.h', | 179 '<(skia_src_path)/core/SkStrokerPriv.h', |
| 180 '<(skia_src_path)/core/SkTemplatesPriv.h', | 180 '<(skia_src_path)/core/SkTemplatesPriv.h', |
| 181 '<(skia_src_path)/core/SkTextFormatParams.h', | 181 '<(skia_src_path)/core/SkTextFormatParams.h', |
| 182 '<(skia_src_path)/core/SkTileGrid.cpp', | 182 '<(skia_src_path)/core/SkTileGrid.cpp', |
| 183 '<(skia_src_path)/core/SkTileGrid.h', | 183 '<(skia_src_path)/core/SkTileGrid.h', |
| 184 '<(skia_src_path)/core/SkTileGridPicture.cpp', | 184 '<(skia_src_path)/core/SkTileGridPicture.cpp', |
| 185 '<(skia_src_path)/core/SkTLList.h', | 185 '<(skia_src_path)/core/SkTLList.h', |
| 186 '<(skia_src_path)/core/SkTLS.cpp', | 186 '<(skia_src_path)/core/SkTLS.cpp', |
| 187 '<(skia_src_path)/core/SkTraceEvent.h', |
| 187 '<(skia_src_path)/core/SkTSearch.cpp', | 188 '<(skia_src_path)/core/SkTSearch.cpp', |
| 188 '<(skia_src_path)/core/SkTSort.h', | 189 '<(skia_src_path)/core/SkTSort.h', |
| 189 '<(skia_src_path)/core/SkTypeface.cpp', | 190 '<(skia_src_path)/core/SkTypeface.cpp', |
| 190 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 191 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 191 '<(skia_src_path)/core/SkTypefaceCache.h', | 192 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 192 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 193 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| 193 '<(skia_src_path)/core/SkUtils.cpp', | 194 '<(skia_src_path)/core/SkUtils.cpp', |
| 194 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 195 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 195 '<(skia_src_path)/core/SkWriter32.cpp', | 196 '<(skia_src_path)/core/SkWriter32.cpp', |
| 196 '<(skia_src_path)/core/SkXfermode.cpp', | 197 '<(skia_src_path)/core/SkXfermode.cpp', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 356 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 356 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 357 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 357 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 358 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 358 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 359 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 359 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 360 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 360 '<(skia_src_path)/pathops/SkPathWriter.h', | 361 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 361 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 362 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 362 '<(skia_src_path)/pathops/SkReduceOrder.h', | 363 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 363 ], | 364 ], |
| 364 } | 365 } |
| OLD | NEW |