| 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 766 ['pdf_enable_v8==1', { | 766 ['pdf_enable_v8==1', { |
| 767 'include_dirs': [ | 767 'include_dirs': [ |
| 768 '<(DEPTH)/v8', | 768 '<(DEPTH)/v8', |
| 769 '<(DEPTH)/v8/include', | 769 '<(DEPTH)/v8/include', |
| 770 ], | 770 ], |
| 771 'dependencies': [ | 771 'dependencies': [ |
| 772 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 772 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 773 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 773 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 774 ], | 774 ], |
| 775 'sources': [ | 775 'sources': [ |
| 776 'fpdfsdk/src/javascript/public_methods_embeddertest.cpp', |
| 776 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', | 777 'fpdfsdk/src/jsapi/fxjs_v8_embeddertest.cpp', |
| 778 'testing/js_embedder_test.cpp', |
| 779 'testing/js_embedder_test.h', |
| 777 ], | 780 ], |
| 778 }], | 781 }], |
| 779 ], | 782 ], |
| 780 }, | 783 }, |
| 781 { | 784 { |
| 782 'target_name': 'test_support', | 785 'target_name': 'test_support', |
| 783 'type': 'static_library', | 786 'type': 'static_library', |
| 784 'dependencies': [ | 787 'dependencies': [ |
| 785 '<(DEPTH)/testing/gmock.gyp:gmock', | 788 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 786 '<(DEPTH)/testing/gtest.gyp:gtest', | 789 '<(DEPTH)/testing/gtest.gyp:gtest', |
| (...skipping 13 matching lines...) Expand all Loading... |
| 800 ], | 803 ], |
| 801 'dependencies': [ | 804 'dependencies': [ |
| 802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 805 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 803 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 806 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 804 ], | 807 ], |
| 805 }], | 808 }], |
| 806 ], | 809 ], |
| 807 }, | 810 }, |
| 808 ], | 811 ], |
| 809 } | 812 } |
| OLD | NEW |