| 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 # 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 214 'core/fdrm/crypto/fx_crypt_aes.cpp', | 214 'core/fdrm/crypto/fx_crypt_aes.cpp', |
| 215 'core/fdrm/crypto/fx_crypt_sha.cpp', | 215 'core/fdrm/crypto/fx_crypt_sha.cpp', |
| 216 ], | 216 ], |
| 217 }, | 217 }, |
| 218 { | 218 { |
| 219 'target_name': 'fpdfdoc', | 219 'target_name': 'fpdfdoc', |
| 220 'type': 'static_library', | 220 'type': 'static_library', |
| 221 'sources': [ | 221 'sources': [ |
| 222 'core/include/fpdfdoc/fpdf_doc.h', | 222 'core/include/fpdfdoc/fpdf_doc.h', |
| 223 'core/include/fpdfdoc/fpdf_tagged.h', | 223 'core/include/fpdfdoc/fpdf_tagged.h', |
| 224 'core/include/fpdfdoc/fpdf_vt.h', | 224 'core/fpdfdoc/cpdf_variabletext.cpp', |
| 225 'core/fpdfdoc/cpvt_color.cpp', | 225 'core/fpdfdoc/cpvt_color.cpp', |
| 226 'core/fpdfdoc/cpvt_color.h', | 226 'core/fpdfdoc/cpvt_color.h', |
| 227 'core/fpdfdoc/cpvt_dash.h', | 227 'core/fpdfdoc/cpvt_dash.h', |
| 228 'core/fpdfdoc/cpvt_floatrect.h', |
| 228 'core/fpdfdoc/cpvt_fontmap.cpp', | 229 'core/fpdfdoc/cpvt_fontmap.cpp', |
| 229 'core/fpdfdoc/cpvt_fontmap.h', | 230 'core/fpdfdoc/cpvt_fontmap.h', |
| 230 'core/fpdfdoc/cpvt_generateap.cpp', | 231 'core/fpdfdoc/cpvt_generateap.cpp', |
| 231 'core/fpdfdoc/cpvt_generateap.h', | 232 'core/fpdfdoc/cpvt_generateap.h', |
| 232 'core/fpdfdoc/cpvt_provider.h', | 233 'core/fpdfdoc/cpvt_lineinfo.h', |
| 234 'core/fpdfdoc/cpvt_sectioninfo.h', |
| 235 'core/fpdfdoc/cpvt_wordinfo.h', |
| 236 'core/fpdfdoc/csection.h', |
| 237 'core/fpdfdoc/ctypeset.h', |
| 233 'core/fpdfdoc/doc_action.cpp', | 238 'core/fpdfdoc/doc_action.cpp', |
| 234 'core/fpdfdoc/doc_annot.cpp', | 239 'core/fpdfdoc/doc_annot.cpp', |
| 235 'core/fpdfdoc/doc_ap.cpp', | |
| 236 'core/fpdfdoc/doc_basic.cpp', | 240 'core/fpdfdoc/doc_basic.cpp', |
| 237 'core/fpdfdoc/doc_bookmark.cpp', | 241 'core/fpdfdoc/doc_bookmark.cpp', |
| 238 'core/fpdfdoc/doc_form.cpp', | 242 'core/fpdfdoc/doc_form.cpp', |
| 239 'core/fpdfdoc/doc_formcontrol.cpp', | 243 'core/fpdfdoc/doc_formcontrol.cpp', |
| 240 'core/fpdfdoc/doc_formfield.cpp', | 244 'core/fpdfdoc/doc_formfield.cpp', |
| 241 'core/fpdfdoc/doc_link.cpp', | 245 'core/fpdfdoc/doc_link.cpp', |
| 242 'core/fpdfdoc/doc_metadata.cpp', | 246 'core/fpdfdoc/doc_metadata.cpp', |
| 243 'core/fpdfdoc/doc_ocg.cpp', | 247 'core/fpdfdoc/doc_ocg.cpp', |
| 244 'core/fpdfdoc/doc_tagged.cpp', | 248 'core/fpdfdoc/doc_tagged.cpp', |
| 245 'core/fpdfdoc/doc_utils.cpp', | 249 'core/fpdfdoc/doc_utils.cpp', |
| 246 'core/fpdfdoc/doc_utils.h', | 250 'core/fpdfdoc/doc_utils.h', |
| 247 'core/fpdfdoc/doc_viewerPreferences.cpp', | 251 'core/fpdfdoc/doc_viewerPreferences.cpp', |
| 248 'core/fpdfdoc/doc_vt.cpp', | 252 'core/fpdfdoc/doc_vt.cpp', |
| 249 'core/fpdfdoc/doc_vtmodule.cpp', | 253 'core/fpdfdoc/include/cpdf_variabletext.h', |
| 254 'core/fpdfdoc/include/cpvt_line.h', |
| 255 'core/fpdfdoc/include/cpvt_secprops.h', |
| 256 'core/fpdfdoc/include/cpvt_section.h', |
| 257 'core/fpdfdoc/include/cpvt_word.h', |
| 258 'core/fpdfdoc/include/cpvt_wordplace.h', |
| 259 'core/fpdfdoc/include/cpvt_wordprops.h', |
| 260 'core/fpdfdoc/include/cpvt_wordrange.h', |
| 250 'core/fpdfdoc/ipvt_fontmap.h', | 261 'core/fpdfdoc/ipvt_fontmap.h', |
| 251 'core/fpdfdoc/pdf_vt.h', | 262 'core/fpdfdoc/pdf_vt.h', |
| 252 'core/fpdfdoc/tagged_int.h', | 263 'core/fpdfdoc/tagged_int.h', |
| 253 ], | 264 ], |
| 254 }, | 265 }, |
| 255 { | 266 { |
| 256 'target_name': 'fpdfapi', | 267 'target_name': 'fpdfapi', |
| 257 'type': 'static_library', | 268 'type': 'static_library', |
| 258 'sources': [ | 269 'sources': [ |
| 259 'core/fpdfapi/fpdf_basic_module.cpp', | 270 'core/fpdfapi/fpdf_basic_module.cpp', |
| (...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1048 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1059 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 1049 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1060 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 1050 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1061 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 1051 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1062 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 1052 ], | 1063 ], |
| 1053 }, | 1064 }, |
| 1054 ] | 1065 ] |
| 1055 }], | 1066 }], |
| 1056 ] | 1067 ] |
| 1057 } | 1068 } |
| OLD | NEW |