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

Side by Side Diff: gyp/core.gypi

Issue 113193004: remove SkScalarCompare type and header (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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/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/ARGB32_Clamp_Bilinear_BitmapShader.h', 10 '<(skia_src_path)/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 '<(skia_include_path)/core/SkPicture.h', 272 '<(skia_include_path)/core/SkPicture.h',
273 '<(skia_include_path)/core/SkPixelRef.h', 273 '<(skia_include_path)/core/SkPixelRef.h',
274 '<(skia_include_path)/core/SkPoint.h', 274 '<(skia_include_path)/core/SkPoint.h',
275 '<(skia_include_path)/core/SkRasterizer.h', 275 '<(skia_include_path)/core/SkRasterizer.h',
276 '<(skia_include_path)/core/SkReader32.h', 276 '<(skia_include_path)/core/SkReader32.h',
277 '<(skia_include_path)/core/SkRect.h', 277 '<(skia_include_path)/core/SkRect.h',
278 '<(skia_include_path)/core/SkRefCnt.h', 278 '<(skia_include_path)/core/SkRefCnt.h',
279 '<(skia_include_path)/core/SkRegion.h', 279 '<(skia_include_path)/core/SkRegion.h',
280 '<(skia_include_path)/core/SkRRect.h', 280 '<(skia_include_path)/core/SkRRect.h',
281 '<(skia_include_path)/core/SkScalar.h', 281 '<(skia_include_path)/core/SkScalar.h',
282 '<(skia_include_path)/core/SkScalarCompare.h',
283 '<(skia_include_path)/core/SkShader.h', 282 '<(skia_include_path)/core/SkShader.h',
284 '<(skia_include_path)/core/SkStream.h', 283 '<(skia_include_path)/core/SkStream.h',
285 '<(skia_include_path)/core/SkString.h', 284 '<(skia_include_path)/core/SkString.h',
286 '<(skia_include_path)/core/SkStringUtils.h', 285 '<(skia_include_path)/core/SkStringUtils.h',
287 '<(skia_include_path)/core/SkStrokeRec.h', 286 '<(skia_include_path)/core/SkStrokeRec.h',
288 '<(skia_include_path)/core/SkTArray.h', 287 '<(skia_include_path)/core/SkTArray.h',
289 '<(skia_include_path)/core/SkTDArray.h', 288 '<(skia_include_path)/core/SkTDArray.h',
290 '<(skia_include_path)/core/SkTDStack.h', 289 '<(skia_include_path)/core/SkTDStack.h',
291 '<(skia_include_path)/core/SkTDict.h', 290 '<(skia_include_path)/core/SkTDict.h',
292 '<(skia_include_path)/core/SkTInternalLList.h', 291 '<(skia_include_path)/core/SkTInternalLList.h',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 361 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
363 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 362 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
364 '<(skia_src_path)/pathops/SkPathOpsRect.h', 363 '<(skia_src_path)/pathops/SkPathOpsRect.h',
365 '<(skia_src_path)/pathops/SkPathOpsTriangle.h', 364 '<(skia_src_path)/pathops/SkPathOpsTriangle.h',
366 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 365 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
367 '<(skia_src_path)/pathops/SkPathWriter.h', 366 '<(skia_src_path)/pathops/SkPathWriter.h',
368 '<(skia_src_path)/pathops/SkQuarticRoot.h', 367 '<(skia_src_path)/pathops/SkQuarticRoot.h',
369 '<(skia_src_path)/pathops/SkReduceOrder.h', 368 '<(skia_src_path)/pathops/SkReduceOrder.h',
370 ], 369 ],
371 } 370 }
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