| 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 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 838 'testing/fx_string_testhelpers.h', | 838 'testing/fx_string_testhelpers.h', |
| 839 'testing/fx_string_testhelpers.cpp', | 839 'testing/fx_string_testhelpers.cpp', |
| 840 ], | 840 ], |
| 841 'conditions': [ | 841 'conditions': [ |
| 842 ['pdf_enable_xfa==1', { | 842 ['pdf_enable_xfa==1', { |
| 843 'sources': [ | 843 'sources': [ |
| 844 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', | 844 'xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp', |
| 845 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', | 845 'xfa/fxfa/parser/xfa_utils_imp_unittest.cpp', |
| 846 ], | 846 ], |
| 847 }], | 847 }], |
| 848 ['pdf_enable_v8==1', { |
| 849 'include_dirs': [ |
| 850 '<(DEPTH)/v8', |
| 851 '<(DEPTH)/v8/include', |
| 852 ], |
| 853 'sources': [ |
| 854 'fpdfsdk/javascript/public_methods_unittest.cpp', |
| 855 ], |
| 856 }], |
| 848 ], | 857 ], |
| 849 }, | 858 }, |
| 850 { | 859 { |
| 851 'target_name': 'pdfium_embeddertests', | 860 'target_name': 'pdfium_embeddertests', |
| 852 'type': 'executable', | 861 'type': 'executable', |
| 853 'dependencies': [ | 862 'dependencies': [ |
| 854 '<(DEPTH)/testing/gmock.gyp:gmock', | 863 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 855 '<(DEPTH)/testing/gtest.gyp:gtest', | 864 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 856 'pdfium', | 865 'pdfium', |
| 857 'test_support', | 866 'test_support', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 957 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 949 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 958 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 950 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 959 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 951 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 960 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 952 ], | 961 ], |
| 953 }, | 962 }, |
| 954 ] | 963 ] |
| 955 }], | 964 }], |
| 956 ] | 965 ] |
| 957 } | 966 } |
| OLD | NEW |