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

Side by Side Diff: gyp/core.gypi

Issue 1568883003: remove SkGPipe (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 | « gyp/core.gyp ('k') | gyp/dm.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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
305 '<(skia_src_path)/image/SkImage_Generator.cpp', 305 '<(skia_src_path)/image/SkImage_Generator.cpp',
306 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 306 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
307 '<(skia_src_path)/image/SkImage_Raster.cpp', 307 '<(skia_src_path)/image/SkImage_Raster.cpp',
308 '<(skia_src_path)/image/SkImageShader.cpp', 308 '<(skia_src_path)/image/SkImageShader.cpp',
309 '<(skia_src_path)/image/SkImageShader.h', 309 '<(skia_src_path)/image/SkImageShader.h',
310 '<(skia_src_path)/image/SkSurface.cpp', 310 '<(skia_src_path)/image/SkSurface.cpp',
311 '<(skia_src_path)/image/SkSurface_Base.h', 311 '<(skia_src_path)/image/SkSurface_Base.h',
312 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 312 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
313 '<(skia_src_path)/image/SkSurface_Raster.cpp', 313 '<(skia_src_path)/image/SkSurface_Raster.cpp',
314 314
315 '<(skia_src_path)/pipe/SkGPipeRead.cpp',
316 '<(skia_src_path)/pipe/SkGPipeWrite.cpp',
317
318 '<(skia_include_path)/core/SkBBHFactory.h', 315 '<(skia_include_path)/core/SkBBHFactory.h',
319 '<(skia_include_path)/core/SkBitmap.h', 316 '<(skia_include_path)/core/SkBitmap.h',
320 '<(skia_include_path)/core/SkBitmapDevice.h', 317 '<(skia_include_path)/core/SkBitmapDevice.h',
321 '<(skia_include_path)/core/SkBlitRow.h', 318 '<(skia_include_path)/core/SkBlitRow.h',
322 '<(skia_include_path)/core/SkCanvas.h', 319 '<(skia_include_path)/core/SkCanvas.h',
323 '<(skia_include_path)/core/SkChunkAlloc.h', 320 '<(skia_include_path)/core/SkChunkAlloc.h',
324 '<(skia_include_path)/core/SkClipStack.h', 321 '<(skia_include_path)/core/SkClipStack.h',
325 '<(skia_include_path)/core/SkColor.h', 322 '<(skia_include_path)/core/SkColor.h',
326 '<(skia_include_path)/core/SkColorFilter.h', 323 '<(skia_include_path)/core/SkColorFilter.h',
327 '<(skia_include_path)/core/SkColorPriv.h', 324 '<(skia_include_path)/core/SkColorPriv.h',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 '<(skia_src_path)/pathops/SkPathOpsLine.h', 466 '<(skia_src_path)/pathops/SkPathOpsLine.h',
470 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 467 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
471 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 468 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
472 '<(skia_src_path)/pathops/SkPathOpsRect.h', 469 '<(skia_src_path)/pathops/SkPathOpsRect.h',
473 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 470 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
474 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 471 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
475 '<(skia_src_path)/pathops/SkPathWriter.h', 472 '<(skia_src_path)/pathops/SkPathWriter.h',
476 '<(skia_src_path)/pathops/SkReduceOrder.h', 473 '<(skia_src_path)/pathops/SkReduceOrder.h',
477 ], 474 ],
478 } 475 }
OLDNEW
« no previous file with comments | « gyp/core.gyp ('k') | gyp/dm.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698