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 931 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
942 'testing/fx_string_testhelpers.h', | 942 'testing/fx_string_testhelpers.h', |
943 'testing/fx_string_testhelpers.cpp', | 943 'testing/fx_string_testhelpers.cpp', |
944 ], | 944 ], |
945 'conditions': [ | 945 'conditions': [ |
946 ['pdf_enable_xfa==1', { | 946 ['pdf_enable_xfa==1', { |
947 'sources': [ | 947 'sources': [ |
948 'xfa/fde/css/fde_cssdatatable.cpp', | 948 'xfa/fde/css/fde_cssdatatable.cpp', |
949 'xfa/fde/xml/fde_xml_imp_unittest.cpp', | 949 'xfa/fde/xml/fde_xml_imp_unittest.cpp', |
950 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 950 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
951 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', | 951 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', |
| 952 'xfa/fxfa/fm2js/xfa_simpleexpression_unittest.cpp', |
952 'xfa/fxfa/parser/xfa_utils_unittest.cpp', | 953 'xfa/fxfa/parser/xfa_utils_unittest.cpp', |
953 ], | 954 ], |
954 }], | 955 }], |
955 ['pdf_use_skia==1', { | 956 ['pdf_use_skia==1', { |
956 'sources': [ | 957 'sources': [ |
957 'core/fxge/skia/fx_skia_device_unittest.cpp', | 958 'core/fxge/skia/fx_skia_device_unittest.cpp', |
958 ], | 959 ], |
959 }], | 960 }], |
960 ['pdf_enable_v8==1', { | 961 ['pdf_enable_v8==1', { |
961 'include_dirs': [ | 962 'include_dirs': [ |
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1117 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1118 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1118 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1119 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1120 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1121 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1121 ], | 1122 ], |
1122 }, | 1123 }, |
1123 ] | 1124 ] |
1124 }], | 1125 }], |
1125 ] | 1126 ] |
1126 } | 1127 } |
OLD | NEW |