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

Side by Side Diff: gyp/core.gypi

Issue 1342113002: add ImageShader, sharing code with its Bitmap cousin (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 5 years, 3 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 | src/image/SkImage.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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 '<(skia_src_path)/core/SkXfermodeInterpretation.h', 247 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
248 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 248 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
249 '<(skia_src_path)/core/SkYUVPlanesCache.h', 249 '<(skia_src_path)/core/SkYUVPlanesCache.h',
250 250
251 '<(skia_src_path)/doc/SkDocument.cpp', 251 '<(skia_src_path)/doc/SkDocument.cpp',
252 252
253 '<(skia_src_path)/image/SkImage.cpp', 253 '<(skia_src_path)/image/SkImage.cpp',
254 '<(skia_src_path)/image/SkImage_Generator.cpp', 254 '<(skia_src_path)/image/SkImage_Generator.cpp',
255 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 255 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
256 '<(skia_src_path)/image/SkImage_Raster.cpp', 256 '<(skia_src_path)/image/SkImage_Raster.cpp',
257 '<(skia_src_path)/image/SkImageShader.cpp',
258 '<(skia_src_path)/image/SkImageShader.h',
257 '<(skia_src_path)/image/SkSurface.cpp', 259 '<(skia_src_path)/image/SkSurface.cpp',
258 '<(skia_src_path)/image/SkSurface_Base.h', 260 '<(skia_src_path)/image/SkSurface_Base.h',
259 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 261 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
260 '<(skia_src_path)/image/SkSurface_Raster.cpp', 262 '<(skia_src_path)/image/SkSurface_Raster.cpp',
261 263
262 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 264 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
263 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 265 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
264 266
265 '<(skia_include_path)/core/SkBBHFactory.h', 267 '<(skia_include_path)/core/SkBBHFactory.h',
266 '<(skia_include_path)/core/SkBitmap.h', 268 '<(skia_include_path)/core/SkBitmap.h',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 '<(skia_src_path)/pathops/SkPathOpsLine.h', 405 '<(skia_src_path)/pathops/SkPathOpsLine.h',
404 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 406 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
405 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 407 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
406 '<(skia_src_path)/pathops/SkPathOpsRect.h', 408 '<(skia_src_path)/pathops/SkPathOpsRect.h',
407 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 409 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
408 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 410 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
409 '<(skia_src_path)/pathops/SkPathWriter.h', 411 '<(skia_src_path)/pathops/SkPathWriter.h',
410 '<(skia_src_path)/pathops/SkReduceOrder.h', 412 '<(skia_src_path)/pathops/SkReduceOrder.h',
411 ], 413 ],
412 } 414 }
OLDNEW
« no previous file with comments | « no previous file | src/image/SkImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698