OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'dependencies': [ | 10 'dependencies': [ |
(...skipping 883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
894 '../testing/android/native_test.gyp:native_test_native_code', | 894 '../testing/android/native_test.gyp:native_test_native_code', |
895 ], | 895 ], |
896 }], | 896 }], |
897 ], | 897 ], |
898 }, | 898 }, |
899 { | 899 { |
900 'target_name': 'content_browser_test_support', | 900 'target_name': 'content_browser_test_support', |
901 'type': 'static_library', | 901 'type': 'static_library', |
902 'dependencies': [ | 902 'dependencies': [ |
903 'content_shell_lib', | 903 'content_shell_lib', |
| 904 'content.gyp:content_browser', |
904 '../skia/skia.gyp:skia', | 905 '../skia/skia.gyp:skia', |
905 '../testing/gtest.gyp:gtest', | 906 '../testing/gtest.gyp:gtest', |
906 '../ui/accessibility/accessibility.gyp:ax_gen', | 907 '../ui/accessibility/accessibility.gyp:ax_gen', |
907 ], | 908 ], |
908 'sources': [ | 909 'sources': [ |
909 'test/accessibility_browser_test_utils.cc', | 910 'test/accessibility_browser_test_utils.cc', |
910 'test/accessibility_browser_test_utils.h', | 911 'test/accessibility_browser_test_utils.h', |
911 'test/content_browser_test.cc', | 912 'test/content_browser_test.cc', |
912 'test/content_browser_test.h', | 913 'test/content_browser_test.h', |
913 'test/content_browser_test_utils.cc', | 914 'test/content_browser_test_utils.cc', |
(...skipping 801 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1715 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1716 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1716 }, | 1717 }, |
1717 ], | 1718 ], |
1718 }], | 1719 }], |
1719 ], | 1720 ], |
1720 }, | 1721 }, |
1721 ], | 1722 ], |
1722 }], | 1723 }], |
1723 ], | 1724 ], |
1724 } | 1725 } |
OLD | NEW |