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

Side by Side Diff: pdfium.gyp

Issue 1823153002: Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. (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/pdfwindow/PWL_Wnd.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 9
10 'variables': { 10 'variables': {
(...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 'fpdfsdk/fxedit/fxet_edit.cpp', 721 'fpdfsdk/fxedit/fxet_edit.cpp',
722 'fpdfsdk/fxedit/fxet_list.cpp', 722 'fpdfsdk/fxedit/fxet_list.cpp',
723 'fpdfsdk/fxedit/fxet_module.cpp', 723 'fpdfsdk/fxedit/fxet_module.cpp',
724 'fpdfsdk/fxedit/fxet_pageobjs.cpp', 724 'fpdfsdk/fxedit/fxet_pageobjs.cpp',
725 ], 725 ],
726 }, 726 },
727 { 727 {
728 'target_name': 'pdfwindow', 728 'target_name': 'pdfwindow',
729 'type': 'static_library', 729 'type': 'static_library',
730 'sources': [ 730 'sources': [
731 'fpdfsdk/include/pdfwindow/PWL_Button.h',
732 'fpdfsdk/include/pdfwindow/PWL_Caret.h',
733 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h',
734 'fpdfsdk/include/pdfwindow/PWL_Edit.h',
735 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h',
736 'fpdfsdk/include/pdfwindow/PWL_FontMap.h',
737 'fpdfsdk/include/pdfwindow/PWL_Icon.h',
738 'fpdfsdk/include/pdfwindow/PWL_IconList.h',
739 'fpdfsdk/include/pdfwindow/PWL_Label.h',
740 'fpdfsdk/include/pdfwindow/PWL_ListBox.h',
741 'fpdfsdk/include/pdfwindow/PWL_ListCtrl.h',
742 'fpdfsdk/include/pdfwindow/PWL_Note.h',
743 'fpdfsdk/include/pdfwindow/PWL_ScrollBar.h',
744 'fpdfsdk/include/pdfwindow/PWL_Signature.h',
745 'fpdfsdk/include/pdfwindow/PWL_SpecialButton.h',
746 'fpdfsdk/include/pdfwindow/PWL_Utils.h',
747 'fpdfsdk/include/pdfwindow/PWL_Wnd.h',
748 'fpdfsdk/pdfwindow/PWL_Button.cpp', 731 'fpdfsdk/pdfwindow/PWL_Button.cpp',
732 'fpdfsdk/pdfwindow/PWL_Button.h',
749 'fpdfsdk/pdfwindow/PWL_Caret.cpp', 733 'fpdfsdk/pdfwindow/PWL_Caret.cpp',
734 'fpdfsdk/pdfwindow/PWL_Caret.h',
750 'fpdfsdk/pdfwindow/PWL_ComboBox.cpp', 735 'fpdfsdk/pdfwindow/PWL_ComboBox.cpp',
736 'fpdfsdk/pdfwindow/PWL_ComboBox.h',
751 'fpdfsdk/pdfwindow/PWL_Edit.cpp', 737 'fpdfsdk/pdfwindow/PWL_Edit.cpp',
738 'fpdfsdk/pdfwindow/PWL_Edit.h',
752 'fpdfsdk/pdfwindow/PWL_EditCtrl.cpp', 739 'fpdfsdk/pdfwindow/PWL_EditCtrl.cpp',
740 'fpdfsdk/pdfwindow/PWL_EditCtrl.h',
753 'fpdfsdk/pdfwindow/PWL_FontMap.cpp', 741 'fpdfsdk/pdfwindow/PWL_FontMap.cpp',
742 'fpdfsdk/pdfwindow/PWL_FontMap.h',
754 'fpdfsdk/pdfwindow/PWL_Icon.cpp', 743 'fpdfsdk/pdfwindow/PWL_Icon.cpp',
744 'fpdfsdk/pdfwindow/PWL_Icon.h',
755 'fpdfsdk/pdfwindow/PWL_IconList.cpp', 745 'fpdfsdk/pdfwindow/PWL_IconList.cpp',
746 'fpdfsdk/pdfwindow/PWL_IconList.h',
756 'fpdfsdk/pdfwindow/PWL_Label.cpp', 747 'fpdfsdk/pdfwindow/PWL_Label.cpp',
748 'fpdfsdk/pdfwindow/PWL_Label.h',
757 'fpdfsdk/pdfwindow/PWL_ListBox.cpp', 749 'fpdfsdk/pdfwindow/PWL_ListBox.cpp',
750 'fpdfsdk/pdfwindow/PWL_ListBox.h',
758 'fpdfsdk/pdfwindow/PWL_ListCtrl.cpp', 751 'fpdfsdk/pdfwindow/PWL_ListCtrl.cpp',
752 'fpdfsdk/pdfwindow/PWL_ListCtrl.h',
759 'fpdfsdk/pdfwindow/PWL_Note.cpp', 753 'fpdfsdk/pdfwindow/PWL_Note.cpp',
754 'fpdfsdk/pdfwindow/PWL_Note.h',
760 'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp', 755 'fpdfsdk/pdfwindow/PWL_ScrollBar.cpp',
756 'fpdfsdk/pdfwindow/PWL_ScrollBar.h',
761 'fpdfsdk/pdfwindow/PWL_Signature.cpp', 757 'fpdfsdk/pdfwindow/PWL_Signature.cpp',
758 'fpdfsdk/pdfwindow/PWL_Signature.h',
762 'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp', 759 'fpdfsdk/pdfwindow/PWL_SpecialButton.cpp',
760 'fpdfsdk/pdfwindow/PWL_SpecialButton.h',
763 'fpdfsdk/pdfwindow/PWL_Utils.cpp', 761 'fpdfsdk/pdfwindow/PWL_Utils.cpp',
762 'fpdfsdk/pdfwindow/PWL_Utils.h',
764 'fpdfsdk/pdfwindow/PWL_Wnd.cpp', 763 'fpdfsdk/pdfwindow/PWL_Wnd.cpp',
764 'fpdfsdk/pdfwindow/PWL_Wnd.h',
765 ], 765 ],
766 }, 766 },
767 { 767 {
768 'target_name': 'javascript', 768 'target_name': 'javascript',
769 'type': 'static_library', 769 'type': 'static_library',
770 'sources': [ 770 'sources': [
771 'fpdfsdk/include/javascript/IJavaScript.h', 771 'fpdfsdk/include/javascript/IJavaScript.h',
772 'fpdfsdk/javascript/JS_Runtime_Stub.cpp', 772 'fpdfsdk/javascript/JS_Runtime_Stub.cpp',
773 ], 773 ],
774 'conditions': [ 774 'conditions': [
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1010 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1010 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
1011 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1011 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1012 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1013 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
1014 ], 1014 ],
1015 }, 1015 },
1016 ] 1016 ]
1017 }], 1017 }],
1018 ] 1018 ]
1019 } 1019 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Wnd.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698