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

Side by Side Diff: skia/skia_library.gypi

Issue 694213002: Remove calls to deprecated SkPDFDevice and SkPDFDocuemnt. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments from Vitaly Created 6 years, 1 month 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
« printing/pdf_metafile_skia.cc ('K') | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 5
6 # This gypi file contains the Skia library. 6 # This gypi file contains the Skia library.
7 # In component mode (shared_lib) it is folded into a single shared library with 7 # In component mode (shared_lib) it is folded into a single shared library with
8 # the Chrome-specific enhancements but in all other cases it is a separate lib. 8 # the Chrome-specific enhancements but in all other cases it is a separate lib.
9 9
10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 10 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
11 # variables and defines should go in skia_common.gypi so they can be seen 11 # variables and defines should go in skia_common.gypi so they can be seen
12 # by files listed here and in skia_library_opts.gypi. 12 # by files listed here and in skia_library_opts.gypi.
13 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 13 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
14 { 14 {
15 'dependencies': [ 15 'dependencies': [
16 'skia_library_opts.gyp:skia_opts', 16 'skia_library_opts.gyp:skia_opts',
17 '../third_party/zlib/zlib.gyp:zlib', 17 '../third_party/zlib/zlib.gyp:zlib',
18 ], 18 ],
19 19
20 'includes': [ 20 'includes': [
21 '../third_party/skia/gyp/core.gypi', 21 '../third_party/skia/gyp/core.gypi',
22 '../third_party/skia/gyp/effects.gypi', 22 '../third_party/skia/gyp/effects.gypi',
23 '../third_party/skia/gyp/pdf.gypi', 23 '../third_party/skia/gyp/pdf.gypi',
24 '../third_party/skia/gyp/utils.gypi', 24 '../third_party/skia/gyp/utils.gypi',
25 ], 25 ],
26 26
27 'sources': [ 27 'sources': [
28 '../third_party/skia/src/doc/SkDocument.cpp',
29 '../third_party/skia/src/doc/SkDocument_PDF.cpp',
30
28 # this should likely be moved into src/utils in skia 31 # this should likely be moved into src/utils in skia
29 '../third_party/skia/src/core/SkFlate.cpp', 32 '../third_party/skia/src/core/SkFlate.cpp',
30 33
31 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp', 34 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
32 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp', 35 '../third_party/skia/src/images/SkScaledBitmapSampler.cpp',
33 '../third_party/skia/src/images/SkScaledBitmapSampler.h', 36 '../third_party/skia/src/images/SkScaledBitmapSampler.h',
34 37
35 '../third_party/skia/src/opts/opts_check_x86.cpp', 38 '../third_party/skia/src/opts/opts_check_x86.cpp',
36 39
37 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp', 40 '../third_party/skia/src/ports/SkFontConfigInterface_direct.cpp',
(...skipping 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 '../third_party/skia/include/pdf', 376 '../third_party/skia/include/pdf',
374 '../third_party/skia/include/gpu', 377 '../third_party/skia/include/gpu',
375 '../third_party/skia/include/lazy', 378 '../third_party/skia/include/lazy',
376 '../third_party/skia/include/pathops', 379 '../third_party/skia/include/pathops',
377 '../third_party/skia/include/pipe', 380 '../third_party/skia/include/pipe',
378 '../third_party/skia/include/ports', 381 '../third_party/skia/include/ports',
379 '../third_party/skia/include/utils', 382 '../third_party/skia/include/utils',
380 ], 383 ],
381 }, 384 },
382 } 385 }
OLDNEW
« printing/pdf_metafile_skia.cc ('K') | « skia/skia_chrome.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698