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

Side by Side Diff: pdfium.gyp

Issue 1545563003: Cleanup: Remove unused CFX_PSRenderer and various encoders it used. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years 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 | « core/src/fxge/ge/fx_ge_ps.cpp ('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 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium 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 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 490 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 'core/src/fxge/fontdata/chromefontdata/FoxitSerifItalic.c', 501 'core/src/fxge/fontdata/chromefontdata/FoxitSerifItalic.c',
502 'core/src/fxge/fontdata/chromefontdata/FoxitSerifMM.c', 502 'core/src/fxge/fontdata/chromefontdata/FoxitSerifMM.c',
503 'core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c', 503 'core/src/fxge/fontdata/chromefontdata/FoxitSymbol.c',
504 'core/src/fxge/freetype/fx_freetype.c', 504 'core/src/fxge/freetype/fx_freetype.c',
505 'core/src/fxge/ge/fx_ge.cpp', 505 'core/src/fxge/ge/fx_ge.cpp',
506 'core/src/fxge/ge/fx_ge_device.cpp', 506 'core/src/fxge/ge/fx_ge_device.cpp',
507 'core/src/fxge/ge/fx_ge_font.cpp', 507 'core/src/fxge/ge/fx_ge_font.cpp',
508 'core/src/fxge/ge/fx_ge_fontmap.cpp', 508 'core/src/fxge/ge/fx_ge_fontmap.cpp',
509 'core/src/fxge/ge/fx_ge_linux.cpp', 509 'core/src/fxge/ge/fx_ge_linux.cpp',
510 'core/src/fxge/ge/fx_ge_path.cpp', 510 'core/src/fxge/ge/fx_ge_path.cpp',
511 'core/src/fxge/ge/fx_ge_ps.cpp',
512 'core/src/fxge/ge/fx_ge_text.cpp', 511 'core/src/fxge/ge/fx_ge_text.cpp',
513 'core/src/fxge/ge/text_int.h', 512 'core/src/fxge/ge/text_int.h',
514 ], 513 ],
515 'variables': { 514 'variables': {
516 'clang_warning_flags': [ 515 'clang_warning_flags': [
517 # http://code.google.com/p/pdfium/issues/detail?id=188 516 # http://code.google.com/p/pdfium/issues/detail?id=188
518 '-Wno-switch', 517 '-Wno-switch',
519 ], 518 ],
520 }, 519 },
521 'conditions': [ 520 'conditions': [
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
803 ], 802 ],
804 'dependencies': [ 803 'dependencies': [
805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 804 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
807 ], 806 ],
808 }], 807 }],
809 ], 808 ],
810 }, 809 },
811 ], 810 ],
812 } 811 }
OLDNEW
« no previous file with comments | « core/src/fxge/ge/fx_ge_ps.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698