| 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 'core' files | 5 # Include this gypi to include all 'core' 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 '<(skia_src_path)/core/SkTaskGroup.cpp', | 214 '<(skia_src_path)/core/SkTaskGroup.cpp', |
| 215 '<(skia_src_path)/core/SkTaskGroup.h', | 215 '<(skia_src_path)/core/SkTaskGroup.h', |
| 216 '<(skia_src_path)/core/SkTextBlob.cpp', | 216 '<(skia_src_path)/core/SkTextBlob.cpp', |
| 217 '<(skia_src_path)/core/SkTextFormatParams.h', | 217 '<(skia_src_path)/core/SkTextFormatParams.h', |
| 218 '<(skia_src_path)/core/SkTextMapStateProc.h', | 218 '<(skia_src_path)/core/SkTextMapStateProc.h', |
| 219 '<(skia_src_path)/core/SkTime.cpp', | 219 '<(skia_src_path)/core/SkTime.cpp', |
| 220 '<(skia_src_path)/core/SkTDPQueue.h', | 220 '<(skia_src_path)/core/SkTDPQueue.h', |
| 221 '<(skia_src_path)/core/SkTLList.h', | 221 '<(skia_src_path)/core/SkTLList.h', |
| 222 '<(skia_src_path)/core/SkTLS.cpp', | 222 '<(skia_src_path)/core/SkTLS.cpp', |
| 223 '<(skia_src_path)/core/SkTraceEvent.h', | 223 '<(skia_src_path)/core/SkTraceEvent.h', |
| 224 '<(skia_src_path)/core/SkTraceEventCommon.h', |
| 224 '<(skia_src_path)/core/SkTSearch.cpp', | 225 '<(skia_src_path)/core/SkTSearch.cpp', |
| 225 '<(skia_src_path)/core/SkTSort.h', | 226 '<(skia_src_path)/core/SkTSort.h', |
| 226 '<(skia_src_path)/core/SkTypeface.cpp', | 227 '<(skia_src_path)/core/SkTypeface.cpp', |
| 227 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 228 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 228 '<(skia_src_path)/core/SkTypefaceCache.h', | 229 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 229 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 230 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| 230 '<(skia_src_path)/core/SkUtils.cpp', | 231 '<(skia_src_path)/core/SkUtils.cpp', |
| 231 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 232 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
| 232 '<(skia_src_path)/core/SkVarAlloc.cpp', | 233 '<(skia_src_path)/core/SkVarAlloc.cpp', |
| 233 '<(skia_src_path)/core/SkVertState.cpp', | 234 '<(skia_src_path)/core/SkVertState.cpp', |
| (...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 397 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 397 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 398 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 398 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 399 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 399 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 400 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 400 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 401 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 401 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 402 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 402 '<(skia_src_path)/pathops/SkPathWriter.h', | 403 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 403 '<(skia_src_path)/pathops/SkReduceOrder.h', | 404 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 404 ], | 405 ], |
| 405 } | 406 } |
| OLD | NEW |