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 648 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 'core/fxcrt/include/fx_string.h', | 659 'core/fxcrt/include/fx_string.h', |
660 'core/fxcrt/include/fx_system.h', | 660 'core/fxcrt/include/fx_system.h', |
661 'core/fxcrt/include/fx_ucd.h', | 661 'core/fxcrt/include/fx_ucd.h', |
662 'core/fxcrt/include/fx_xml.h', | 662 'core/fxcrt/include/fx_xml.h', |
663 'core/fxcrt/plex.h', | 663 'core/fxcrt/plex.h', |
664 'core/fxcrt/xml_int.h', | 664 'core/fxcrt/xml_int.h', |
665 ], | 665 ], |
666 'conditions': [ | 666 'conditions': [ |
667 ['pdf_enable_xfa==1', { | 667 ['pdf_enable_xfa==1', { |
668 'sources': [ | 668 'sources': [ |
| 669 'core/fxcrt/fx_arabic.cpp', |
| 670 'core/fxcrt/fx_basic_maps.cpp', |
| 671 'core/fxcrt/include/fx_arabic.h', |
669 'core/fxcrt/include/fx_arb.h', | 672 'core/fxcrt/include/fx_arb.h', |
670 'core/fxcrt/fx_arabic.cpp', | |
671 'core/fxcrt/fx_arabic.h', | |
672 'core/fxcrt/fx_basic_maps.cpp', | |
673 ], | 673 ], |
674 }], | 674 }], |
675 ], | 675 ], |
676 }, | 676 }, |
677 { | 677 { |
678 'target_name': 'fxge', | 678 'target_name': 'fxge', |
679 'type': 'static_library', | 679 'type': 'static_library', |
680 'dependencies': [ | 680 'dependencies': [ |
681 'third_party/third_party.gyp:fx_agg', | 681 'third_party/third_party.gyp:fx_agg', |
682 ], | 682 ], |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1080 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1081 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1082 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1083 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1084 ], | 1084 ], |
1085 }, | 1085 }, |
1086 ] | 1086 ] |
1087 }], | 1087 }], |
1088 ] | 1088 ] |
1089 } | 1089 } |
OLD | NEW |