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

Side by Side Diff: gyp/core.gypi

Issue 1291783003: Update SkLightingShader to support rotation (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: update Created 5 years, 4 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
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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 '<(skia_src_path)/core/SkGlyphCache.h', 110 '<(skia_src_path)/core/SkGlyphCache.h',
111 '<(skia_src_path)/core/SkGlyphCache_Globals.h', 111 '<(skia_src_path)/core/SkGlyphCache_Globals.h',
112 '<(skia_src_path)/core/SkGraphics.cpp', 112 '<(skia_src_path)/core/SkGraphics.cpp',
113 '<(skia_src_path)/core/SkHalf.cpp', 113 '<(skia_src_path)/core/SkHalf.cpp',
114 '<(skia_src_path)/core/SkHalf.h', 114 '<(skia_src_path)/core/SkHalf.h',
115 '<(skia_src_path)/core/SkImageFilter.cpp', 115 '<(skia_src_path)/core/SkImageFilter.cpp',
116 '<(skia_src_path)/core/SkImageInfo.cpp', 116 '<(skia_src_path)/core/SkImageInfo.cpp',
117 '<(skia_src_path)/core/SkImageCacherator.cpp', 117 '<(skia_src_path)/core/SkImageCacherator.cpp',
118 '<(skia_src_path)/core/SkImageGenerator.cpp', 118 '<(skia_src_path)/core/SkImageGenerator.cpp',
119 '<(skia_src_path)/core/SkLayerInfo.h', 119 '<(skia_src_path)/core/SkLayerInfo.h',
120 '<(skia_src_path)/core/SkLight.h',
121 '<(skia_src_path)/core/SkLightingShader.h',
122 '<(skia_src_path)/core/SkLightingShader.cpp',
123 '<(skia_src_path)/core/SkLineClipper.cpp',
120 '<(skia_src_path)/core/SkLocalMatrixShader.cpp', 124 '<(skia_src_path)/core/SkLocalMatrixShader.cpp',
121 '<(skia_src_path)/core/SkLineClipper.cpp',
122 '<(skia_src_path)/core/SkMallocPixelRef.cpp', 125 '<(skia_src_path)/core/SkMallocPixelRef.cpp',
123 '<(skia_src_path)/core/SkMask.cpp', 126 '<(skia_src_path)/core/SkMask.cpp',
124 '<(skia_src_path)/core/SkMaskCache.cpp', 127 '<(skia_src_path)/core/SkMaskCache.cpp',
125 '<(skia_src_path)/core/SkMaskFilter.cpp', 128 '<(skia_src_path)/core/SkMaskFilter.cpp',
126 '<(skia_src_path)/core/SkMaskGamma.cpp', 129 '<(skia_src_path)/core/SkMaskGamma.cpp',
127 '<(skia_src_path)/core/SkMaskGamma.h', 130 '<(skia_src_path)/core/SkMaskGamma.h',
128 '<(skia_src_path)/core/SkMath.cpp', 131 '<(skia_src_path)/core/SkMath.cpp',
129 '<(skia_src_path)/core/SkMatrix.cpp', 132 '<(skia_src_path)/core/SkMatrix.cpp',
130 '<(skia_src_path)/core/SkMatrixImageFilter.cpp', 133 '<(skia_src_path)/core/SkMatrixImageFilter.cpp',
131 '<(skia_src_path)/core/SkMatrixImageFilter.h', 134 '<(skia_src_path)/core/SkMatrixImageFilter.h',
(...skipping 23 matching lines...) Expand all
155 '<(skia_src_path)/core/SkPicturePlayback.cpp', 158 '<(skia_src_path)/core/SkPicturePlayback.cpp',
156 '<(skia_src_path)/core/SkPicturePlayback.h', 159 '<(skia_src_path)/core/SkPicturePlayback.h',
157 '<(skia_src_path)/core/SkPictureRecord.cpp', 160 '<(skia_src_path)/core/SkPictureRecord.cpp',
158 '<(skia_src_path)/core/SkPictureRecord.h', 161 '<(skia_src_path)/core/SkPictureRecord.h',
159 '<(skia_src_path)/core/SkPictureRecorder.cpp', 162 '<(skia_src_path)/core/SkPictureRecorder.cpp',
160 '<(skia_src_path)/core/SkPictureShader.cpp', 163 '<(skia_src_path)/core/SkPictureShader.cpp',
161 '<(skia_src_path)/core/SkPictureShader.h', 164 '<(skia_src_path)/core/SkPictureShader.h',
162 '<(skia_src_path)/core/SkPixelRef.cpp', 165 '<(skia_src_path)/core/SkPixelRef.cpp',
163 '<(skia_src_path)/core/SkPixmap.cpp', 166 '<(skia_src_path)/core/SkPixmap.cpp',
164 '<(skia_src_path)/core/SkPoint.cpp', 167 '<(skia_src_path)/core/SkPoint.cpp',
168 '<(skia_src_path)/core/SkPoint3.cpp',
169 '<(skia_src_path)/core/SkPoint3.h',
165 '<(skia_src_path)/core/SkPtrRecorder.cpp', 170 '<(skia_src_path)/core/SkPtrRecorder.cpp',
166 '<(skia_src_path)/core/SkQuadClipper.cpp', 171 '<(skia_src_path)/core/SkQuadClipper.cpp',
167 '<(skia_src_path)/core/SkQuadClipper.h', 172 '<(skia_src_path)/core/SkQuadClipper.h',
168 '<(skia_src_path)/core/SkRasterClip.cpp', 173 '<(skia_src_path)/core/SkRasterClip.cpp',
169 '<(skia_src_path)/core/SkRasterizer.cpp', 174 '<(skia_src_path)/core/SkRasterizer.cpp',
170 '<(skia_src_path)/core/SkReadBuffer.h', 175 '<(skia_src_path)/core/SkReadBuffer.h',
171 '<(skia_src_path)/core/SkReadBuffer.cpp', 176 '<(skia_src_path)/core/SkReadBuffer.cpp',
172 '<(skia_src_path)/core/SkReader32.h', 177 '<(skia_src_path)/core/SkReader32.h',
173 '<(skia_src_path)/core/SkRecord.cpp', 178 '<(skia_src_path)/core/SkRecord.cpp',
174 '<(skia_src_path)/core/SkRecords.cpp', 179 '<(skia_src_path)/core/SkRecords.cpp',
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '<(skia_src_path)/pathops/SkPathOpsLine.h', 400 '<(skia_src_path)/pathops/SkPathOpsLine.h',
396 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 401 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
397 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 402 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
398 '<(skia_src_path)/pathops/SkPathOpsRect.h', 403 '<(skia_src_path)/pathops/SkPathOpsRect.h',
399 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 404 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
400 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 405 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
401 '<(skia_src_path)/pathops/SkPathWriter.h', 406 '<(skia_src_path)/pathops/SkPathWriter.h',
402 '<(skia_src_path)/pathops/SkReduceOrder.h', 407 '<(skia_src_path)/pathops/SkReduceOrder.h',
403 ], 408 ],
404 } 409 }
OLDNEW
« no previous file with comments | « gyp/SampleApp.gyp ('k') | gyp/effects.gypi » ('j') | src/core/SkLightingShader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698