| 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 'type': 'static_library', | 782 'type': 'static_library', |
| 783 'dependencies': [ | 783 'dependencies': [ |
| 784 '<(DEPTH)/testing/gmock.gyp:gmock', | 784 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 785 '<(DEPTH)/testing/gtest.gyp:gtest', | 785 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 786 ], | 786 ], |
| 787 'sources': [ | 787 'sources': [ |
| 788 'testing/fx_string_testhelpers.cpp', | 788 'testing/fx_string_testhelpers.cpp', |
| 789 'testing/fx_string_testhelpers.h', | 789 'testing/fx_string_testhelpers.h', |
| 790 'testing/test_support.cpp', | 790 'testing/test_support.cpp', |
| 791 'testing/test_support.h', | 791 'testing/test_support.h', |
| 792 'testing/utils/path_service.cpp', |
| 792 ], | 793 ], |
| 793 'conditions': [ | 794 'conditions': [ |
| 794 ['pdf_enable_v8==1', { | 795 ['pdf_enable_v8==1', { |
| 795 'include_dirs': [ | 796 'include_dirs': [ |
| 796 '<(DEPTH)/v8', | 797 '<(DEPTH)/v8', |
| 797 '<(DEPTH)/v8/include', | 798 '<(DEPTH)/v8/include', |
| 798 ], | 799 ], |
| 799 'dependencies': [ | 800 'dependencies': [ |
| 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 802 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
| 802 ], | 803 ], |
| 803 }], | 804 }], |
| 804 ], | 805 ], |
| 805 }, | 806 }, |
| 806 ], | 807 ], |
| 807 } | 808 } |
| OLD | NEW |