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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 'core/fpdftext/fpdf_text_int_unittest.cpp', | 938 'core/fpdftext/fpdf_text_int_unittest.cpp', |
939 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 939 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
940 'core/fxcrt/fx_basic_bstring_unittest.cpp', | 940 'core/fxcrt/fx_basic_bstring_unittest.cpp', |
941 'core/fxcrt/fx_basic_gcc_unittest.cpp', | 941 'core/fxcrt/fx_basic_gcc_unittest.cpp', |
942 'core/fxcrt/fx_basic_memmgr_unittest.cpp', | 942 'core/fxcrt/fx_basic_memmgr_unittest.cpp', |
943 'core/fxcrt/fx_basic_util_unittest.cpp', | 943 'core/fxcrt/fx_basic_util_unittest.cpp', |
944 'core/fxcrt/fx_basic_wstring_unittest.cpp', | 944 'core/fxcrt/fx_basic_wstring_unittest.cpp', |
945 'core/fxcrt/fx_bidi_unittest.cpp', | 945 'core/fxcrt/fx_bidi_unittest.cpp', |
946 'core/fxcrt/fx_extension_unittest.cpp', | 946 'core/fxcrt/fx_extension_unittest.cpp', |
947 'core/fxcrt/fx_system_unittest.cpp', | 947 'core/fxcrt/fx_system_unittest.cpp', |
| 948 'core/fxge/dib/fx_dib_engine_unittest.cpp', |
948 'fpdfsdk/fpdfdoc_unittest.cpp', | 949 'fpdfsdk/fpdfdoc_unittest.cpp', |
949 'fpdfsdk/fpdfeditimg_unittest.cpp', | 950 'fpdfsdk/fpdfeditimg_unittest.cpp', |
950 'testing/fx_string_testhelpers.h', | 951 'testing/fx_string_testhelpers.h', |
951 'testing/fx_string_testhelpers.cpp', | 952 'testing/fx_string_testhelpers.cpp', |
952 ], | 953 ], |
953 'conditions': [ | 954 'conditions': [ |
954 ['pdf_enable_xfa==1', { | 955 ['pdf_enable_xfa==1', { |
955 'sources': [ | 956 'sources': [ |
956 'xfa/fde/css/fde_cssdatatable.cpp', | 957 'xfa/fde/css/fde_cssdatatable.cpp', |
957 'xfa/fde/xml/fde_xml_imp_unittest.cpp', | 958 'xfa/fde/xml/fde_xml_imp_unittest.cpp', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1126 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1127 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1127 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1128 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1128 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1129 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1129 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1130 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1130 ], | 1131 ], |
1131 }, | 1132 }, |
1132 ] | 1133 ] |
1133 }], | 1134 }], |
1134 ] | 1135 ] |
1135 } | 1136 } |
OLD | NEW |