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

Side by Side Diff: gyp/core.gypi

Issue 820683005: add SkGeometry.h to core.gypi (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 11 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 | no next file » | 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)/c/sk_surface.cpp', 10 '<(skia_src_path)/c/sk_surface.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 '<(skia_src_path)/core/SkFlattenable.cpp', 91 '<(skia_src_path)/core/SkFlattenable.cpp',
92 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 92 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
93 '<(skia_src_path)/core/SkFloatBits.cpp', 93 '<(skia_src_path)/core/SkFloatBits.cpp',
94 '<(skia_src_path)/core/SkFont.cpp', 94 '<(skia_src_path)/core/SkFont.cpp',
95 '<(skia_src_path)/core/SkFontHost.cpp', 95 '<(skia_src_path)/core/SkFontHost.cpp',
96 '<(skia_src_path)/core/SkFontDescriptor.cpp', 96 '<(skia_src_path)/core/SkFontDescriptor.cpp',
97 '<(skia_src_path)/core/SkFontDescriptor.h', 97 '<(skia_src_path)/core/SkFontDescriptor.h',
98 '<(skia_src_path)/core/SkFontStream.cpp', 98 '<(skia_src_path)/core/SkFontStream.cpp',
99 '<(skia_src_path)/core/SkFontStream.h', 99 '<(skia_src_path)/core/SkFontStream.h',
100 '<(skia_src_path)/core/SkGeometry.cpp', 100 '<(skia_src_path)/core/SkGeometry.cpp',
101 '<(skia_src_path)/core/SkGeometry.h',
tfarina 2015/01/05 14:34:18 lgtm
101 '<(skia_src_path)/core/SkGlyphCache.cpp', 102 '<(skia_src_path)/core/SkGlyphCache.cpp',
102 '<(skia_src_path)/core/SkGlyphCache.h', 103 '<(skia_src_path)/core/SkGlyphCache.h',
103 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 104 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
104 '<(skia_src_path)/core/SkGraphics.cpp', 105 '<(skia_src_path)/core/SkGraphics.cpp',
105 '<(skia_src_path)/core/SkHalf.cpp', 106 '<(skia_src_path)/core/SkHalf.cpp',
106 '<(skia_src_path)/core/SkHalf.h', 107 '<(skia_src_path)/core/SkHalf.h',
107 '<(skia_src_path)/core/SkInstCnt.cpp', 108 '<(skia_src_path)/core/SkInstCnt.cpp',
108 '<(skia_src_path)/core/SkImageFilter.cpp', 109 '<(skia_src_path)/core/SkImageFilter.cpp',
109 '<(skia_src_path)/core/SkImageInfo.cpp', 110 '<(skia_src_path)/core/SkImageInfo.cpp',
110 '<(skia_src_path)/core/SkImageGenerator.cpp', 111 '<(skia_src_path)/core/SkImageGenerator.cpp',
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 375 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
375 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 376 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
376 '<(skia_src_path)/pathops/SkPathOpsRect.h', 377 '<(skia_src_path)/pathops/SkPathOpsRect.h',
377 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 378 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
378 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 379 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
379 '<(skia_src_path)/pathops/SkPathWriter.h', 380 '<(skia_src_path)/pathops/SkPathWriter.h',
380 '<(skia_src_path)/pathops/SkQuarticRoot.h', 381 '<(skia_src_path)/pathops/SkQuarticRoot.h',
381 '<(skia_src_path)/pathops/SkReduceOrder.h', 382 '<(skia_src_path)/pathops/SkReduceOrder.h',
382 ], 383 ],
383 } 384 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698