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

Side by Side Diff: gyp/core.gypi

Issue 1370223002: Revert[4] of add ImageShader, sharing code with its Bitmap cousin (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | « no previous file | src/core/SkImageCacherator.h » ('j') | src/gpu/SkGr.cpp » ('J')
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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 '<(skia_src_path)/core/SkXfermodeInterpretation.h', 248 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
249 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 249 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
250 '<(skia_src_path)/core/SkYUVPlanesCache.h', 250 '<(skia_src_path)/core/SkYUVPlanesCache.h',
251 251
252 '<(skia_src_path)/doc/SkDocument.cpp', 252 '<(skia_src_path)/doc/SkDocument.cpp',
253 253
254 '<(skia_src_path)/image/SkImage.cpp', 254 '<(skia_src_path)/image/SkImage.cpp',
255 '<(skia_src_path)/image/SkImage_Generator.cpp', 255 '<(skia_src_path)/image/SkImage_Generator.cpp',
256 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 256 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
257 '<(skia_src_path)/image/SkImage_Raster.cpp', 257 '<(skia_src_path)/image/SkImage_Raster.cpp',
258 '<(skia_src_path)/image/SkImageShader.cpp',
259 '<(skia_src_path)/image/SkImageShader.h',
258 '<(skia_src_path)/image/SkSurface.cpp', 260 '<(skia_src_path)/image/SkSurface.cpp',
259 '<(skia_src_path)/image/SkSurface_Base.h', 261 '<(skia_src_path)/image/SkSurface_Base.h',
260 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 262 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
261 '<(skia_src_path)/image/SkSurface_Raster.cpp', 263 '<(skia_src_path)/image/SkSurface_Raster.cpp',
262 264
263 '<(skia_src_path)/pipe/SkGPipeRead.cpp', 265 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
264 '<(skia_src_path)/pipe/SkGPipeWrite.cpp', 266 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
265 267
266 '<(skia_include_path)/core/SkBBHFactory.h', 268 '<(skia_include_path)/core/SkBBHFactory.h',
267 '<(skia_include_path)/core/SkBitmap.h', 269 '<(skia_include_path)/core/SkBitmap.h',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 '<(skia_src_path)/pathops/SkPathOpsLine.h', 410 '<(skia_src_path)/pathops/SkPathOpsLine.h',
409 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 411 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
410 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 412 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
411 '<(skia_src_path)/pathops/SkPathOpsRect.h', 413 '<(skia_src_path)/pathops/SkPathOpsRect.h',
412 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 414 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
413 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 415 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
414 '<(skia_src_path)/pathops/SkPathWriter.h', 416 '<(skia_src_path)/pathops/SkPathWriter.h',
415 '<(skia_src_path)/pathops/SkReduceOrder.h', 417 '<(skia_src_path)/pathops/SkReduceOrder.h',
416 ], 418 ],
417 } 419 }
OLDNEW
« no previous file with comments | « no previous file | src/core/SkImageCacherator.h » ('j') | src/gpu/SkGr.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698