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

Side by Side Diff: gyp/core.gypi

Issue 23021015: Initial error handling code (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Comments fixed Created 7 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 | Annotate | Revision Log
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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 '<(skia_src_path)/core/SkScalar.cpp', 160 '<(skia_src_path)/core/SkScalar.cpp',
161 '<(skia_src_path)/core/SkScalerContext.cpp', 161 '<(skia_src_path)/core/SkScalerContext.cpp',
162 '<(skia_src_path)/core/SkScalerContext.h', 162 '<(skia_src_path)/core/SkScalerContext.h',
163 '<(skia_src_path)/core/SkScan.cpp', 163 '<(skia_src_path)/core/SkScan.cpp',
164 '<(skia_src_path)/core/SkScan.h', 164 '<(skia_src_path)/core/SkScan.h',
165 '<(skia_src_path)/core/SkScanPriv.h', 165 '<(skia_src_path)/core/SkScanPriv.h',
166 '<(skia_src_path)/core/SkScan_AntiPath.cpp', 166 '<(skia_src_path)/core/SkScan_AntiPath.cpp',
167 '<(skia_src_path)/core/SkScan_Antihair.cpp', 167 '<(skia_src_path)/core/SkScan_Antihair.cpp',
168 '<(skia_src_path)/core/SkScan_Hairline.cpp', 168 '<(skia_src_path)/core/SkScan_Hairline.cpp',
169 '<(skia_src_path)/core/SkScan_Path.cpp', 169 '<(skia_src_path)/core/SkScan_Path.cpp',
170 '<(skia_src_path)/core/SkValidatingReadBuffer.cpp',
mtklein 2013/10/16 18:54:09 Nit: this is a strange place to put this line. Al
sugoi1 2013/10/16 20:07:41 Oops. It used to be SkSecure... Fixed.
170 '<(skia_src_path)/core/SkShader.cpp', 171 '<(skia_src_path)/core/SkShader.cpp',
171 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp', 172 '<(skia_src_path)/core/SkSpriteBlitter_ARGB32.cpp',
172 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp', 173 '<(skia_src_path)/core/SkSpriteBlitter_RGB16.cpp',
173 '<(skia_src_path)/core/SkSinTable.h', 174 '<(skia_src_path)/core/SkSinTable.h',
174 '<(skia_src_path)/core/SkSpriteBlitter.h', 175 '<(skia_src_path)/core/SkSpriteBlitter.h',
175 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h', 176 '<(skia_src_path)/core/SkSpriteBlitterTemplate.h',
176 '<(skia_src_path)/core/SkStream.cpp', 177 '<(skia_src_path)/core/SkStream.cpp',
177 '<(skia_src_path)/core/SkString.cpp', 178 '<(skia_src_path)/core/SkString.cpp',
178 '<(skia_src_path)/core/SkStringUtils.cpp', 179 '<(skia_src_path)/core/SkStringUtils.cpp',
179 '<(skia_src_path)/core/SkStroke.h', 180 '<(skia_src_path)/core/SkStroke.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 '<(skia_src_path)/pathops/SkQuarticRoot.h', 377 '<(skia_src_path)/pathops/SkQuarticRoot.h',
377 '<(skia_src_path)/pathops/SkReduceOrder.h', 378 '<(skia_src_path)/pathops/SkReduceOrder.h',
378 ], 379 ],
379 } 380 }
380 381
381 # Local Variables: 382 # Local Variables:
382 # tab-width:2 383 # tab-width:2
383 # indent-tabs-mode:nil 384 # indent-tabs-mode:nil
384 # End: 385 # End:
385 # vim: set expandtab tabstop=2 shiftwidth=2: 386 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698