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

Side by Side Diff: gyp/core.gypi

Issue 1781773002: SkPDF: move all pdf sources into src/pdf (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-03-10 (Thursday) 15:59:02 EST Created 4 years, 9 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 | « cmake/CMakeLists.txt ('k') | gyp/pdf.gyp » ('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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '<(skia_src_path)/core/SkDevice.cpp', 93 '<(skia_src_path)/core/SkDevice.cpp',
94 '<(skia_src_path)/core/SkDeviceLooper.cpp', 94 '<(skia_src_path)/core/SkDeviceLooper.cpp',
95 '<(skia_src_path)/core/SkDeviceProfile.cpp', 95 '<(skia_src_path)/core/SkDeviceProfile.cpp',
96 '<(skia_src_path)/core/SkDiscardableMemory.h', 96 '<(skia_src_path)/core/SkDiscardableMemory.h',
97 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp', 97 '<(skia_src_path)/lazy/SkDiscardableMemoryPool.cpp',
98 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp', 98 '<(skia_src_path)/lazy/SkDiscardablePixelRef.cpp',
99 '<(skia_src_path)/core/SkDistanceFieldGen.cpp', 99 '<(skia_src_path)/core/SkDistanceFieldGen.cpp',
100 '<(skia_src_path)/core/SkDistanceFieldGen.h', 100 '<(skia_src_path)/core/SkDistanceFieldGen.h',
101 '<(skia_src_path)/core/SkDither.cpp', 101 '<(skia_src_path)/core/SkDither.cpp',
102 '<(skia_src_path)/core/SkDither.h', 102 '<(skia_src_path)/core/SkDither.h',
103 '<(skia_src_path)/core/SkDocument.cpp',
103 '<(skia_src_path)/core/SkDraw.cpp', 104 '<(skia_src_path)/core/SkDraw.cpp',
104 '<(skia_src_path)/core/SkDrawable.cpp', 105 '<(skia_src_path)/core/SkDrawable.cpp',
105 '<(skia_src_path)/core/SkDrawLooper.cpp', 106 '<(skia_src_path)/core/SkDrawLooper.cpp',
106 '<(skia_src_path)/core/SkDrawProcs.h', 107 '<(skia_src_path)/core/SkDrawProcs.h',
107 '<(skia_src_path)/core/SkEdgeBuilder.cpp', 108 '<(skia_src_path)/core/SkEdgeBuilder.cpp',
108 '<(skia_src_path)/core/SkEdgeBuilder.h', 109 '<(skia_src_path)/core/SkEdgeBuilder.h',
109 '<(skia_src_path)/core/SkEdgeClipper.cpp', 110 '<(skia_src_path)/core/SkEdgeClipper.cpp',
110 '<(skia_src_path)/core/SkEdgeClipper.h', 111 '<(skia_src_path)/core/SkEdgeClipper.h',
111 '<(skia_src_path)/core/SkEmptyShader.h', 112 '<(skia_src_path)/core/SkEmptyShader.h',
112 '<(skia_src_path)/core/SkEndian.h', 113 '<(skia_src_path)/core/SkEndian.h',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 '<(skia_src_path)/core/SkWriter32.cpp', 310 '<(skia_src_path)/core/SkWriter32.cpp',
310 '<(skia_src_path)/core/SkXfermode.cpp', 311 '<(skia_src_path)/core/SkXfermode.cpp',
311 '<(skia_src_path)/core/SkXfermode4f.cpp', 312 '<(skia_src_path)/core/SkXfermode4f.cpp',
312 '<(skia_src_path)/core/SkXfermodeU64.cpp', 313 '<(skia_src_path)/core/SkXfermodeU64.cpp',
313 '<(skia_src_path)/core/SkXfermode_proccoeff.h', 314 '<(skia_src_path)/core/SkXfermode_proccoeff.h',
314 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp', 315 '<(skia_src_path)/core/SkXfermodeInterpretation.cpp',
315 '<(skia_src_path)/core/SkXfermodeInterpretation.h', 316 '<(skia_src_path)/core/SkXfermodeInterpretation.h',
316 '<(skia_src_path)/core/SkYUVPlanesCache.cpp', 317 '<(skia_src_path)/core/SkYUVPlanesCache.cpp',
317 '<(skia_src_path)/core/SkYUVPlanesCache.h', 318 '<(skia_src_path)/core/SkYUVPlanesCache.h',
318 319
319 '<(skia_src_path)/doc/SkDocument.cpp',
320
321 '<(skia_src_path)/image/SkImage.cpp', 320 '<(skia_src_path)/image/SkImage.cpp',
322 '<(skia_src_path)/image/SkImage_Generator.cpp', 321 '<(skia_src_path)/image/SkImage_Generator.cpp',
323 # '<(skia_src_path)/image/SkImage_Gpu.cpp', 322 # '<(skia_src_path)/image/SkImage_Gpu.cpp',
324 '<(skia_src_path)/image/SkImage_Raster.cpp', 323 '<(skia_src_path)/image/SkImage_Raster.cpp',
325 '<(skia_src_path)/image/SkImageShader.cpp', 324 '<(skia_src_path)/image/SkImageShader.cpp',
326 '<(skia_src_path)/image/SkImageShader.h', 325 '<(skia_src_path)/image/SkImageShader.h',
327 '<(skia_src_path)/image/SkSurface.cpp', 326 '<(skia_src_path)/image/SkSurface.cpp',
328 '<(skia_src_path)/image/SkSurface_Base.h', 327 '<(skia_src_path)/image/SkSurface_Base.h',
329 # '<(skia_src_path)/image/SkSurface_Gpu.cpp', 328 # '<(skia_src_path)/image/SkSurface_Gpu.cpp',
330 '<(skia_src_path)/image/SkSurface_Raster.cpp', 329 '<(skia_src_path)/image/SkSurface_Raster.cpp',
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 '<(skia_src_path)/pathops/SkPathOpsLine.h', 477 '<(skia_src_path)/pathops/SkPathOpsLine.h',
479 '<(skia_src_path)/pathops/SkPathOpsPoint.h', 478 '<(skia_src_path)/pathops/SkPathOpsPoint.h',
480 '<(skia_src_path)/pathops/SkPathOpsQuad.h', 479 '<(skia_src_path)/pathops/SkPathOpsQuad.h',
481 '<(skia_src_path)/pathops/SkPathOpsRect.h', 480 '<(skia_src_path)/pathops/SkPathOpsRect.h',
482 '<(skia_src_path)/pathops/SkPathOpsTSect.h', 481 '<(skia_src_path)/pathops/SkPathOpsTSect.h',
483 '<(skia_src_path)/pathops/SkPathOpsTypes.h', 482 '<(skia_src_path)/pathops/SkPathOpsTypes.h',
484 '<(skia_src_path)/pathops/SkPathWriter.h', 483 '<(skia_src_path)/pathops/SkPathWriter.h',
485 '<(skia_src_path)/pathops/SkReduceOrder.h', 484 '<(skia_src_path)/pathops/SkReduceOrder.h',
486 ], 485 ],
487 } 486 }
OLDNEW
« no previous file with comments | « cmake/CMakeLists.txt ('k') | gyp/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698