OLD | NEW |
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'core/fpdfdoc/cpvt_sectioninfo.cpp', | 194 'core/fpdfdoc/cpvt_sectioninfo.cpp', |
195 'core/fpdfdoc/cpvt_sectioninfo.h', | 195 'core/fpdfdoc/cpvt_sectioninfo.h', |
196 'core/fpdfdoc/cpvt_wordinfo.cpp', | 196 'core/fpdfdoc/cpvt_wordinfo.cpp', |
197 'core/fpdfdoc/cpvt_wordinfo.h', | 197 'core/fpdfdoc/cpvt_wordinfo.h', |
198 'core/fpdfdoc/csection.cpp', | 198 'core/fpdfdoc/csection.cpp', |
199 'core/fpdfdoc/csection.h', | 199 'core/fpdfdoc/csection.h', |
200 'core/fpdfdoc/ctypeset.cpp', | 200 'core/fpdfdoc/ctypeset.cpp', |
201 'core/fpdfdoc/ctypeset.h', | 201 'core/fpdfdoc/ctypeset.h', |
202 'core/fpdfdoc/doc_action.cpp', | 202 'core/fpdfdoc/doc_action.cpp', |
203 'core/fpdfdoc/doc_annot.cpp', | 203 'core/fpdfdoc/doc_annot.cpp', |
| 204 'core/fpdfdoc/doc_annot.h', |
204 'core/fpdfdoc/doc_basic.cpp', | 205 'core/fpdfdoc/doc_basic.cpp', |
205 'core/fpdfdoc/doc_bookmark.cpp', | 206 'core/fpdfdoc/doc_bookmark.cpp', |
206 'core/fpdfdoc/doc_form.cpp', | 207 'core/fpdfdoc/doc_form.cpp', |
207 'core/fpdfdoc/doc_formcontrol.cpp', | 208 'core/fpdfdoc/doc_formcontrol.cpp', |
208 'core/fpdfdoc/doc_formfield.cpp', | 209 'core/fpdfdoc/doc_formfield.cpp', |
209 'core/fpdfdoc/doc_link.cpp', | 210 'core/fpdfdoc/doc_link.cpp', |
210 'core/fpdfdoc/doc_metadata.cpp', | 211 'core/fpdfdoc/doc_metadata.cpp', |
211 'core/fpdfdoc/doc_ocg.cpp', | 212 'core/fpdfdoc/doc_ocg.cpp', |
212 'core/fpdfdoc/doc_tagged.cpp', | 213 'core/fpdfdoc/doc_tagged.cpp', |
213 'core/fpdfdoc/doc_utils.cpp', | 214 'core/fpdfdoc/doc_utils.cpp', |
(...skipping 850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1064 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1065 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1066 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1067 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1068 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1068 ], | 1069 ], |
1069 }, | 1070 }, |
1070 ] | 1071 ] |
1071 }], | 1072 }], |
1072 ] | 1073 ] |
1073 } | 1074 } |
OLD | NEW |