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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
837 'type': 'static_library', | 837 'type': 'static_library', |
838 'dependencies': [ | 838 'dependencies': [ |
839 '<(DEPTH)/testing/gmock.gyp:gmock', | 839 '<(DEPTH)/testing/gmock.gyp:gmock', |
840 '<(DEPTH)/testing/gtest.gyp:gtest', | 840 '<(DEPTH)/testing/gtest.gyp:gtest', |
841 ], | 841 ], |
842 'sources': [ | 842 'sources': [ |
843 'testing/fx_string_testhelpers.cpp', | 843 'testing/fx_string_testhelpers.cpp', |
844 'testing/fx_string_testhelpers.h', | 844 'testing/fx_string_testhelpers.h', |
845 'testing/test_support.cpp', | 845 'testing/test_support.cpp', |
846 'testing/test_support.h', | 846 'testing/test_support.h', |
| 847 'testing/utils/path_service.cpp', |
847 ], | 848 ], |
848 'conditions': [ | 849 'conditions': [ |
849 ['pdf_enable_v8==1', { | 850 ['pdf_enable_v8==1', { |
850 'include_dirs': [ | 851 'include_dirs': [ |
851 '<(DEPTH)/v8', | 852 '<(DEPTH)/v8', |
852 '<(DEPTH)/v8/include', | 853 '<(DEPTH)/v8/include', |
853 ], | 854 ], |
854 'dependencies': [ | 855 'dependencies': [ |
855 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
856 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 857 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |
857 ], | 858 ], |
858 }], | 859 }], |
859 ], | 860 ], |
860 }, | 861 }, |
861 ], | 862 ], |
862 } | 863 } |
OLD | NEW |