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

Side by Side Diff: pdfium.gyp

Issue 2236743002: Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Move CPDFSDK_Annot, CPDFSDK_BAAnnot and CPDFSDK_DateTime to their own files. Created 4 years, 4 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/fsdk_mgr.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 'chromium_code': 1, 7 'chromium_code': 1,
8 'pdf_use_skia%': 0, 8 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 9 'pdf_enable_v8%': 1,
10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 10 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'fxcodec', 79 'fxcodec',
80 'fxcrt', 80 'fxcrt',
81 'fxedit', 81 'fxedit',
82 'fxge', 82 'fxge',
83 'javascript', 83 'javascript',
84 'pdfwindow', 84 'pdfwindow',
85 ], 85 ],
86 'sources': [ 86 'sources': [
87 'fpdfsdk/cfx_systemhandler.cpp', 87 'fpdfsdk/cfx_systemhandler.cpp',
88 'fpdfsdk/cfx_systemhandler.h', 88 'fpdfsdk/cfx_systemhandler.h',
89 'fpdfsdk/include/cpdfsdk_annot.h',
90 'fpdfsdk/include/cpdfsdk_baannot.h',
91 'fpdfsdk/include/cpdfsdk_datetime.h',
89 'fpdfsdk/include/fsdk_actionhandler.h', 92 'fpdfsdk/include/fsdk_actionhandler.h',
90 'fpdfsdk/include/fsdk_annothandler.h', 93 'fpdfsdk/include/fsdk_annothandler.h',
91 'fpdfsdk/include/fsdk_baseannot.h',
92 'fpdfsdk/include/fsdk_baseform.h', 94 'fpdfsdk/include/fsdk_baseform.h',
93 'fpdfsdk/include/fsdk_pauseadapter.h', 95 'fpdfsdk/include/fsdk_pauseadapter.h',
96 'fpdfsdk/cpdfsdk_annot.cpp',
97 'fpdfsdk/cpdfsdk_baannot.cpp',
98 'fpdfsdk/cpdfsdk_datetime.cpp',
94 'fpdfsdk/fpdfdoc.cpp', 99 'fpdfsdk/fpdfdoc.cpp',
95 'fpdfsdk/fpdfeditimg.cpp', 100 'fpdfsdk/fpdfeditimg.cpp',
96 'fpdfsdk/fpdfeditpage.cpp', 101 'fpdfsdk/fpdfeditpage.cpp',
97 'fpdfsdk/fpdfformfill.cpp', 102 'fpdfsdk/fpdfformfill.cpp',
98 'fpdfsdk/fpdfppo.cpp', 103 'fpdfsdk/fpdfppo.cpp',
99 'fpdfsdk/fpdfsave.cpp', 104 'fpdfsdk/fpdfsave.cpp',
100 'fpdfsdk/fpdftext.cpp', 105 'fpdfsdk/fpdftext.cpp',
101 'fpdfsdk/fpdfview.cpp', 106 'fpdfsdk/fpdfview.cpp',
102 'fpdfsdk/fpdf_dataavail.cpp', 107 'fpdfsdk/fpdf_dataavail.cpp',
103 'fpdfsdk/fpdf_ext.cpp', 108 'fpdfsdk/fpdf_ext.cpp',
104 'fpdfsdk/fpdf_flatten.cpp', 109 'fpdfsdk/fpdf_flatten.cpp',
105 'fpdfsdk/fpdf_progressive.cpp', 110 'fpdfsdk/fpdf_progressive.cpp',
106 'fpdfsdk/fpdf_searchex.cpp', 111 'fpdfsdk/fpdf_searchex.cpp',
107 'fpdfsdk/fpdf_sysfontinfo.cpp', 112 'fpdfsdk/fpdf_sysfontinfo.cpp',
108 'fpdfsdk/fpdf_transformpage.cpp', 113 'fpdfsdk/fpdf_transformpage.cpp',
109 'fpdfsdk/fsdk_actionhandler.cpp', 114 'fpdfsdk/fsdk_actionhandler.cpp',
110 'fpdfsdk/fsdk_annothandler.cpp', 115 'fpdfsdk/fsdk_annothandler.cpp',
111 'fpdfsdk/fsdk_baseannot.cpp',
112 'fpdfsdk/fsdk_baseform.cpp', 116 'fpdfsdk/fsdk_baseform.cpp',
113 'fpdfsdk/fsdk_mgr.cpp', 117 'fpdfsdk/fsdk_mgr.cpp',
114 'fpdfsdk/fsdk_pauseadapter.cpp', 118 'fpdfsdk/fsdk_pauseadapter.cpp',
115 'public/fpdf_dataavail.h', 119 'public/fpdf_dataavail.h',
116 'public/fpdf_doc.h', 120 'public/fpdf_doc.h',
117 'public/fpdf_edit.h', 121 'public/fpdf_edit.h',
118 'public/fpdf_ext.h', 122 'public/fpdf_ext.h',
119 'public/fpdf_flatten.h', 123 'public/fpdf_flatten.h',
120 'public/fpdf_formfill.h', 124 'public/fpdf_formfill.h',
121 'public/fpdf_fwlevent.h', 125 'public/fpdf_fwlevent.h',
(...skipping 1004 matching lines...) Expand 10 before | Expand all | Expand 10 after
1126 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1130 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1127 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1131 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1128 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1132 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1129 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1133 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1130 ], 1134 ],
1131 }, 1135 },
1132 ] 1136 ]
1133 }], 1137 }],
1134 ] 1138 ]
1135 } 1139 }
OLDNEW
« no previous file with comments | « fpdfsdk/include/fsdk_mgr.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698