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

Side by Side Diff: gyp/core.gypi

Issue 619563003: Archive SkFloat (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 2 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 | src/core/SkFloat.h » ('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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 '<(skia_src_path)/core/SkEdgeClipper.cpp', 80 '<(skia_src_path)/core/SkEdgeClipper.cpp',
81 '<(skia_src_path)/core/SkEdge.cpp', 81 '<(skia_src_path)/core/SkEdge.cpp',
82 '<(skia_src_path)/core/SkEdge.h', 82 '<(skia_src_path)/core/SkEdge.h',
83 '<(skia_src_path)/core/SkError.cpp', 83 '<(skia_src_path)/core/SkError.cpp',
84 '<(skia_src_path)/core/SkErrorInternals.h', 84 '<(skia_src_path)/core/SkErrorInternals.h',
85 '<(skia_src_path)/core/SkFilterProc.cpp', 85 '<(skia_src_path)/core/SkFilterProc.cpp',
86 '<(skia_src_path)/core/SkFilterProc.h', 86 '<(skia_src_path)/core/SkFilterProc.h',
87 '<(skia_src_path)/core/SkFilterShader.cpp', 87 '<(skia_src_path)/core/SkFilterShader.cpp',
88 '<(skia_src_path)/core/SkFlattenable.cpp', 88 '<(skia_src_path)/core/SkFlattenable.cpp',
89 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 89 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
90 '<(skia_src_path)/core/SkFloat.cpp',
91 '<(skia_src_path)/core/SkFloat.h',
92 '<(skia_src_path)/core/SkFloatBits.cpp', 90 '<(skia_src_path)/core/SkFloatBits.cpp',
93 '<(skia_src_path)/core/SkFont.cpp', 91 '<(skia_src_path)/core/SkFont.cpp',
94 '<(skia_src_path)/core/SkFontHost.cpp', 92 '<(skia_src_path)/core/SkFontHost.cpp',
95 '<(skia_src_path)/core/SkFontDescriptor.cpp', 93 '<(skia_src_path)/core/SkFontDescriptor.cpp',
96 '<(skia_src_path)/core/SkFontDescriptor.h', 94 '<(skia_src_path)/core/SkFontDescriptor.h',
97 '<(skia_src_path)/core/SkFontStream.cpp', 95 '<(skia_src_path)/core/SkFontStream.cpp',
98 '<(skia_src_path)/core/SkFontStream.h', 96 '<(skia_src_path)/core/SkFontStream.h',
99 '<(skia_src_path)/core/SkGeometry.cpp', 97 '<(skia_src_path)/core/SkGeometry.cpp',
100 '<(skia_src_path)/core/SkGlyphCache.cpp', 98 '<(skia_src_path)/core/SkGlyphCache.cpp',
101 '<(skia_src_path)/core/SkGlyphCache.h', 99 '<(skia_src_path)/core/SkGlyphCache.h',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 368 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
371 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 369 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
372 '<(skia_src_path)/pathops/SkPathOpsRect.h', 370 '<(skia_src_path)/pathops/SkPathOpsRect.h',
373 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 371 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
374 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 372 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
375 '<(skia_src_path)/pathops/SkPathWriter.h', 373 '<(skia_src_path)/pathops/SkPathWriter.h',
376 '<(skia_src_path)/pathops/SkQuarticRoot.h', 374 '<(skia_src_path)/pathops/SkQuarticRoot.h',
377 '<(skia_src_path)/pathops/SkReduceOrder.h', 375 '<(skia_src_path)/pathops/SkReduceOrder.h',
378 ], 376 ],
379 } 377 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkFloat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698