| 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 '<(skia_include_path)/private/SkMiniRecorder.h', | 408 '<(skia_include_path)/private/SkMiniRecorder.h', |
| 409 '<(skia_include_path)/private/SkMutex.h', | 409 '<(skia_include_path)/private/SkMutex.h', |
| 410 '<(skia_include_path)/private/SkOnce.h', | 410 '<(skia_include_path)/private/SkOnce.h', |
| 411 '<(skia_include_path)/private/SkOncePtr.h', | 411 '<(skia_include_path)/private/SkOncePtr.h', |
| 412 '<(skia_include_path)/private/SkRecords.h', | 412 '<(skia_include_path)/private/SkRecords.h', |
| 413 '<(skia_include_path)/private/SkSemaphore.h', | 413 '<(skia_include_path)/private/SkSemaphore.h', |
| 414 '<(skia_include_path)/private/SkSpinlock.h', | 414 '<(skia_include_path)/private/SkSpinlock.h', |
| 415 '<(skia_include_path)/private/SkTemplates.h', | 415 '<(skia_include_path)/private/SkTemplates.h', |
| 416 '<(skia_include_path)/private/SkTArray.h', | 416 '<(skia_include_path)/private/SkTArray.h', |
| 417 '<(skia_include_path)/private/SkTDArray.h', | 417 '<(skia_include_path)/private/SkTDArray.h', |
| 418 '<(skia_include_path)/private/SkTFitsIn.h', |
| 418 '<(skia_include_path)/private/SkTHash.h', | 419 '<(skia_include_path)/private/SkTHash.h', |
| 419 '<(skia_include_path)/private/SkThreadID.h', | 420 '<(skia_include_path)/private/SkThreadID.h', |
| 420 '<(skia_include_path)/private/SkTDict.h', | 421 '<(skia_include_path)/private/SkTDict.h', |
| 421 '<(skia_include_path)/private/SkTSearch.h', | 422 '<(skia_include_path)/private/SkTSearch.h', |
| 422 '<(skia_include_path)/private/SkTLogic.h', | 423 '<(skia_include_path)/private/SkTLogic.h', |
| 423 '<(skia_include_path)/private/SkWeakRefCnt.h', | 424 '<(skia_include_path)/private/SkWeakRefCnt.h', |
| 424 | 425 |
| 425 # Path ops | 426 # Path ops |
| 426 '<(skia_include_path)/pathops/SkPathOps.h', | 427 '<(skia_include_path)/pathops/SkPathOps.h', |
| 427 | 428 |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 479 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 479 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 480 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 480 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 481 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 481 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 482 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 482 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 483 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 483 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 484 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 484 '<(skia_src_path)/pathops/SkPathWriter.h', | 485 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 485 '<(skia_src_path)/pathops/SkReduceOrder.h', | 486 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 486 ], | 487 ], |
| 487 } | 488 } |
| OLD | NEW |