| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 '<(skia_src_path)/core/SkStrokeRec.cpp', | 219 '<(skia_src_path)/core/SkStrokeRec.cpp', |
| 220 '<(skia_src_path)/core/SkStrokerPriv.cpp', | 220 '<(skia_src_path)/core/SkStrokerPriv.cpp', |
| 221 '<(skia_src_path)/core/SkStrokerPriv.h', | 221 '<(skia_src_path)/core/SkStrokerPriv.h', |
| 222 '<(skia_src_path)/core/SkTaskGroup.cpp', | 222 '<(skia_src_path)/core/SkTaskGroup.cpp', |
| 223 '<(skia_src_path)/core/SkTaskGroup.h', | 223 '<(skia_src_path)/core/SkTaskGroup.h', |
| 224 '<(skia_src_path)/core/SkTextBlob.cpp', | 224 '<(skia_src_path)/core/SkTextBlob.cpp', |
| 225 '<(skia_src_path)/core/SkTextFormatParams.h', | 225 '<(skia_src_path)/core/SkTextFormatParams.h', |
| 226 '<(skia_src_path)/core/SkTextMapStateProc.h', | 226 '<(skia_src_path)/core/SkTextMapStateProc.h', |
| 227 '<(skia_src_path)/core/SkTime.cpp', | 227 '<(skia_src_path)/core/SkTime.cpp', |
| 228 '<(skia_src_path)/core/SkTDPQueue.h', | 228 '<(skia_src_path)/core/SkTDPQueue.h', |
| 229 '<(skia_src_path)/core/SkThreadID.cpp', |
| 229 '<(skia_src_path)/core/SkTLList.h', | 230 '<(skia_src_path)/core/SkTLList.h', |
| 230 '<(skia_src_path)/core/SkTLS.cpp', | 231 '<(skia_src_path)/core/SkTLS.cpp', |
| 231 '<(skia_src_path)/core/SkTraceEvent.h', | 232 '<(skia_src_path)/core/SkTraceEvent.h', |
| 232 '<(skia_src_path)/core/SkTraceEventCommon.h', | 233 '<(skia_src_path)/core/SkTraceEventCommon.h', |
| 233 '<(skia_src_path)/core/SkTSearch.cpp', | 234 '<(skia_src_path)/core/SkTSearch.cpp', |
| 234 '<(skia_src_path)/core/SkTSort.h', | 235 '<(skia_src_path)/core/SkTSort.h', |
| 235 '<(skia_src_path)/core/SkTypeface.cpp', | 236 '<(skia_src_path)/core/SkTypeface.cpp', |
| 236 '<(skia_src_path)/core/SkTypefaceCache.cpp', | 237 '<(skia_src_path)/core/SkTypefaceCache.cpp', |
| 237 '<(skia_src_path)/core/SkTypefaceCache.h', | 238 '<(skia_src_path)/core/SkTypefaceCache.h', |
| 238 '<(skia_src_path)/core/SkUnPreMultiply.cpp', | 239 '<(skia_src_path)/core/SkUnPreMultiply.cpp', |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 342 '<(skia_include_path)/core/SkXfermode.h', | 343 '<(skia_include_path)/core/SkXfermode.h', |
| 343 | 344 |
| 344 # private | 345 # private |
| 345 '<(skia_include_path)/private/SkAtomics.h', | 346 '<(skia_include_path)/private/SkAtomics.h', |
| 346 '<(skia_include_path)/private/SkMutex.h', | 347 '<(skia_include_path)/private/SkMutex.h', |
| 347 '<(skia_include_path)/private/SkOnce.h', | 348 '<(skia_include_path)/private/SkOnce.h', |
| 348 '<(skia_include_path)/private/SkOncePtr.h', | 349 '<(skia_include_path)/private/SkOncePtr.h', |
| 349 '<(skia_include_path)/private/SkSemaphore.h', | 350 '<(skia_include_path)/private/SkSemaphore.h', |
| 350 '<(skia_include_path)/private/SkSpinlock.h', | 351 '<(skia_include_path)/private/SkSpinlock.h', |
| 351 '<(skia_include_path)/private/SkTemplates.h', | 352 '<(skia_include_path)/private/SkTemplates.h', |
| 353 '<(skia_include_path)/private/SkThreadID.h', |
| 352 | 354 |
| 353 # Path ops | 355 # Path ops |
| 354 '<(skia_include_path)/pathops/SkPathOps.h', | 356 '<(skia_include_path)/pathops/SkPathOps.h', |
| 355 | 357 |
| 356 '<(skia_src_path)/pathops/SkAddIntersections.cpp', | 358 '<(skia_src_path)/pathops/SkAddIntersections.cpp', |
| 357 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', | 359 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', |
| 358 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', | 360 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', |
| 359 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', | 361 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', |
| 360 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', | 362 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', |
| 361 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp', | 363 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 406 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 408 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 407 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 409 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 408 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 410 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 409 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 411 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 410 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 412 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 411 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 413 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 412 '<(skia_src_path)/pathops/SkPathWriter.h', | 414 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 413 '<(skia_src_path)/pathops/SkReduceOrder.h', | 415 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 414 ], | 416 ], |
| 415 } | 417 } |
| OLD | NEW |