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

Side by Side Diff: gyp/core.gypi

Issue 2388213003: Revert of Analytic AntiAlias for Convex Shapes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | « dm/DM.cpp ('k') | samplecode/SampleApp.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'core' files 5 # Include this gypi to include all 'core' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 '<(skia_src_path)/core/SkDraw.cpp', 107 '<(skia_src_path)/core/SkDraw.cpp',
108 '<(skia_src_path)/core/SkDrawable.cpp', 108 '<(skia_src_path)/core/SkDrawable.cpp',
109 '<(skia_src_path)/core/SkDrawLooper.cpp', 109 '<(skia_src_path)/core/SkDrawLooper.cpp',
110 '<(skia_src_path)/core/SkDrawProcs.h', 110 '<(skia_src_path)/core/SkDrawProcs.h',
111 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 111 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
112 '<(skia_src_path)/core/SkEdgeBuilder.h', 112 '<(skia_src_path)/core/SkEdgeBuilder.h',
113 '<(skia_src_path)/core/SkEdgeClipper.cpp', 113 '<(skia_src_path)/core/SkEdgeClipper.cpp',
114 '<(skia_src_path)/core/SkEdgeClipper.h', 114 '<(skia_src_path)/core/SkEdgeClipper.h',
115 '<(skia_src_path)/core/SkEmptyShader.h', 115 '<(skia_src_path)/core/SkEmptyShader.h',
116 '<(skia_src_path)/core/SkEndian.h', 116 '<(skia_src_path)/core/SkEndian.h',
117 '<(skia_src_path)/core/SkAnalyticEdge.cpp',
118 '<(skia_src_path)/core/SkAAAConstants.h',
119 '<(skia_src_path)/core/SkEdge.cpp', 117 '<(skia_src_path)/core/SkEdge.cpp',
120 '<(skia_src_path)/core/SkEdge.h', 118 '<(skia_src_path)/core/SkEdge.h',
121 '<(skia_src_path)/core/SkError.cpp', 119 '<(skia_src_path)/core/SkError.cpp',
122 '<(skia_src_path)/core/SkErrorInternals.h', 120 '<(skia_src_path)/core/SkErrorInternals.h',
123 '<(skia_src_path)/core/SkFDot6.h', 121 '<(skia_src_path)/core/SkFDot6.h',
124 '<(skia_src_path)/core/SkFilterProc.cpp', 122 '<(skia_src_path)/core/SkFilterProc.cpp',
125 '<(skia_src_path)/core/SkFilterProc.h', 123 '<(skia_src_path)/core/SkFilterProc.h',
126 '<(skia_src_path)/core/SkFindAndPlaceGlyph.h', 124 '<(skia_src_path)/core/SkFindAndPlaceGlyph.h',
127 '<(skia_src_path)/core/SkFlattenable.cpp', 125 '<(skia_src_path)/core/SkFlattenable.cpp',
128 '<(skia_src_path)/core/SkFlattenableSerialization.cpp', 126 '<(skia_src_path)/core/SkFlattenableSerialization.cpp',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 '<(skia_src_path)/core/SkRRect.cpp', 266 '<(skia_src_path)/core/SkRRect.cpp',
269 '<(skia_src_path)/core/SkRTree.h', 267 '<(skia_src_path)/core/SkRTree.h',
270 '<(skia_src_path)/core/SkRTree.cpp', 268 '<(skia_src_path)/core/SkRTree.cpp',
271 '<(skia_src_path)/core/SkRWBuffer.cpp', 269 '<(skia_src_path)/core/SkRWBuffer.cpp',
272 '<(skia_src_path)/core/SkScalar.cpp', 270 '<(skia_src_path)/core/SkScalar.cpp',
273 '<(skia_src_path)/core/SkScalerContext.cpp', 271 '<(skia_src_path)/core/SkScalerContext.cpp',
274 '<(skia_src_path)/core/SkScalerContext.h', 272 '<(skia_src_path)/core/SkScalerContext.h',
275 '<(skia_src_path)/core/SkScan.cpp', 273 '<(skia_src_path)/core/SkScan.cpp',
276 '<(skia_src_path)/core/SkScan.h', 274 '<(skia_src_path)/core/SkScan.h',
277 '<(skia_src_path)/core/SkScanPriv.h', 275 '<(skia_src_path)/core/SkScanPriv.h',
278 '<(skia_src_path)/core/SkScan_AAAPath.cpp',
279 '<(skia_src_path)/core/SkScan_AntiPath.cpp', 276 '<(skia_src_path)/core/SkScan_AntiPath.cpp',
280 '<(skia_src_path)/core/SkScan_Antihair.cpp', 277 '<(skia_src_path)/core/SkScan_Antihair.cpp',
281 '<(skia_src_path)/core/SkScan_Hairline.cpp', 278 '<(skia_src_path)/core/SkScan_Hairline.cpp',
282 '<(skia_src_path)/core/SkScan_Path.cpp', 279 '<(skia_src_path)/core/SkScan_Path.cpp',
283 '<(skia_src_path)/core/SkSemaphore.cpp', 280 '<(skia_src_path)/core/SkSemaphore.cpp',
284 '<(skia_src_path)/core/SkShader.cpp', 281 '<(skia_src_path)/core/SkShader.cpp',
285 '<(skia_src_path)/core/SkSharedMutex.cpp', 282 '<(skia_src_path)/core/SkSharedMutex.cpp',
286 '<(skia_src_path)/core/SkSharedMutex.h', 283 '<(skia_src_path)/core/SkSharedMutex.h',
287 '<(skia_src_path)/core/SkSinglyLinkedList.h', 284 '<(skia_src_path)/core/SkSinglyLinkedList.h',
288 '<(skia_src_path)/core/SkSmallAllocator.h', 285 '<(skia_src_path)/core/SkSmallAllocator.h',
(...skipping 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 '<(skia_src_path)/pathops/SkPathOpsLine.h', 517 '<(skia_src_path)/pathops/SkPathOpsLine.h',
521 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 518 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
522 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 519 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
523 '<(skia_src_path)/pathops/SkPathOpsRect.h', 520 '<(skia_src_path)/pathops/SkPathOpsRect.h',
524 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 521 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
525 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 522 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
526 '<(skia_src_path)/pathops/SkPathWriter.h', 523 '<(skia_src_path)/pathops/SkPathWriter.h',
527 '<(skia_src_path)/pathops/SkReduceOrder.h', 524 '<(skia_src_path)/pathops/SkReduceOrder.h',
528 ], 525 ],
529 } 526 }
OLDNEW
« no previous file with comments | « dm/DM.cpp ('k') | samplecode/SampleApp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698