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

Side by Side Diff: gyp/core.gypi

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

Powered by Google App Engine
This is Rietveld 408576698