| 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 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 'core/fxcrt/fx_bidi_unittest.cpp', | 915 'core/fxcrt/fx_bidi_unittest.cpp', |
| 916 'core/fxcrt/fx_extension_unittest.cpp', | 916 'core/fxcrt/fx_extension_unittest.cpp', |
| 917 'core/fxcrt/fx_system_unittest.cpp', | 917 'core/fxcrt/fx_system_unittest.cpp', |
| 918 'fpdfsdk/fpdfdoc_unittest.cpp', | 918 'fpdfsdk/fpdfdoc_unittest.cpp', |
| 919 'testing/fx_string_testhelpers.h', | 919 'testing/fx_string_testhelpers.h', |
| 920 'testing/fx_string_testhelpers.cpp', | 920 'testing/fx_string_testhelpers.cpp', |
| 921 ], | 921 ], |
| 922 'conditions': [ | 922 'conditions': [ |
| 923 ['pdf_enable_xfa==1', { | 923 ['pdf_enable_xfa==1', { |
| 924 'sources': [ | 924 'sources': [ |
| 925 'xfa/fde/xml/fde_xml_imp_unittest.cpp', |
| 925 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 926 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 926 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', | 927 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', |
| 927 ], | 928 ], |
| 928 }], | 929 }], |
| 929 ['pdf_enable_v8==1', { | 930 ['pdf_enable_v8==1', { |
| 930 'include_dirs': [ | 931 'include_dirs': [ |
| 931 '<(DEPTH)/v8', | 932 '<(DEPTH)/v8', |
| 932 '<(DEPTH)/v8/include', | 933 '<(DEPTH)/v8/include', |
| 933 ], | 934 ], |
| 934 'sources': [ | 935 'sources': [ |
| (...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1038 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 1039 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 1040 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 1041 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 1042 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 1042 ], | 1043 ], |
| 1043 }, | 1044 }, |
| 1044 ] | 1045 ] |
| 1045 }], | 1046 }], |
| 1046 ] | 1047 ] |
| 1047 } | 1048 } |
| OLD | NEW |