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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
268 '<(skia_src_path)/core/SkTime.cpp', | 268 '<(skia_src_path)/core/SkTime.cpp', |
269 '<(skia_src_path)/core/SkTDPQueue.h', | 269 '<(skia_src_path)/core/SkTDPQueue.h', |
270 '<(skia_src_path)/core/SkThreadID.cpp', | 270 '<(skia_src_path)/core/SkThreadID.cpp', |
271 '<(skia_src_path)/core/SkTLList.h', | 271 '<(skia_src_path)/core/SkTLList.h', |
272 '<(skia_src_path)/core/SkTLS.cpp', | 272 '<(skia_src_path)/core/SkTLS.cpp', |
273 '<(skia_src_path)/core/SkTMultiMap.h', | 273 '<(skia_src_path)/core/SkTMultiMap.h', |
274 '<(skia_src_path)/core/SkTraceEvent.h', | 274 '<(skia_src_path)/core/SkTraceEvent.h', |
275 '<(skia_src_path)/core/SkTraceEventCommon.h', | 275 '<(skia_src_path)/core/SkTraceEventCommon.h', |
276 '<(skia_src_path)/core/SkTSearch.cpp', | 276 '<(skia_src_path)/core/SkTSearch.cpp', |
277 '<(skia_src_path)/core/SkTSort.h', | 277 '<(skia_src_path)/core/SkTSort.h', |
| 278 '<(skia_src_path)/core/SkTTopoSort.h', |
278 '<(skia_src_path)/core/SkTypeface.cpp', | 279 '<(skia_src_path)/core/SkTypeface.cpp', |
279 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 280 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
280 '<(skia_src_path)/core/SkTypefaceCache.h', | 281 '<(skia_src_path)/core/SkTypefaceCache.h', |
281 '<(skia_src_path)/core/SkTypefacePriv.h', | 282 '<(skia_src_path)/core/SkTypefacePriv.h', |
282 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 283 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
283 '<(skia_src_path)/core/SkUtils.cpp', | 284 '<(skia_src_path)/core/SkUtils.cpp', |
284 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', | 285 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp', |
285 '<(skia_src_path)/core/SkValidatingReadBuffer.h', | 286 '<(skia_src_path)/core/SkValidatingReadBuffer.h', |
286 '<(skia_src_path)/core/SkValidationUtils.h', | 287 '<(skia_src_path)/core/SkValidationUtils.h', |
287 '<(skia_src_path)/core/SkVarAlloc.cpp', | 288 '<(skia_src_path)/core/SkVarAlloc.cpp', |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
468 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 469 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
469 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 470 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
470 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 471 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
471 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 472 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
472 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 473 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
473 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 474 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
474 '<(skia_src_path)/pathops/SkPathWriter.h', | 475 '<(skia_src_path)/pathops/SkPathWriter.h', |
475 '<(skia_src_path)/pathops/SkReduceOrder.h', | 476 '<(skia_src_path)/pathops/SkReduceOrder.h', |
476 ], | 477 ], |
477 } | 478 } |
OLD | NEW |