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

Side by Side Diff: pdfium.gyp

Issue 1566583002: Merge to XFA: Remove header files that only have includes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Fix XFA Created 4 years, 11 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 | « fpdfsdk/src/pdfwindow/PWL_Wnd.cpp ('k') | xfa/include/foxitxfa.h » ('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 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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'core/src/fpdfdoc/doc_vt.cpp', 207 'core/src/fpdfdoc/doc_vt.cpp',
208 'core/src/fpdfdoc/doc_vtmodule.cpp', 208 'core/src/fpdfdoc/doc_vtmodule.cpp',
209 'core/src/fpdfdoc/pdf_vt.h', 209 'core/src/fpdfdoc/pdf_vt.h',
210 'core/src/fpdfdoc/tagged_int.h', 210 'core/src/fpdfdoc/tagged_int.h',
211 ], 211 ],
212 }, 212 },
213 { 213 {
214 'target_name': 'fpdfapi', 214 'target_name': 'fpdfapi',
215 'type': 'static_library', 215 'type': 'static_library',
216 'sources': [ 216 'sources': [
217 'core/include/fpdfapi/fpdfapi.h',
218 'core/include/fpdfapi/fpdf_module.h', 217 'core/include/fpdfapi/fpdf_module.h',
219 'core/include/fpdfapi/fpdf_objects.h', 218 'core/include/fpdfapi/fpdf_objects.h',
220 'core/include/fpdfapi/fpdf_page.h', 219 'core/include/fpdfapi/fpdf_page.h',
221 'core/include/fpdfapi/fpdf_pageobj.h', 220 'core/include/fpdfapi/fpdf_pageobj.h',
222 'core/include/fpdfapi/fpdf_parser.h', 221 'core/include/fpdfapi/fpdf_parser.h',
223 'core/include/fpdfapi/fpdf_render.h', 222 'core/include/fpdfapi/fpdf_render.h',
224 'core/include/fpdfapi/fpdf_resource.h', 223 'core/include/fpdfapi/fpdf_resource.h',
225 'core/include/fpdfapi/fpdf_serial.h', 224 'core/include/fpdfapi/fpdf_serial.h',
226 'core/src/fpdfapi/fpdf_basic_module.cpp', 225 'core/src/fpdfapi/fpdf_basic_module.cpp',
227 'core/src/fpdfapi/fpdf_cmaps/cmap_int.h', 226 'core/src/fpdfapi/fpdf_cmaps/cmap_int.h',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }], 592 }],
594 ], 593 ],
595 }, 594 },
596 { 595 {
597 'target_name': 'fxedit', 596 'target_name': 'fxedit',
598 'type': 'static_library', 597 'type': 'static_library',
599 'sources': [ 598 'sources': [
600 'fpdfsdk/include/fxedit/fx_edit.h', 599 'fpdfsdk/include/fxedit/fx_edit.h',
601 'fpdfsdk/include/fxedit/fxet_edit.h', 600 'fpdfsdk/include/fxedit/fxet_edit.h',
602 'fpdfsdk/include/fxedit/fxet_list.h', 601 'fpdfsdk/include/fxedit/fxet_list.h',
603 'fpdfsdk/include/fxedit/fxet_stub.h',
604 'fpdfsdk/src/fxedit/fxet_ap.cpp', 602 'fpdfsdk/src/fxedit/fxet_ap.cpp',
605 'fpdfsdk/src/fxedit/fxet_edit.cpp', 603 'fpdfsdk/src/fxedit/fxet_edit.cpp',
606 'fpdfsdk/src/fxedit/fxet_list.cpp', 604 'fpdfsdk/src/fxedit/fxet_list.cpp',
607 'fpdfsdk/src/fxedit/fxet_module.cpp', 605 'fpdfsdk/src/fxedit/fxet_module.cpp',
608 'fpdfsdk/src/fxedit/fxet_pageobjs.cpp', 606 'fpdfsdk/src/fxedit/fxet_pageobjs.cpp',
609 ], 607 ],
610 }, 608 },
611 { 609 {
612 'target_name': 'pdfwindow', 610 'target_name': 'pdfwindow',
613 'type': 'static_library', 611 'type': 'static_library',
614 'sources': [ 612 'sources': [
615 'fpdfsdk/include/pdfwindow/IPDFWindow.h',
616 'fpdfsdk/include/pdfwindow/PDFWindow.h',
617 'fpdfsdk/include/pdfwindow/PWL_Button.h', 613 'fpdfsdk/include/pdfwindow/PWL_Button.h',
618 'fpdfsdk/include/pdfwindow/PWL_Caret.h', 614 'fpdfsdk/include/pdfwindow/PWL_Caret.h',
619 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h', 615 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h',
620 'fpdfsdk/include/pdfwindow/PWL_Edit.h', 616 'fpdfsdk/include/pdfwindow/PWL_Edit.h',
621 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h', 617 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h',
622 'fpdfsdk/include/pdfwindow/PWL_FontMap.h', 618 'fpdfsdk/include/pdfwindow/PWL_FontMap.h',
623 'fpdfsdk/include/pdfwindow/PWL_Icon.h', 619 'fpdfsdk/include/pdfwindow/PWL_Icon.h',
624 'fpdfsdk/include/pdfwindow/PWL_IconList.h', 620 'fpdfsdk/include/pdfwindow/PWL_IconList.h',
625 'fpdfsdk/include/pdfwindow/PWL_Label.h', 621 'fpdfsdk/include/pdfwindow/PWL_Label.h',
626 'fpdfsdk/include/pdfwindow/PWL_ListBox.h', 622 'fpdfsdk/include/pdfwindow/PWL_ListBox.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
727 'sources': [ 723 'sources': [
728 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', 724 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h',
729 'fpdfsdk/include/formfiller/FFL_CheckBox.h', 725 'fpdfsdk/include/formfiller/FFL_CheckBox.h',
730 'fpdfsdk/include/formfiller/FFL_ComboBox.h', 726 'fpdfsdk/include/formfiller/FFL_ComboBox.h',
731 'fpdfsdk/include/formfiller/FFL_FormFiller.h', 727 'fpdfsdk/include/formfiller/FFL_FormFiller.h',
732 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', 728 'fpdfsdk/include/formfiller/FFL_IFormFiller.h',
733 'fpdfsdk/include/formfiller/FFL_ListBox.h', 729 'fpdfsdk/include/formfiller/FFL_ListBox.h',
734 'fpdfsdk/include/formfiller/FFL_PushButton.h', 730 'fpdfsdk/include/formfiller/FFL_PushButton.h',
735 'fpdfsdk/include/formfiller/FFL_RadioButton.h', 731 'fpdfsdk/include/formfiller/FFL_RadioButton.h',
736 'fpdfsdk/include/formfiller/FFL_TextField.h', 732 'fpdfsdk/include/formfiller/FFL_TextField.h',
737 'fpdfsdk/include/formfiller/FormFiller.h',
738 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp', 733 'fpdfsdk/src/formfiller/FFL_CBA_Fontmap.cpp',
739 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp', 734 'fpdfsdk/src/formfiller/FFL_CheckBox.cpp',
740 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp', 735 'fpdfsdk/src/formfiller/FFL_ComboBox.cpp',
741 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp', 736 'fpdfsdk/src/formfiller/FFL_FormFiller.cpp',
742 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp', 737 'fpdfsdk/src/formfiller/FFL_IFormFiller.cpp',
743 'fpdfsdk/src/formfiller/FFL_ListBox.cpp', 738 'fpdfsdk/src/formfiller/FFL_ListBox.cpp',
744 'fpdfsdk/src/formfiller/FFL_PushButton.cpp', 739 'fpdfsdk/src/formfiller/FFL_PushButton.cpp',
745 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp', 740 'fpdfsdk/src/formfiller/FFL_RadioButton.cpp',
746 'fpdfsdk/src/formfiller/FFL_TextField.cpp', 741 'fpdfsdk/src/formfiller/FFL_TextField.cpp',
747 ], 742 ],
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
880 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 875 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
881 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 876 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
882 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 877 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
883 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 878 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
884 ], 879 ],
885 }, 880 },
886 ] 881 ]
887 }], 882 }],
888 ] 883 ]
889 } 884 }
OLDNEW
« no previous file with comments | « fpdfsdk/src/pdfwindow/PWL_Wnd.cpp ('k') | xfa/include/foxitxfa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698