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

Side by Side Diff: gyp/core.gypi

Issue 15298009: Change SkStream. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Clean up, address comments. Created 7 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | gyp/ports.gyp » ('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',
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 '<(skia_src_path)/core/SkDeviceProfile.cpp', 69 '<(skia_src_path)/core/SkDeviceProfile.cpp',
70 '<(skia_src_path)/core/SkDither.cpp', 70 '<(skia_src_path)/core/SkDither.cpp',
71 '<(skia_src_path)/core/SkDraw.cpp', 71 '<(skia_src_path)/core/SkDraw.cpp',
72 '<(skia_src_path)/core/SkDrawProcs.h', 72 '<(skia_src_path)/core/SkDrawProcs.h',
73 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 73 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
74 '<(skia_src_path)/core/SkEdgeClipper.cpp', 74 '<(skia_src_path)/core/SkEdgeClipper.cpp',
75 '<(skia_src_path)/core/SkEdge.cpp', 75 '<(skia_src_path)/core/SkEdge.cpp',
76 '<(skia_src_path)/core/SkEdge.h', 76 '<(skia_src_path)/core/SkEdge.h',
77 '<(skia_src_path)/core/SkError.cpp', 77 '<(skia_src_path)/core/SkError.cpp',
78 '<(skia_src_path)/core/SkErrorInternals.h', 78 '<(skia_src_path)/core/SkErrorInternals.h',
79 '<(skia_src_path)/core/SkFDStream.cpp',
80 '<(skia_src_path)/core/SkFP.h', 79 '<(skia_src_path)/core/SkFP.h',
81 '<(skia_src_path)/core/SkFilterProc.cpp', 80 '<(skia_src_path)/core/SkFilterProc.cpp',
82 '<(skia_src_path)/core/SkFilterProc.h', 81 '<(skia_src_path)/core/SkFilterProc.h',
83 '<(skia_src_path)/core/SkFlattenable.cpp', 82 '<(skia_src_path)/core/SkFlattenable.cpp',
84 '<(skia_src_path)/core/SkFlattenableBuffers.cpp', 83 '<(skia_src_path)/core/SkFlattenableBuffers.cpp',
85 '<(skia_src_path)/core/SkFloat.cpp', 84 '<(skia_src_path)/core/SkFloat.cpp',
86 '<(skia_src_path)/core/SkFloat.h', 85 '<(skia_src_path)/core/SkFloat.h',
87 '<(skia_src_path)/core/SkFloatBits.cpp', 86 '<(skia_src_path)/core/SkFloatBits.cpp',
88 '<(skia_src_path)/core/SkFontHost.cpp', 87 '<(skia_src_path)/core/SkFontHost.cpp',
89 '<(skia_src_path)/core/SkFontDescriptor.cpp', 88 '<(skia_src_path)/core/SkFontDescriptor.cpp',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
357 '<(skia_src_path)/pathops/SkQuarticRoot.h', 356 '<(skia_src_path)/pathops/SkQuarticRoot.h',
358 '<(skia_src_path)/pathops/SkReduceOrder.h', 357 '<(skia_src_path)/pathops/SkReduceOrder.h',
359 ], 358 ],
360 } 359 }
361 360
362 # Local Variables: 361 # Local Variables:
363 # tab-width:2 362 # tab-width:2
364 # indent-tabs-mode:nil 363 # indent-tabs-mode:nil
365 # End: 364 # End:
366 # vim: set expandtab tabstop=2 shiftwidth=2: 365 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698