| 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 'pdf_use_skia%': 0, | 9 'pdf_use_skia%': 0, |
| 10 'pdf_enable_v8%': 1, | 10 'pdf_enable_v8%': 1, |
| (...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', | 795 'fpdfsdk/src/fpdf_dataavail_embeddertest.cpp', |
| 796 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', | 796 'fpdfsdk/src/fpdfdoc_embeddertest.cpp', |
| 797 'fpdfsdk/src/fpdfedit_embeddertest.cpp', | 797 'fpdfsdk/src/fpdfedit_embeddertest.cpp', |
| 798 'fpdfsdk/src/fpdfext_embeddertest.cpp', | 798 'fpdfsdk/src/fpdfext_embeddertest.cpp', |
| 799 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', | 799 'fpdfsdk/src/fpdfformfill_embeddertest.cpp', |
| 800 'fpdfsdk/src/fpdfsave_embeddertest.cpp', | 800 'fpdfsdk/src/fpdfsave_embeddertest.cpp', |
| 801 'fpdfsdk/src/fpdftext_embeddertest.cpp', | 801 'fpdfsdk/src/fpdftext_embeddertest.cpp', |
| 802 'fpdfsdk/src/fpdfview_c_api_test.c', | 802 'fpdfsdk/src/fpdfview_c_api_test.c', |
| 803 'fpdfsdk/src/fpdfview_c_api_test.h', | 803 'fpdfsdk/src/fpdfview_c_api_test.h', |
| 804 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 804 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 805 'fpdfsdk/src/fsdk_baseform_embeddertest.cpp', |
| 805 'testing/embedder_test.cpp', | 806 'testing/embedder_test.cpp', |
| 806 'testing/embedder_test.h', | 807 'testing/embedder_test.h', |
| 807 'testing/embedder_test_mock_delegate.h', | 808 'testing/embedder_test_mock_delegate.h', |
| 808 'testing/embedder_test_timer_handling_delegate.h', | 809 'testing/embedder_test_timer_handling_delegate.h', |
| 809 ], | 810 ], |
| 810 'conditions': [ | 811 'conditions': [ |
| 811 ['pdf_enable_xfa==1', { | 812 ['pdf_enable_xfa==1', { |
| 812 'sources': [ | 813 'sources': [ |
| 813 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp', | 814 'xfa/src/fxfa/src/parser/xfa_parser_imp_embeddertest.cpp', |
| 814 ], | 815 ], |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 878 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 878 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 879 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 879 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 880 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 880 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 881 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 881 ], | 882 ], |
| 882 }, | 883 }, |
| 883 ] | 884 ] |
| 884 }], | 885 }], |
| 885 ] | 886 ] |
| 886 } | 887 } |
| OLD | NEW |