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

Side by Side Diff: pdfium.gyp

Issue 1863163002: Move code from fpdfsdk/include to the sub directories. (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
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Utils.cpp ('k') | testing/DEPS » ('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 9
10 'variables': { 10 'variables': {
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'core/fxge/win32/fx_win32_print.cpp', 753 'core/fxge/win32/fx_win32_print.cpp',
754 'core/fxge/win32/win32_int.h', 754 'core/fxge/win32/win32_int.h',
755 ], 755 ],
756 }], 756 }],
757 ], 757 ],
758 }, 758 },
759 { 759 {
760 'target_name': 'fxedit', 760 'target_name': 'fxedit',
761 'type': 'static_library', 761 'type': 'static_library',
762 'sources': [ 762 'sources': [
763 'fpdfsdk/include/fxedit/fx_edit.h', 763 'fpdfsdk/fxedit/include/fx_edit.h',
764 'fpdfsdk/include/fxedit/fxet_edit.h', 764 'fpdfsdk/fxedit/include/fxet_edit.h',
765 'fpdfsdk/include/fxedit/fxet_list.h', 765 'fpdfsdk/fxedit/include/fxet_list.h',
766 'fpdfsdk/fxedit/fxet_ap.cpp', 766 'fpdfsdk/fxedit/fxet_ap.cpp',
767 'fpdfsdk/fxedit/fxet_edit.cpp', 767 'fpdfsdk/fxedit/fxet_edit.cpp',
768 'fpdfsdk/fxedit/fxet_list.cpp', 768 'fpdfsdk/fxedit/fxet_list.cpp',
769 'fpdfsdk/fxedit/fxet_module.cpp', 769 'fpdfsdk/fxedit/fxet_module.cpp',
770 'fpdfsdk/fxedit/fxet_pageobjs.cpp', 770 'fpdfsdk/fxedit/fxet_pageobjs.cpp',
771 ], 771 ],
772 }, 772 },
773 { 773 {
774 'target_name': 'pdfwindow', 774 'target_name': 'pdfwindow',
775 'type': 'static_library', 775 'type': 'static_library',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
869 'fpdfsdk/javascript/event.cpp', 869 'fpdfsdk/javascript/event.cpp',
870 'fpdfsdk/javascript/event.h', 870 'fpdfsdk/javascript/event.h',
871 'fpdfsdk/javascript/global.cpp', 871 'fpdfsdk/javascript/global.cpp',
872 'fpdfsdk/javascript/global.h', 872 'fpdfsdk/javascript/global.h',
873 'fpdfsdk/javascript/report.cpp', 873 'fpdfsdk/javascript/report.cpp',
874 'fpdfsdk/javascript/report.h', 874 'fpdfsdk/javascript/report.h',
875 'fpdfsdk/javascript/resource.cpp', 875 'fpdfsdk/javascript/resource.cpp',
876 'fpdfsdk/javascript/resource.h', 876 'fpdfsdk/javascript/resource.h',
877 'fpdfsdk/javascript/util.cpp', 877 'fpdfsdk/javascript/util.cpp',
878 'fpdfsdk/javascript/util.h', 878 'fpdfsdk/javascript/util.h',
879 'fpdfsdk/include/jsapi/fxjs_v8.h', 879 'fpdfsdk/jsapi/include/fxjs_v8.h',
880 'fpdfsdk/jsapi/fxjs_v8.cpp', 880 'fpdfsdk/jsapi/fxjs_v8.cpp',
881 ], 881 ],
882 }], 882 }],
883 ], 883 ],
884 }, 884 },
885 { 885 {
886 'target_name': 'formfiller', 886 'target_name': 'formfiller',
887 'type': 'static_library', 887 'type': 'static_library',
888 'sources': [ 888 'sources': [
889 'fpdfsdk/formfiller/cba_fontmap.cpp', 889 'fpdfsdk/formfiller/cba_fontmap.cpp',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
1050 'type': 'static_library', 1050 'type': 'static_library',
1051 'dependencies': [ 1051 'dependencies': [
1052 'javascript', 1052 'javascript',
1053 'xfa.gyp:xfa', 1053 'xfa.gyp:xfa',
1054 ], 1054 ],
1055 'sources': [ 1055 'sources': [
1056 'fpdfsdk/fpdfxfa/fpdfxfa_app.cpp', 1056 'fpdfsdk/fpdfxfa/fpdfxfa_app.cpp',
1057 'fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp', 1057 'fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp',
1058 'fpdfsdk/fpdfxfa/fpdfxfa_page.cpp', 1058 'fpdfsdk/fpdfxfa/fpdfxfa_page.cpp',
1059 'fpdfsdk/fpdfxfa/fpdfxfa_util.cpp', 1059 'fpdfsdk/fpdfxfa/fpdfxfa_util.cpp',
1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 1062 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1063 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 1063 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1064 ], 1064 ],
1065 }, 1065 },
1066 ] 1066 ]
1067 }], 1067 }],
1068 ] 1068 ]
1069 } 1069 }
OLDNEW
« no previous file with comments | « fpdfsdk/pdfwindow/PWL_Utils.cpp ('k') | testing/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698