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

Side by Side Diff: pdfium.gyp

Issue 1881043004: Cleanup IFPF_* interfaces. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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
« core/fxge/android/fpf_skiafont.cpp ('K') | « core/fxge/include/fpf.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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 'core/fxge/freetype/fx_freetype.cpp', 722 'core/fxge/freetype/fx_freetype.cpp',
723 'core/fxge/ge/fx_ge.cpp', 723 'core/fxge/ge/fx_ge.cpp',
724 'core/fxge/ge/fx_ge_device.cpp', 724 'core/fxge/ge/fx_ge_device.cpp',
725 'core/fxge/ge/fx_ge_font.cpp', 725 'core/fxge/ge/fx_ge_font.cpp',
726 'core/fxge/ge/fx_ge_fontmap.cpp', 726 'core/fxge/ge/fx_ge_fontmap.cpp',
727 'core/fxge/ge/fx_ge_linux.cpp', 727 'core/fxge/ge/fx_ge_linux.cpp',
728 'core/fxge/ge/fx_ge_path.cpp', 728 'core/fxge/ge/fx_ge_path.cpp',
729 'core/fxge/ge/fx_ge_ps.cpp', 729 'core/fxge/ge/fx_ge_ps.cpp',
730 'core/fxge/ge/fx_ge_text.cpp', 730 'core/fxge/ge/fx_ge_text.cpp',
731 'core/fxge/ge/fx_text_int.h', 731 'core/fxge/ge/fx_text_int.h',
732 'core/fxge/include/fpf.h',
733 'core/fxge/include/fx_dib.h', 732 'core/fxge/include/fx_dib.h',
734 'core/fxge/include/fx_font.h', 733 'core/fxge/include/fx_font.h',
735 'core/fxge/include/fx_freetype.h', 734 'core/fxge/include/fx_freetype.h',
736 'core/fxge/include/fx_ge.h', 735 'core/fxge/include/fx_ge.h',
737 'core/fxge/include/fx_ge_apple.h', 736 'core/fxge/include/fx_ge_apple.h',
738 'core/fxge/include/fx_ge_win32.h', 737 'core/fxge/include/fx_ge_win32.h',
739 ], 738 ],
740 'variables': { 739 'variables': {
741 'clang_warning_flags': [ 740 'clang_warning_flags': [
742 # http://code.google.com/p/pdfium/issues/detail?id=188 741 # http://code.google.com/p/pdfium/issues/detail?id=188
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1079 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1084 ], 1083 ],
1085 }, 1084 },
1086 ] 1085 ]
1087 }], 1086 }],
1088 ] 1087 ]
1089 } 1088 }
OLDNEW
« core/fxge/android/fpf_skiafont.cpp ('K') | « core/fxge/include/fpf.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698