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 | 8 |
9 'variables': { | 9 'variables': { |
10 'clang_use_pdfium_plugins%': 0, | 10 'clang_use_pdfium_plugins%': 0, |
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
938 'core/fxcrt/fx_bidi_unittest.cpp', | 938 'core/fxcrt/fx_bidi_unittest.cpp', |
939 'core/fxcrt/fx_extension_unittest.cpp', | 939 'core/fxcrt/fx_extension_unittest.cpp', |
940 'core/fxcrt/fx_system_unittest.cpp', | 940 'core/fxcrt/fx_system_unittest.cpp', |
941 'fpdfsdk/fpdfdoc_unittest.cpp', | 941 'fpdfsdk/fpdfdoc_unittest.cpp', |
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/xml/fde_xml_imp_unittest.cpp', | 949 'xfa/fde/xml/fde_xml_imp_unittest.cpp', |
949 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 950 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
950 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', | 951 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', |
951 ], | 952 ], |
952 }], | 953 }], |
953 ['pdf_enable_v8==1', { | 954 ['pdf_enable_v8==1', { |
954 'include_dirs': [ | 955 'include_dirs': [ |
955 '<(DEPTH)/v8', | 956 '<(DEPTH)/v8', |
956 '<(DEPTH)/v8/include', | 957 '<(DEPTH)/v8/include', |
957 ], | 958 ], |
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1072 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', | 1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', |
1073 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', | 1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', |
1074 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', | 1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', |
1075 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', | 1076 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', |
1076 ], | 1077 ], |
1077 }, | 1078 }, |
1078 ] | 1079 ] |
1079 }], | 1080 }], |
1080 ] | 1081 ] |
1081 } | 1082 } |
OLD | NEW |