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 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 ], | 904 ], |
905 }, | 905 }, |
906 { | 906 { |
907 'target_name': 'content_browser_test_support', | 907 'target_name': 'content_browser_test_support', |
908 'type': 'static_library', | 908 'type': 'static_library', |
909 'dependencies': [ | 909 'dependencies': [ |
910 'content_shell_lib', | 910 'content_shell_lib', |
911 'content.gyp:content_browser', | 911 'content.gyp:content_browser', |
912 '../skia/skia.gyp:skia', | 912 '../skia/skia.gyp:skia', |
913 '../testing/gtest.gyp:gtest', | 913 '../testing/gtest.gyp:gtest', |
914 '../ui/accessibility/accessibility.gyp:ax_gen', | |
915 ], | 914 ], |
916 'sources': [ | 915 'sources': [ |
917 'test/accessibility_browser_test_utils.cc', | 916 'public/test/content_browser_test.cc', |
918 'test/accessibility_browser_test_utils.h', | 917 'public/test/content_browser_test.h', |
919 'test/content_browser_test.cc', | 918 'public/test/content_browser_test_utils.cc', |
920 'test/content_browser_test.h', | 919 'public/test/content_browser_test_utils.h', |
921 'test/content_browser_test_utils.cc', | 920 'public/test/content_browser_test_utils_mac.mm', |
922 'test/content_browser_test_utils.h', | |
923 'test/content_browser_test_utils_mac.mm', | |
924 ], | 921 ], |
925 }, | 922 }, |
926 { | 923 { |
927 'target_name': 'web_ui_test_mojo_bindings', | 924 'target_name': 'web_ui_test_mojo_bindings', |
928 'type': 'static_library', | 925 'type': 'static_library', |
929 'dependencies': [ | 926 'dependencies': [ |
930 '../mojo/mojo.gyp:mojo_bindings', | 927 '../mojo/mojo.gyp:mojo_bindings', |
931 '../mojo/mojo.gyp:mojo_system', | 928 '../mojo/mojo.gyp:mojo_system', |
932 ], | 929 ], |
933 'sources': [ | 930 'sources': [ |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1071 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc', | 1068 'renderer/pepper/pepper_device_enumeration_host_helper_unittest.cc', |
1072 'renderer/pepper/pepper_file_chooser_host_unittest.cc', | 1069 'renderer/pepper/pepper_file_chooser_host_unittest.cc', |
1073 'renderer/pepper/pepper_graphics_2d_host_unittest.cc', | 1070 'renderer/pepper/pepper_graphics_2d_host_unittest.cc', |
1074 'renderer/pepper/pepper_url_request_unittest.cc', | 1071 'renderer/pepper/pepper_url_request_unittest.cc', |
1075 'renderer/render_thread_impl_browsertest.cc', | 1072 'renderer/render_thread_impl_browsertest.cc', |
1076 'renderer/render_view_browsertest.cc', | 1073 'renderer/render_view_browsertest.cc', |
1077 'renderer/render_view_browsertest_mac.mm', | 1074 'renderer/render_view_browsertest_mac.mm', |
1078 'renderer/render_widget_browsertest.cc', | 1075 'renderer/render_widget_browsertest.cc', |
1079 'renderer/resource_fetcher_browsertest.cc', | 1076 'renderer/resource_fetcher_browsertest.cc', |
1080 'renderer/savable_resources_browsertest.cc', | 1077 'renderer/savable_resources_browsertest.cc', |
| 1078 'test/accessibility_browser_test_utils.cc', |
| 1079 'test/accessibility_browser_test_utils.h', |
1081 'test/content_browser_test_test.cc', | 1080 'test/content_browser_test_test.cc', |
1082 'test/content_test_launcher.cc', | 1081 'test/content_test_launcher.cc', |
1083 'test/webui_resource_browsertest.cc', | 1082 'test/webui_resource_browsertest.cc', |
1084 ], | 1083 ], |
1085 'conditions': [ | 1084 'conditions': [ |
1086 ['chromeos==0', { | 1085 ['chromeos==0', { |
1087 'sources!': [ | 1086 'sources!': [ |
1088 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', | 1087 'browser/web_contents/touch_editable_impl_aura_browsertest.cc', |
1089 ], | 1088 ], |
1090 }], | 1089 }], |
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1771 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1770 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1772 }, | 1771 }, |
1773 ], | 1772 ], |
1774 }], | 1773 }], |
1775 ], | 1774 ], |
1776 }, | 1775 }, |
1777 ], | 1776 ], |
1778 }], | 1777 }], |
1779 ], | 1778 ], |
1780 } | 1779 } |
OLD | NEW |