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

Side by Side Diff: pdfium.gyp

Issue 1809193002: Move fpdfsdk/include/formfiller to fpdfsdk/formfiller. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/include/formfiller/FFL_TextField.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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'fpdfsdk/include/jsapi/fxjs_v8.h', 796 'fpdfsdk/include/jsapi/fxjs_v8.h',
797 'fpdfsdk/jsapi/fxjs_v8.cpp', 797 'fpdfsdk/jsapi/fxjs_v8.cpp',
798 ], 798 ],
799 }], 799 }],
800 ], 800 ],
801 }, 801 },
802 { 802 {
803 'target_name': 'formfiller', 803 'target_name': 'formfiller',
804 'type': 'static_library', 804 'type': 'static_library',
805 'sources': [ 805 'sources': [
806 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', 806 'fpdfsdk/formfiller/cba_fontmap.cpp',
807 'fpdfsdk/include/formfiller/FFL_CheckBox.h', 807 'fpdfsdk/formfiller/cba_fontmap.h',
808 'fpdfsdk/include/formfiller/FFL_ComboBox.h', 808 'fpdfsdk/formfiller/cffl_checkbox.cpp',
809 'fpdfsdk/include/formfiller/FFL_FormFiller.h', 809 'fpdfsdk/formfiller/cffl_checkbox.h',
810 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', 810 'fpdfsdk/formfiller/cffl_combobox.cpp',
811 'fpdfsdk/include/formfiller/FFL_ListBox.h', 811 'fpdfsdk/formfiller/cffl_combobox.h',
812 'fpdfsdk/include/formfiller/FFL_PushButton.h', 812 'fpdfsdk/formfiller/cffl_formfiller.cpp',
813 'fpdfsdk/include/formfiller/FFL_RadioButton.h', 813 'fpdfsdk/formfiller/cffl_formfiller.h',
814 'fpdfsdk/include/formfiller/FFL_TextField.h', 814 'fpdfsdk/formfiller/cffl_iformfiller.cpp',
815 'fpdfsdk/formfiller/FFL_CBA_Fontmap.cpp', 815 'fpdfsdk/formfiller/cffl_iformfiller.h',
816 'fpdfsdk/formfiller/FFL_CheckBox.cpp', 816 'fpdfsdk/formfiller/cffl_listbox.cpp',
817 'fpdfsdk/formfiller/FFL_ComboBox.cpp', 817 'fpdfsdk/formfiller/cffl_listbox.h',
818 'fpdfsdk/formfiller/FFL_FormFiller.cpp', 818 'fpdfsdk/formfiller/cffl_pushbutton.cpp',
819 'fpdfsdk/formfiller/FFL_IFormFiller.cpp', 819 'fpdfsdk/formfiller/cffl_pushbutton.h',
820 'fpdfsdk/formfiller/FFL_ListBox.cpp', 820 'fpdfsdk/formfiller/cffl_radiobutton.cpp',
821 'fpdfsdk/formfiller/FFL_PushButton.cpp', 821 'fpdfsdk/formfiller/cffl_radiobutton.h',
822 'fpdfsdk/formfiller/FFL_RadioButton.cpp', 822 'fpdfsdk/formfiller/cffl_textfield.cpp',
823 'fpdfsdk/formfiller/FFL_TextField.cpp', 823 'fpdfsdk/formfiller/cffl_textfield.h',
824 ], 824 ],
825 }, 825 },
826 { 826 {
827 'target_name': 'pdfium_unittests', 827 'target_name': 'pdfium_unittests',
828 'type': 'executable', 828 'type': 'executable',
829 'dependencies': [ 829 'dependencies': [
830 '<(DEPTH)/testing/gtest.gyp:gtest_main', 830 '<(DEPTH)/testing/gtest.gyp:gtest_main',
831 '<(DEPTH)/testing/gtest.gyp:gtest', 831 '<(DEPTH)/testing/gtest.gyp:gtest',
832 'pdfium', 832 'pdfium',
833 'test_support', 833 'test_support',
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
974 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 974 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
975 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 975 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
976 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 976 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
977 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 977 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
978 ], 978 ],
979 }, 979 },
980 ] 980 ]
981 }], 981 }],
982 ] 982 ]
983 } 983 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/formfiller/FFL_TextField.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698