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

Side by Side Diff: pdfium.gyp

Issue 2019603002: Remove unused PS generation code. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@print_clean
Patch Set: rebase Created 4 years, 6 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 | « core/fxge/win32/win32_int.h ('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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'clang_use_pdfium_plugins%': 0, 10 'clang_use_pdfium_plugins%': 0,
(...skipping 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp', 702 'core/fxge/fontdata/chromefontdata/FoxitSerifItalic.cpp',
703 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp', 703 'core/fxge/fontdata/chromefontdata/FoxitSerifMM.cpp',
704 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp', 704 'core/fxge/fontdata/chromefontdata/FoxitSymbol.cpp',
705 'core/fxge/freetype/fx_freetype.cpp', 705 'core/fxge/freetype/fx_freetype.cpp',
706 'core/fxge/ge/fx_ge.cpp', 706 'core/fxge/ge/fx_ge.cpp',
707 'core/fxge/ge/fx_ge_device.cpp', 707 'core/fxge/ge/fx_ge_device.cpp',
708 'core/fxge/ge/fx_ge_font.cpp', 708 'core/fxge/ge/fx_ge_font.cpp',
709 'core/fxge/ge/fx_ge_fontmap.cpp', 709 'core/fxge/ge/fx_ge_fontmap.cpp',
710 'core/fxge/ge/fx_ge_linux.cpp', 710 'core/fxge/ge/fx_ge_linux.cpp',
711 'core/fxge/ge/fx_ge_path.cpp', 711 'core/fxge/ge/fx_ge_path.cpp',
712 'core/fxge/ge/fx_ge_ps.cpp',
713 'core/fxge/ge/fx_ge_text.cpp', 712 'core/fxge/ge/fx_ge_text.cpp',
714 'core/fxge/ge/fx_text_int.h', 713 'core/fxge/ge/fx_text_int.h',
715 'core/fxge/include/fx_dib.h', 714 'core/fxge/include/fx_dib.h',
716 'core/fxge/include/fx_font.h', 715 'core/fxge/include/fx_font.h',
717 'core/fxge/include/fx_freetype.h', 716 'core/fxge/include/fx_freetype.h',
718 'core/fxge/include/fx_ge.h', 717 'core/fxge/include/fx_ge.h',
719 'core/fxge/include/fx_ge_apple.h', 718 'core/fxge/include/fx_ge_apple.h',
720 'core/fxge/include/fx_ge_win32.h', 719 'core/fxge/include/fx_ge_win32.h',
721 ], 720 ],
722 'variables': { 721 'variables': {
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1064 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1069 ], 1068 ],
1070 }, 1069 },
1071 ] 1070 ]
1072 }], 1071 }],
1073 ] 1072 ]
1074 } 1073 }
OLDNEW
« no previous file with comments | « core/fxge/win32/win32_int.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698