| 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 212 'core/fdrm/crypto/include/fx_crypt.h', | 212 'core/fdrm/crypto/include/fx_crypt.h', |
| 213 'core/fdrm/crypto/fx_crypt.cpp', | 213 'core/fdrm/crypto/fx_crypt.cpp', |
| 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_ap.h', | |
| 223 'core/include/fpdfdoc/fpdf_doc.h', | 222 'core/include/fpdfdoc/fpdf_doc.h', |
| 224 'core/include/fpdfdoc/fpdf_tagged.h', | 223 'core/include/fpdfdoc/fpdf_tagged.h', |
| 225 'core/include/fpdfdoc/fpdf_vt.h', | 224 'core/include/fpdfdoc/fpdf_vt.h', |
| 225 'core/fpdfdoc/cpvt_color.cpp', |
| 226 'core/fpdfdoc/cpvt_color.h', |
| 227 'core/fpdfdoc/cpvt_dash.h', |
| 228 'core/fpdfdoc/cpvt_fontmap.cpp', |
| 229 'core/fpdfdoc/cpvt_fontmap.h', |
| 230 'core/fpdfdoc/cpvt_generateap.cpp', |
| 231 'core/fpdfdoc/cpvt_generateap.h', |
| 232 'core/fpdfdoc/cpvt_provider.h', |
| 226 'core/fpdfdoc/doc_action.cpp', | 233 'core/fpdfdoc/doc_action.cpp', |
| 227 'core/fpdfdoc/doc_annot.cpp', | 234 'core/fpdfdoc/doc_annot.cpp', |
| 228 'core/fpdfdoc/doc_ap.cpp', | 235 'core/fpdfdoc/doc_ap.cpp', |
| 229 'core/fpdfdoc/doc_basic.cpp', | 236 'core/fpdfdoc/doc_basic.cpp', |
| 230 'core/fpdfdoc/doc_bookmark.cpp', | 237 'core/fpdfdoc/doc_bookmark.cpp', |
| 231 'core/fpdfdoc/doc_form.cpp', | 238 'core/fpdfdoc/doc_form.cpp', |
| 232 'core/fpdfdoc/doc_formcontrol.cpp', | 239 'core/fpdfdoc/doc_formcontrol.cpp', |
| 233 'core/fpdfdoc/doc_formfield.cpp', | 240 'core/fpdfdoc/doc_formfield.cpp', |
| 234 'core/fpdfdoc/doc_link.cpp', | 241 'core/fpdfdoc/doc_link.cpp', |
| 235 'core/fpdfdoc/doc_metadata.cpp', | 242 'core/fpdfdoc/doc_metadata.cpp', |
| 236 'core/fpdfdoc/doc_ocg.cpp', | 243 'core/fpdfdoc/doc_ocg.cpp', |
| 237 'core/fpdfdoc/doc_tagged.cpp', | 244 'core/fpdfdoc/doc_tagged.cpp', |
| 238 'core/fpdfdoc/doc_utils.cpp', | 245 'core/fpdfdoc/doc_utils.cpp', |
| 239 'core/fpdfdoc/doc_utils.h', | 246 'core/fpdfdoc/doc_utils.h', |
| 240 'core/fpdfdoc/doc_viewerPreferences.cpp', | 247 'core/fpdfdoc/doc_viewerPreferences.cpp', |
| 241 'core/fpdfdoc/doc_vt.cpp', | 248 'core/fpdfdoc/doc_vt.cpp', |
| 242 'core/fpdfdoc/doc_vtmodule.cpp', | 249 'core/fpdfdoc/doc_vtmodule.cpp', |
| 250 'core/fpdfdoc/include/ipdf_variabletext_provider.h', |
| 251 'core/fpdfdoc/ipdf_variabletext_provider.cpp', |
| 252 'core/fpdfdoc/ipvt_fontmap.h', |
| 243 'core/fpdfdoc/pdf_vt.h', | 253 'core/fpdfdoc/pdf_vt.h', |
| 244 'core/fpdfdoc/tagged_int.h', | 254 'core/fpdfdoc/tagged_int.h', |
| 245 ], | 255 ], |
| 246 }, | 256 }, |
| 247 { | 257 { |
| 248 'target_name': 'fpdfapi', | 258 'target_name': 'fpdfapi', |
| 249 'type': 'static_library', | 259 'type': 'static_library', |
| 250 'sources': [ | 260 'sources': [ |
| 251 'core/fpdfapi/fpdf_basic_module.cpp', | 261 'core/fpdfapi/fpdf_basic_module.cpp', |
| 252 'core/fpdfapi/fpdf_cmaps/cmap_int.h', | 262 'core/fpdfapi/fpdf_cmaps/cmap_int.h', |
| (...skipping 785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1048 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1049 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1050 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1051 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 1042 ], | 1052 ], |
| 1043 }, | 1053 }, |
| 1044 ] | 1054 ] |
| 1045 }], | 1055 }], |
| 1046 ] | 1056 ] |
| 1047 } | 1057 } |
| OLD | NEW |