Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(313)

Side by Side Diff: gyp/core.gypi

Issue 98703002: Fix compilation with SK_ENABLE_INST_COUNT=1 (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gm/gm_expectations.cpp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Include this gypi to include all 'core' files 1 # Include this gypi to include all 'core' files
2 # The parent gyp/gypi file must define 2 # The parent gyp/gypi file must define
3 # 'skia_src_path' e.g. skia/trunk/src 3 # 'skia_src_path' e.g. skia/trunk/src
4 # 'skia_include_path' e.g. skia/trunk/include 4 # 'skia_include_path' e.g. skia/trunk/include
5 # 5 #
6 # The skia build defines these in common_variables.gypi 6 # The skia build defines these in common_variables.gypi
7 # 7 #
8 { 8 {
9 'sources': [ 9 'sources': [
10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
11 '<(skia_src_path)/core/Sk64.cpp', 11 '<(skia_src_path)/core/Sk64.cpp',
12 '<(skia_src_path)/core/SkAAClip.cpp', 12 '<(skia_src_path)/core/SkAAClip.cpp',
13 '<(skia_src_path)/core/SkAnnotation.cpp', 13 '<(skia_src_path)/core/SkAnnotation.cpp',
14 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp', 14 '<(skia_src_path)/core/SkAdvancedTypefaceMetrics.cpp',
15 '<(skia_src_path)/core/SkAlphaRuns.cpp', 15 '<(skia_src_path)/core/SkAlphaRuns.cpp',
16 '<(skia_src_path)/core/SkAntiRun.h', 16 '<(skia_src_path)/core/SkAntiRun.h',
17 '<(skia_src_path)/core/SkBBoxHierarchy.cpp',
18 '<(skia_src_path)/core/SkBBoxHierarchy.h', 17 '<(skia_src_path)/core/SkBBoxHierarchy.h',
19 '<(skia_src_path)/core/SkBBoxRecord.cpp', 18 '<(skia_src_path)/core/SkBBoxRecord.cpp',
20 '<(skia_src_path)/core/SkBBoxRecord.h', 19 '<(skia_src_path)/core/SkBBoxRecord.h',
21 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp', 20 '<(skia_src_path)/core/SkBBoxHierarchyRecord.cpp',
22 '<(skia_src_path)/core/SkBBoxHierarchyRecord.h', 21 '<(skia_src_path)/core/SkBBoxHierarchyRecord.h',
23 '<(skia_src_path)/core/SkBitmap.cpp', 22 '<(skia_src_path)/core/SkBitmap.cpp',
24 '<(skia_src_path)/core/SkBitmapDevice.cpp', 23 '<(skia_src_path)/core/SkBitmapDevice.cpp',
25 '<(skia_src_path)/core/SkBitmapFilter.h', 24 '<(skia_src_path)/core/SkBitmapFilter.h',
26 '<(skia_src_path)/core/SkBitmapFilter.cpp', 25 '<(skia_src_path)/core/SkBitmapFilter.cpp',
27 '<(skia_src_path)/core/SkBitmapHeap.cpp', 26 '<(skia_src_path)/core/SkBitmapHeap.cpp',
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
142 '<(skia_src_path)/core/SkPictureStateTree.h', 141 '<(skia_src_path)/core/SkPictureStateTree.h',
143 '<(skia_src_path)/core/SkPixelRef.cpp', 142 '<(skia_src_path)/core/SkPixelRef.cpp',
144 '<(skia_src_path)/core/SkPoint.cpp', 143 '<(skia_src_path)/core/SkPoint.cpp',
145 '<(skia_src_path)/core/SkProcSpriteBlitter.cpp', 144 '<(skia_src_path)/core/SkProcSpriteBlitter.cpp',
146 '<(skia_src_path)/core/SkPtrRecorder.cpp', 145 '<(skia_src_path)/core/SkPtrRecorder.cpp',
147 '<(skia_src_path)/core/SkQuadClipper.cpp', 146 '<(skia_src_path)/core/SkQuadClipper.cpp',
148 '<(skia_src_path)/core/SkQuadClipper.h', 147 '<(skia_src_path)/core/SkQuadClipper.h',
149 '<(skia_src_path)/core/SkRasterClip.cpp', 148 '<(skia_src_path)/core/SkRasterClip.cpp',
150 '<(skia_src_path)/core/SkRasterizer.cpp', 149 '<(skia_src_path)/core/SkRasterizer.cpp',
151 '<(skia_src_path)/core/SkRect.cpp', 150 '<(skia_src_path)/core/SkRect.cpp',
152 '<(skia_src_path)/core/SkRefCnt.cpp',
153 '<(skia_src_path)/core/SkRefDict.cpp', 151 '<(skia_src_path)/core/SkRefDict.cpp',
154 '<(skia_src_path)/core/SkRegion.cpp', 152 '<(skia_src_path)/core/SkRegion.cpp',
155 '<(skia_src_path)/core/SkRegionPriv.h', 153 '<(skia_src_path)/core/SkRegionPriv.h',
156 '<(skia_src_path)/core/SkRegion_path.cpp', 154 '<(skia_src_path)/core/SkRegion_path.cpp',
157 '<(skia_src_path)/core/SkRRect.cpp', 155 '<(skia_src_path)/core/SkRRect.cpp',
158 '<(skia_src_path)/core/SkRTree.h', 156 '<(skia_src_path)/core/SkRTree.h',
159 '<(skia_src_path)/core/SkRTree.cpp', 157 '<(skia_src_path)/core/SkRTree.cpp',
160 '<(skia_src_path)/core/SkScaledImageCache.cpp', 158 '<(skia_src_path)/core/SkScaledImageCache.cpp',
161 '<(skia_src_path)/core/SkScalar.cpp', 159 '<(skia_src_path)/core/SkScalar.cpp',
162 '<(skia_src_path)/core/SkScalerContext.cpp', 160 '<(skia_src_path)/core/SkScalerContext.cpp',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 375 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
378 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 376 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
379 '<(skia_src_path)/pathops/SkPathOpsRect.h', 377 '<(skia_src_path)/pathops/SkPathOpsRect.h',
380 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
381 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 379 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
382 '<(skia_src_path)/pathops/SkPathWriter.h', 380 '<(skia_src_path)/pathops/SkPathWriter.h',
383 '<(skia_src_path)/pathops/SkQuarticRoot.h', 381 '<(skia_src_path)/pathops/SkQuarticRoot.h',
384 '<(skia_src_path)/pathops/SkReduceOrder.h', 382 '<(skia_src_path)/pathops/SkReduceOrder.h',
385 ], 383 ],
386 } 384 }
OLDNEW
« no previous file with comments | « gm/gm_expectations.cpp ('k') | gyp/gpu.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698