| 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 '<(skia_src_path)/core/SkStreamPriv.h', | 284 '<(skia_src_path)/core/SkStreamPriv.h', |
| 285 '<(skia_src_path)/core/SkString.cpp', | 285 '<(skia_src_path)/core/SkString.cpp', |
| 286 '<(skia_src_path)/core/SkStringUtils.cpp', | 286 '<(skia_src_path)/core/SkStringUtils.cpp', |
| 287 '<(skia_src_path)/core/SkStroke.h', | 287 '<(skia_src_path)/core/SkStroke.h', |
| 288 '<(skia_src_path)/core/SkStroke.cpp', | 288 '<(skia_src_path)/core/SkStroke.cpp', |
| 289 '<(skia_src_path)/core/SkStrokeRec.cpp', | 289 '<(skia_src_path)/core/SkStrokeRec.cpp', |
| 290 '<(skia_src_path)/core/SkStrokerPriv.cpp', | 290 '<(skia_src_path)/core/SkStrokerPriv.cpp', |
| 291 '<(skia_src_path)/core/SkStrokerPriv.h', | 291 '<(skia_src_path)/core/SkStrokerPriv.h', |
| 292 '<(skia_src_path)/core/SkSurfacePriv.h', | 292 '<(skia_src_path)/core/SkSurfacePriv.h', |
| 293 '<(skia_src_path)/core/SkSwizzle.cpp', | 293 '<(skia_src_path)/core/SkSwizzle.cpp', |
| 294 '<(skia_src_path)/core/SkSRGB.cpp', | |
| 295 '<(skia_src_path)/core/SkTaskGroup.cpp', | 294 '<(skia_src_path)/core/SkTaskGroup.cpp', |
| 296 '<(skia_src_path)/core/SkTaskGroup.h', | 295 '<(skia_src_path)/core/SkTaskGroup.h', |
| 297 '<(skia_src_path)/core/SkTDPQueue.h', | 296 '<(skia_src_path)/core/SkTDPQueue.h', |
| 298 '<(skia_src_path)/core/SkTDynamicHash.h', | 297 '<(skia_src_path)/core/SkTDynamicHash.h', |
| 299 '<(skia_src_path)/core/SkTInternalLList.h', | 298 '<(skia_src_path)/core/SkTInternalLList.h', |
| 300 '<(skia_src_path)/core/SkTextBlob.cpp', | 299 '<(skia_src_path)/core/SkTextBlob.cpp', |
| 301 '<(skia_src_path)/core/SkTextFormatParams.h', | 300 '<(skia_src_path)/core/SkTextFormatParams.h', |
| 302 '<(skia_src_path)/core/SkTextMapStateProc.h', | 301 '<(skia_src_path)/core/SkTextMapStateProc.h', |
| 303 '<(skia_src_path)/core/SkTextToPathIter.h', | 302 '<(skia_src_path)/core/SkTextToPathIter.h', |
| 304 '<(skia_src_path)/core/SkTime.cpp', | 303 '<(skia_src_path)/core/SkTime.cpp', |
| (...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 497 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 496 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
| 498 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 497 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
| 499 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 498 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
| 500 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 499 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
| 501 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 500 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
| 502 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 501 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
| 503 '<(skia_src_path)/pathops/SkPathWriter.h', | 502 '<(skia_src_path)/pathops/SkPathWriter.h', |
| 504 '<(skia_src_path)/pathops/SkReduceOrder.h', | 503 '<(skia_src_path)/pathops/SkReduceOrder.h', |
| 505 ], | 504 ], |
| 506 } | 505 } |
| OLD | NEW |