| 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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 818 ['pdf_enable_v8==1', { | 818 ['pdf_enable_v8==1', { |
| 819 'include_dirs': [ | 819 'include_dirs': [ |
| 820 '<(DEPTH)/v8', | 820 '<(DEPTH)/v8', |
| 821 '<(DEPTH)/v8/include', | 821 '<(DEPTH)/v8/include', |
| 822 ], | 822 ], |
| 823 'dependencies': [ | 823 'dependencies': [ |
| 824 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 824 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 825 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 825 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 826 ], | 826 ], |
| 827 'sources': [ | 827 'sources': [ |
| 828 'fpdfsdk/src/javascript/public_methods_embeddertest.cpp', |
| 828 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', | 829 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', |
| 830 'testing/js_embedder_test.cpp', |
| 831 'testing/js_embedder_test.h', |
| 829 ], | 832 ], |
| 830 }], | 833 }], |
| 831 ], | 834 ], |
| 832 }, | 835 }, |
| 833 { | 836 { |
| 834 'target_name': 'test_support', | 837 'target_name': 'test_support', |
| 835 'type': 'static_library', | 838 'type': 'static_library', |
| 836 'dependencies': [ | 839 'dependencies': [ |
| 837 '<(DEPTH)/testing/gmock.gyp:gmock', | 840 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 838 '<(DEPTH)/testing/gtest.gyp:gtest', | 841 '<(DEPTH)/testing/gtest.gyp:gtest', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 876 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', | 879 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', |
| 877 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', | 880 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', |
| 878 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', | 881 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', |
| 879 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', | 882 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', |
| 880 ], | 883 ], |
| 881 }, | 884 }, |
| 882 ] | 885 ] |
| 883 }], | 886 }], |
| 884 ] | 887 ] |
| 885 } | 888 } |
| OLD | NEW |