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 908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
919 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 919 'core/fxcodec/codec/fx_codec_jpx_unittest.cpp', |
920 'core/fxcrt/fx_basic_bstring_unittest.cpp', | 920 'core/fxcrt/fx_basic_bstring_unittest.cpp', |
921 'core/fxcrt/fx_basic_gcc_unittest.cpp', | 921 'core/fxcrt/fx_basic_gcc_unittest.cpp', |
922 'core/fxcrt/fx_basic_memmgr_unittest.cpp', | 922 'core/fxcrt/fx_basic_memmgr_unittest.cpp', |
923 'core/fxcrt/fx_basic_util_unittest.cpp', | 923 'core/fxcrt/fx_basic_util_unittest.cpp', |
924 'core/fxcrt/fx_basic_wstring_unittest.cpp', | 924 'core/fxcrt/fx_basic_wstring_unittest.cpp', |
925 'core/fxcrt/fx_bidi_unittest.cpp', | 925 'core/fxcrt/fx_bidi_unittest.cpp', |
926 'core/fxcrt/fx_extension_unittest.cpp', | 926 'core/fxcrt/fx_extension_unittest.cpp', |
927 'core/fxcrt/fx_system_unittest.cpp', | 927 'core/fxcrt/fx_system_unittest.cpp', |
928 'fpdfsdk/fpdfdoc_unittest.cpp', | 928 'fpdfsdk/fpdfdoc_unittest.cpp', |
| 929 'fpdfsdk/fpdfeditimg_unittest.cpp', |
929 'testing/fx_string_testhelpers.h', | 930 'testing/fx_string_testhelpers.h', |
930 'testing/fx_string_testhelpers.cpp', | 931 'testing/fx_string_testhelpers.cpp', |
931 ], | 932 ], |
932 'conditions': [ | 933 'conditions': [ |
933 ['pdf_enable_xfa==1', { | 934 ['pdf_enable_xfa==1', { |
934 'sources': [ | 935 'sources': [ |
935 'xfa/fde/css/fde_cssdatatable.cpp', | 936 'xfa/fde/css/fde_cssdatatable.cpp', |
936 'xfa/fde/xml/fde_xml_imp_unittest.cpp', | 937 'xfa/fde/xml/fde_xml_imp_unittest.cpp', |
937 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 938 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
938 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', | 939 'xfa/fxfa/app/xfa_textlayout_unittest.cpp', |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1103 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1104 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1104 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1105 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1105 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1106 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1106 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1107 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1107 ], | 1108 ], |
1108 }, | 1109 }, |
1109 ] | 1110 ] |
1110 }], | 1111 }], |
1111 ] | 1112 ] |
1112 } | 1113 } |
OLD | NEW |