| 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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 829 'core/src/fxcrt/fx_bidi_unittest.cpp', | 829 'core/src/fxcrt/fx_bidi_unittest.cpp', |
| 830 'core/src/fxcrt/fx_extension_unittest.cpp', | 830 'core/src/fxcrt/fx_extension_unittest.cpp', |
| 831 'core/src/fxcrt/fx_system_unittest.cpp', | 831 'core/src/fxcrt/fx_system_unittest.cpp', |
| 832 'fpdfsdk/src/fpdfdoc_unittest.cpp', | 832 'fpdfsdk/src/fpdfdoc_unittest.cpp', |
| 833 'testing/fx_string_testhelpers.h', | 833 'testing/fx_string_testhelpers.h', |
| 834 'testing/fx_string_testhelpers.cpp', | 834 'testing/fx_string_testhelpers.cpp', |
| 835 ], | 835 ], |
| 836 'conditions': [ | 836 'conditions': [ |
| 837 ['pdf_enable_xfa==1', { | 837 ['pdf_enable_xfa==1', { |
| 838 'sources': [ | 838 'sources': [ |
| 839 'xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 839 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 840 'xfa/src/fxfa/parser/xfa_utils_imp_unittest.cpp', | 840 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', |
| 841 ], | 841 ], |
| 842 }], | 842 }], |
| 843 ], | 843 ], |
| 844 }, | 844 }, |
| 845 { | 845 { |
| 846 'target_name': 'pdfium_embeddertests', | 846 'target_name': 'pdfium_embeddertests', |
| 847 'type': 'executable', | 847 'type': 'executable', |
| 848 'dependencies': [ | 848 'dependencies': [ |
| 849 '<(DEPTH)/testing/gmock.gyp:gmock', | 849 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 850 '<(DEPTH)/testing/gtest.gyp:gtest', | 850 '<(DEPTH)/testing/gtest.gyp:gtest', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 869 'fpdfsdk/src/fpdfview_embeddertest.cpp', | 869 'fpdfsdk/src/fpdfview_embeddertest.cpp', |
| 870 'fpdfsdk/src/fsdk_baseform_embeddertest.cpp', | 870 'fpdfsdk/src/fsdk_baseform_embeddertest.cpp', |
| 871 'testing/embedder_test.cpp', | 871 'testing/embedder_test.cpp', |
| 872 'testing/embedder_test.h', | 872 'testing/embedder_test.h', |
| 873 'testing/embedder_test_mock_delegate.h', | 873 'testing/embedder_test_mock_delegate.h', |
| 874 'testing/embedder_test_timer_handling_delegate.h', | 874 'testing/embedder_test_timer_handling_delegate.h', |
| 875 ], | 875 ], |
| 876 'conditions': [ | 876 'conditions': [ |
| 877 ['pdf_enable_xfa==1', { | 877 ['pdf_enable_xfa==1', { |
| 878 'sources': [ | 878 'sources': [ |
| 879 'xfa/src/fxfa/parser/xfa_parser_imp_embeddertest.cpp', | 879 'xfa/fxfa/parser/xfa_parser_imp_embeddertest.cpp', |
| 880 ], | 880 ], |
| 881 }], | 881 }], |
| 882 ['pdf_enable_v8==1', { | 882 ['pdf_enable_v8==1', { |
| 883 'include_dirs': [ | 883 'include_dirs': [ |
| 884 '<(DEPTH)/v8', | 884 '<(DEPTH)/v8', |
| 885 '<(DEPTH)/v8/include', | 885 '<(DEPTH)/v8/include', |
| 886 ], | 886 ], |
| 887 'dependencies': [ | 887 'dependencies': [ |
| 888 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 888 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 889 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 889 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 943 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 944 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 945 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 946 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 947 ], | 947 ], |
| 948 }, | 948 }, |
| 949 ] | 949 ] |
| 950 }], | 950 }], |
| 951 ] | 951 ] |
| 952 } | 952 } |
| OLD | NEW |