| 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/SkAAClip.cpp', | 10 '<(skia_src_path)/core/SkAAClip.cpp', |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', | 178 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', |
| 179 '<(skia_src_path)/core/SkStream.cpp', | 179 '<(skia_src_path)/core/SkStream.cpp', |
| 180 '<(skia_src_path)/core/SkString.cpp', | 180 '<(skia_src_path)/core/SkString.cpp', |
| 181 '<(skia_src_path)/core/SkStringUtils.cpp', | 181 '<(skia_src_path)/core/SkStringUtils.cpp', |
| 182 '<(skia_src_path)/core/SkStroke.h', | 182 '<(skia_src_path)/core/SkStroke.h', |
| 183 '<(skia_src_path)/core/SkStroke.cpp', | 183 '<(skia_src_path)/core/SkStroke.cpp', |
| 184 '<(skia_src_path)/core/SkStrokeRec.cpp', | 184 '<(skia_src_path)/core/SkStrokeRec.cpp', |
| 185 '<(skia_src_path)/core/SkStrokerPriv.cpp', | 185 '<(skia_src_path)/core/SkStrokerPriv.cpp', |
| 186 '<(skia_src_path)/core/SkStrokerPriv.h', | 186 '<(skia_src_path)/core/SkStrokerPriv.h', |
| 187 '<(skia_src_path)/core/SkTextFormatParams.h', | 187 '<(skia_src_path)/core/SkTextFormatParams.h', |
| 188 '<(skia_src_path)/core/SkTextMapState.h', |
| 188 '<(skia_src_path)/core/SkTileGrid.cpp', | 189 '<(skia_src_path)/core/SkTileGrid.cpp', |
| 189 '<(skia_src_path)/core/SkTileGrid.h', | 190 '<(skia_src_path)/core/SkTileGrid.h', |
| 190 '<(skia_src_path)/core/SkTLList.h', | 191 '<(skia_src_path)/core/SkTLList.h', |
| 191 '<(skia_src_path)/core/SkTLS.cpp', | 192 '<(skia_src_path)/core/SkTLS.cpp', |
| 192 '<(skia_src_path)/core/SkTraceEvent.h', | 193 '<(skia_src_path)/core/SkTraceEvent.h', |
| 193 '<(skia_src_path)/core/SkTSearch.cpp', | 194 '<(skia_src_path)/core/SkTSearch.cpp', |
| 194 '<(skia_src_path)/core/SkTSort.h', | 195 '<(skia_src_path)/core/SkTSort.h', |
| 195 '<(skia_src_path)/core/SkTypeface.cpp', | 196 '<(skia_src_path)/core/SkTypeface.cpp', |
| 196 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 197 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 197 '<(skia_src_path)/core/SkTypefaceCache.h', | 198 '<(skia_src_path)/core/SkTypefaceCache.h', |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 362 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 363 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 363 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 364 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 364 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 365 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', | 366 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', |
| 366 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 367 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 367 '<(skia_src_path)/pathops/SkPathWriter.h', | 368 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 368 '<(skia_src_path)/pathops/SkQuarticRoot.h', | 369 '<(skia_src_path)/pathops/SkQuarticRoot.h', |
| 369 '<(skia_src_path)/pathops/SkReduceOrder.h', | 370 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 370 ], | 371 ], |
| 371 } | 372 } |
| OLD | NEW |