| 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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 337 '<(skia_include_path)/core/SkTLazy.h', | 337 '<(skia_include_path)/core/SkTLazy.h', |
| 338 '<(skia_include_path)/core/SkTypeface.h', | 338 '<(skia_include_path)/core/SkTypeface.h', |
| 339 '<(skia_include_path)/core/SkTypes.h', | 339 '<(skia_include_path)/core/SkTypes.h', |
| 340 '<(skia_include_path)/core/SkUnPreMultiply.h', | 340 '<(skia_include_path)/core/SkUnPreMultiply.h', |
| 341 '<(skia_include_path)/core/SkUtils.h', | 341 '<(skia_include_path)/core/SkUtils.h', |
| 342 '<(skia_include_path)/core/SkWriter32.h', | 342 '<(skia_include_path)/core/SkWriter32.h', |
| 343 '<(skia_include_path)/core/SkXfermode.h', | 343 '<(skia_include_path)/core/SkXfermode.h', |
| 344 | 344 |
| 345 # private | 345 # private |
| 346 '<(skia_include_path)/private/SkAtomics.h', | 346 '<(skia_include_path)/private/SkAtomics.h', |
| 347 '<(skia_include_path)/private/SkChecksum.h', |
| 348 '<(skia_include_path)/private/SkFloatBits.h', |
| 349 '<(skia_include_path)/private/SkFloatingPoint.h', |
| 350 '<(skia_include_path)/private/SkFunction.h', |
| 351 '<(skia_include_path)/private/SkGpuFenceSync.h', |
| 352 '<(skia_include_path)/private/SkMiniRecorder.h', |
| 347 '<(skia_include_path)/private/SkMutex.h', | 353 '<(skia_include_path)/private/SkMutex.h', |
| 348 '<(skia_include_path)/private/SkOnce.h', | 354 '<(skia_include_path)/private/SkOnce.h', |
| 349 '<(skia_include_path)/private/SkOncePtr.h', | 355 '<(skia_include_path)/private/SkOncePtr.h', |
| 356 '<(skia_include_path)/private/SkRecords.h', |
| 350 '<(skia_include_path)/private/SkSemaphore.h', | 357 '<(skia_include_path)/private/SkSemaphore.h', |
| 351 '<(skia_include_path)/private/SkSpinlock.h', | 358 '<(skia_include_path)/private/SkSpinlock.h', |
| 352 '<(skia_include_path)/private/SkTemplates.h', | 359 '<(skia_include_path)/private/SkTemplates.h', |
| 360 '<(skia_include_path)/private/SkTHash.h', |
| 353 '<(skia_include_path)/private/SkThreadID.h', | 361 '<(skia_include_path)/private/SkThreadID.h', |
| 362 '<(skia_include_path)/private/SkTLogic.h', |
| 363 '<(skia_include_path)/private/SkUniquePtr.h', |
| 364 '<(skia_include_path)/private/SkUtility.h', |
| 365 '<(skia_include_path)/private/SkWeakRefCnt.h', |
| 354 | 366 |
| 355 # Path ops | 367 # Path ops |
| 356 '<(skia_include_path)/pathops/SkPathOps.h', | 368 '<(skia_include_path)/pathops/SkPathOps.h', |
| 357 | 369 |
| 358 '<(skia_src_path)/pathops/SkAddIntersections.cpp', | 370 '<(skia_src_path)/pathops/SkAddIntersections.cpp', |
| 359 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', | 371 '<(skia_src_path)/pathops/SkDConicLineIntersection.cpp', |
| 360 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', | 372 '<(skia_src_path)/pathops/SkDCubicLineIntersection.cpp', |
| 361 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', | 373 '<(skia_src_path)/pathops/SkDCubicToQuads.cpp', |
| 362 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', | 374 '<(skia_src_path)/pathops/SkDLineIntersection.cpp', |
| 363 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp', | 375 '<(skia_src_path)/pathops/SkDQuadLineIntersection.cpp', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 420 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 409 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 421 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 410 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 422 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 411 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 423 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 412 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 424 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 413 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 425 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 414 '<(skia_src_path)/pathops/SkPathWriter.h', | 426 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 415 '<(skia_src_path)/pathops/SkReduceOrder.h', | 427 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 416 ], | 428 ], |
| 417 } | 429 } |
| OLD | NEW |