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

Side by Side Diff: gyp/core.gypi

Issue 1558933002: move SkDither.h to private, remove unused shadeSpan16 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 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 | include/core/SkDither.h » ('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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 '<(skia_src_path)/core/SkDescriptor.h', 87 '<(skia_src_path)/core/SkDescriptor.h',
88 '<(skia_src_path)/core/SkDevice.cpp', 88 '<(skia_src_path)/core/SkDevice.cpp',
89 '<(skia_src_path)/core/SkDeviceLooper.cpp', 89 '<(skia_src_path)/core/SkDeviceLooper.cpp',
90 '<(skia_src_path)/core/SkDeviceProfile.cpp', 90 '<(skia_src_path)/core/SkDeviceProfile.cpp',
91 '<(skia_src_path)/core/SkDiscardableMemory.h', 91 '<(skia_src_path)/core/SkDiscardableMemory.h',
92 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp', 92 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
93 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', 93 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
94 '<(skia_src_path)/core/SkDistanceFieldGen.cpp', 94 '<(skia_src_path)/core/SkDistanceFieldGen.cpp',
95 '<(skia_src_path)/core/SkDistanceFieldGen.h', 95 '<(skia_src_path)/core/SkDistanceFieldGen.h',
96 '<(skia_src_path)/core/SkDither.cpp', 96 '<(skia_src_path)/core/SkDither.cpp',
97 '<(skia_src_path)/core/SkDither.h',
97 '<(skia_src_path)/core/SkDraw.cpp', 98 '<(skia_src_path)/core/SkDraw.cpp',
98 '<(skia_src_path)/core/SkDrawable.cpp', 99 '<(skia_src_path)/core/SkDrawable.cpp',
99 '<(skia_src_path)/core/SkDrawLooper.cpp', 100 '<(skia_src_path)/core/SkDrawLooper.cpp',
100 '<(skia_src_path)/core/SkDrawProcs.h', 101 '<(skia_src_path)/core/SkDrawProcs.h',
101 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 102 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
102 '<(skia_src_path)/core/SkEdgeBuilder.h', 103 '<(skia_src_path)/core/SkEdgeBuilder.h',
103 '<(skia_src_path)/core/SkEdgeClipper.cpp', 104 '<(skia_src_path)/core/SkEdgeClipper.cpp',
104 '<(skia_src_path)/core/SkEdgeClipper.h', 105 '<(skia_src_path)/core/SkEdgeClipper.h',
105 '<(skia_src_path)/core/SkEmptyShader.h', 106 '<(skia_src_path)/core/SkEmptyShader.h',
106 '<(skia_src_path)/core/SkEndian.h', 107 '<(skia_src_path)/core/SkEndian.h',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 '<(skia_include_path)/core/SkCanvas.h', 322 '<(skia_include_path)/core/SkCanvas.h',
322 '<(skia_include_path)/core/SkChunkAlloc.h', 323 '<(skia_include_path)/core/SkChunkAlloc.h',
323 '<(skia_include_path)/core/SkClipStack.h', 324 '<(skia_include_path)/core/SkClipStack.h',
324 '<(skia_include_path)/core/SkColor.h', 325 '<(skia_include_path)/core/SkColor.h',
325 '<(skia_include_path)/core/SkColorFilter.h', 326 '<(skia_include_path)/core/SkColorFilter.h',
326 '<(skia_include_path)/core/SkColorPriv.h', 327 '<(skia_include_path)/core/SkColorPriv.h',
327 '<(skia_include_path)/core/SkComposeShader.h', 328 '<(skia_include_path)/core/SkComposeShader.h',
328 '<(skia_include_path)/core/SkData.h', 329 '<(skia_include_path)/core/SkData.h',
329 '<(skia_include_path)/core/SkDeque.h', 330 '<(skia_include_path)/core/SkDeque.h',
330 '<(skia_include_path)/core/SkDevice.h', 331 '<(skia_include_path)/core/SkDevice.h',
331 '<(skia_include_path)/core/SkDither.h',
332 '<(skia_include_path)/core/SkDraw.h', 332 '<(skia_include_path)/core/SkDraw.h',
333 '<(skia_include_path)/core/SkDrawable.h', 333 '<(skia_include_path)/core/SkDrawable.h',
334 '<(skia_include_path)/core/SkDrawFilter.h', 334 '<(skia_include_path)/core/SkDrawFilter.h',
335 '<(skia_include_path)/core/SkDrawLooper.h', 335 '<(skia_include_path)/core/SkDrawLooper.h',
336 '<(skia_include_path)/core/SkError.h', 336 '<(skia_include_path)/core/SkError.h',
337 '<(skia_include_path)/core/SkFixed.h', 337 '<(skia_include_path)/core/SkFixed.h',
338 '<(skia_include_path)/core/SkFlattenable.h', 338 '<(skia_include_path)/core/SkFlattenable.h',
339 '<(skia_include_path)/core/SkFlattenableSerialization.h', 339 '<(skia_include_path)/core/SkFlattenableSerialization.h',
340 '<(skia_include_path)/core/SkFontHost.h', 340 '<(skia_include_path)/core/SkFontHost.h',
341 '<(skia_include_path)/core/SkFontStyle.h', 341 '<(skia_include_path)/core/SkFontStyle.h',
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
470 '<(skia_src_path)/pathops/SkPathOpsLine.h', 470 '<(skia_src_path)/pathops/SkPathOpsLine.h',
471 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 471 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
472 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 472 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
473 '<(skia_src_path)/pathops/SkPathOpsRect.h', 473 '<(skia_src_path)/pathops/SkPathOpsRect.h',
474 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 474 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
475 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 475 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
476 '<(skia_src_path)/pathops/SkPathWriter.h', 476 '<(skia_src_path)/pathops/SkPathWriter.h',
477 '<(skia_src_path)/pathops/SkReduceOrder.h', 477 '<(skia_src_path)/pathops/SkReduceOrder.h',
478 ], 478 ],
479 } 479 }
OLDNEW
« no previous file with comments | « no previous file | include/core/SkDither.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698