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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 '<(skia_src_path)/core/SkEmptyShader.h', | 105 '<(skia_src_path)/core/SkEmptyShader.h', |
106 '<(skia_src_path)/core/SkEndian.h', | 106 '<(skia_src_path)/core/SkEndian.h', |
107 '<(skia_src_path)/core/SkEdge.cpp', | 107 '<(skia_src_path)/core/SkEdge.cpp', |
108 '<(skia_src_path)/core/SkEdge.h', | 108 '<(skia_src_path)/core/SkEdge.h', |
109 '<(skia_src_path)/core/SkError.cpp', | 109 '<(skia_src_path)/core/SkError.cpp', |
110 '<(skia_src_path)/core/SkErrorInternals.h', | 110 '<(skia_src_path)/core/SkErrorInternals.h', |
111 '<(skia_src_path)/core/SkFDot6.h', | 111 '<(skia_src_path)/core/SkFDot6.h', |
112 '<(skia_src_path)/core/SkFilterProc.cpp', | 112 '<(skia_src_path)/core/SkFilterProc.cpp', |
113 '<(skia_src_path)/core/SkFilterProc.h', | 113 '<(skia_src_path)/core/SkFilterProc.h', |
114 '<(skia_src_path)/core/SkFilterShader.cpp', | 114 '<(skia_src_path)/core/SkFilterShader.cpp', |
| 115 '<(skia_src_path)/core/SkFindAndPlaceGlyph.h', |
115 '<(skia_src_path)/core/SkFlattenable.cpp', | 116 '<(skia_src_path)/core/SkFlattenable.cpp', |
116 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', | 117 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', |
117 '<(skia_src_path)/core/SkFloatBits.cpp', | 118 '<(skia_src_path)/core/SkFloatBits.cpp', |
118 '<(skia_src_path)/core/SkFont.cpp', | 119 '<(skia_src_path)/core/SkFont.cpp', |
119 '<(skia_src_path)/core/SkFontHost.cpp', | 120 '<(skia_src_path)/core/SkFontHost.cpp', |
120 '<(skia_src_path)/core/SkFontMgr.cpp', | 121 '<(skia_src_path)/core/SkFontMgr.cpp', |
121 '<(skia_src_path)/core/SkFontStyle.cpp', | 122 '<(skia_src_path)/core/SkFontStyle.cpp', |
122 '<(skia_src_path)/core/SkFontDescriptor.cpp', | 123 '<(skia_src_path)/core/SkFontDescriptor.cpp', |
123 '<(skia_src_path)/core/SkFontDescriptor.h', | 124 '<(skia_src_path)/core/SkFontDescriptor.h', |
124 '<(skia_src_path)/core/SkFontStream.cpp', | 125 '<(skia_src_path)/core/SkFontStream.cpp', |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
470 '<(skia_src_path)/pathops/SkPathOpsLine.h', | 471 '<(skia_src_path)/pathops/SkPathOpsLine.h', |
471 '<(skia_src_path)/pathops/SkPathOpsPoint.h', | 472 '<(skia_src_path)/pathops/SkPathOpsPoint.h', |
472 '<(skia_src_path)/pathops/SkPathOpsQuad.h', | 473 '<(skia_src_path)/pathops/SkPathOpsQuad.h', |
473 '<(skia_src_path)/pathops/SkPathOpsRect.h', | 474 '<(skia_src_path)/pathops/SkPathOpsRect.h', |
474 '<(skia_src_path)/pathops/SkPathOpsTSect.h', | 475 '<(skia_src_path)/pathops/SkPathOpsTSect.h', |
475 '<(skia_src_path)/pathops/SkPathOpsTypes.h', | 476 '<(skia_src_path)/pathops/SkPathOpsTypes.h', |
476 '<(skia_src_path)/pathops/SkPathWriter.h', | 477 '<(skia_src_path)/pathops/SkPathWriter.h', |
477 '<(skia_src_path)/pathops/SkReduceOrder.h', | 478 '<(skia_src_path)/pathops/SkReduceOrder.h', |
478 ], | 479 ], |
479 } | 480 } |
OLD | NEW |