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

Side by Side Diff: gyp/core.gypi

Issue 574383002: declare to gypi where SkDeviceProperties.h moved to (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 3 months 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
« no previous file with comments | « no previous file | gyp/public_headers.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/SkAAClip.cpp', 10 '<(skia_src_path)/core/SkAAClip.cpp',
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 '<(skia_src_path)/core/SkCoreBlitters.h', 60 '<(skia_src_path)/core/SkCoreBlitters.h',
61 '<(skia_src_path)/core/SkCubicClipper.cpp', 61 '<(skia_src_path)/core/SkCubicClipper.cpp',
62 '<(skia_src_path)/core/SkCubicClipper.h', 62 '<(skia_src_path)/core/SkCubicClipper.h',
63 '<(skia_src_path)/core/SkData.cpp', 63 '<(skia_src_path)/core/SkData.cpp',
64 '<(skia_src_path)/core/SkDataTable.cpp', 64 '<(skia_src_path)/core/SkDataTable.cpp',
65 '<(skia_src_path)/core/SkDebug.cpp', 65 '<(skia_src_path)/core/SkDebug.cpp',
66 '<(skia_src_path)/core/SkDeque.cpp', 66 '<(skia_src_path)/core/SkDeque.cpp',
67 '<(skia_src_path)/core/SkDevice.cpp', 67 '<(skia_src_path)/core/SkDevice.cpp',
68 '<(skia_src_path)/core/SkDeviceLooper.cpp', 68 '<(skia_src_path)/core/SkDeviceLooper.cpp',
69 '<(skia_src_path)/core/SkDeviceProfile.cpp', 69 '<(skia_src_path)/core/SkDeviceProfile.cpp',
70 '<(skia_src_path)/core/SkDeviceProperties.h',
tfarina 2014/09/17 18:02:12 correct, https://skia.googlesource.com/skia/+/mast
70 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp', 71 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
71 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', 72 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
72 '<(skia_src_path)/core/SkDistanceFieldGen.cpp', 73 '<(skia_src_path)/core/SkDistanceFieldGen.cpp',
73 '<(skia_src_path)/core/SkDistanceFieldGen.h', 74 '<(skia_src_path)/core/SkDistanceFieldGen.h',
74 '<(skia_src_path)/core/SkDither.cpp', 75 '<(skia_src_path)/core/SkDither.cpp',
75 '<(skia_src_path)/core/SkDraw.cpp', 76 '<(skia_src_path)/core/SkDraw.cpp',
76 '<(skia_src_path)/core/SkDrawLooper.cpp', 77 '<(skia_src_path)/core/SkDrawLooper.cpp',
77 '<(skia_src_path)/core/SkDrawProcs.h', 78 '<(skia_src_path)/core/SkDrawProcs.h',
78 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 79 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
79 '<(skia_src_path)/core/SkEdgeClipper.cpp', 80 '<(skia_src_path)/core/SkEdgeClipper.cpp',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 '<(skia_include_path)/core/SkChunkAlloc.h', 238 '<(skia_include_path)/core/SkChunkAlloc.h',
238 '<(skia_include_path)/core/SkClipStack.h', 239 '<(skia_include_path)/core/SkClipStack.h',
239 '<(skia_include_path)/core/SkColor.h', 240 '<(skia_include_path)/core/SkColor.h',
240 '<(skia_include_path)/core/SkColorFilter.h', 241 '<(skia_include_path)/core/SkColorFilter.h',
241 '<(skia_include_path)/core/SkColorPriv.h', 242 '<(skia_include_path)/core/SkColorPriv.h',
242 '<(skia_include_path)/core/SkColorShader.h', 243 '<(skia_include_path)/core/SkColorShader.h',
243 '<(skia_include_path)/core/SkComposeShader.h', 244 '<(skia_include_path)/core/SkComposeShader.h',
244 '<(skia_include_path)/core/SkData.h', 245 '<(skia_include_path)/core/SkData.h',
245 '<(skia_include_path)/core/SkDeque.h', 246 '<(skia_include_path)/core/SkDeque.h',
246 '<(skia_include_path)/core/SkDevice.h', 247 '<(skia_include_path)/core/SkDevice.h',
247 '<(skia_include_path)/core/SkDeviceProperties.h',
248 '<(skia_include_path)/core/SkDither.h', 248 '<(skia_include_path)/core/SkDither.h',
249 '<(skia_include_path)/core/SkDraw.h', 249 '<(skia_include_path)/core/SkDraw.h',
250 '<(skia_include_path)/core/SkDrawFilter.h', 250 '<(skia_include_path)/core/SkDrawFilter.h',
251 '<(skia_include_path)/core/SkDrawLooper.h', 251 '<(skia_include_path)/core/SkDrawLooper.h',
252 '<(skia_include_path)/core/SkEndian.h', 252 '<(skia_include_path)/core/SkEndian.h',
253 '<(skia_include_path)/core/SkError.h', 253 '<(skia_include_path)/core/SkError.h',
254 '<(skia_include_path)/core/SkFixed.h', 254 '<(skia_include_path)/core/SkFixed.h',
255 '<(skia_include_path)/core/SkFlattenable.h', 255 '<(skia_include_path)/core/SkFlattenable.h',
256 '<(skia_include_path)/core/SkFlattenableSerialization.h', 256 '<(skia_include_path)/core/SkFlattenableSerialization.h',
257 '<(skia_include_path)/core/SkFloatBits.h', 257 '<(skia_include_path)/core/SkFloatBits.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 370 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
371 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 371 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
372 '<(skia_src_path)/pathops/SkPathOpsRect.h', 372 '<(skia_src_path)/pathops/SkPathOpsRect.h',
373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
374 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 374 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
375 '<(skia_src_path)/pathops/SkPathWriter.h', 375 '<(skia_src_path)/pathops/SkPathWriter.h',
376 '<(skia_src_path)/pathops/SkQuarticRoot.h', 376 '<(skia_src_path)/pathops/SkQuarticRoot.h',
377 '<(skia_src_path)/pathops/SkReduceOrder.h', 377 '<(skia_src_path)/pathops/SkReduceOrder.h',
378 ], 378 ],
379 } 379 }
OLDNEW
« no previous file with comments | « no previous file | gyp/public_headers.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698