| 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': 'layouttest_support_content', | |
| 9 'type': 'static_library', | |
| 10 'conditions': [ | |
| 11 ['OS=="android"', { | |
| 12 'dependencies': [ | |
| 13 'test_support_content_jni_headers', | |
| 14 ], | |
| 15 }], | |
| 16 ['OS!="ios"', { | |
| 17 # layouttest_support_content is not supported nor required on iOS. | |
| 18 'dependencies': [ | |
| 19 '../skia/skia.gyp:skia', | |
| 20 '../v8/tools/gyp/v8.gyp:v8', | |
| 21 '../webkit/common/webkit_common.gyp:webkit_common', | |
| 22 ], | |
| 23 'include_dirs': [ | |
| 24 '..', | |
| 25 ], | |
| 26 'sources': [ | |
| 27 'public/test/layouttest_support.h', | |
| 28 'public/test/nested_message_pump_android.cc', | |
| 29 'public/test/nested_message_pump_android.h', | |
| 30 'test/layouttest_support.cc', | |
| 31 'test/mock_webclipboard_impl.cc', | |
| 32 'test/mock_webclipboard_impl.h', | |
| 33 'test/test_media_stream_client.cc', | |
| 34 'test/test_media_stream_client.h', | |
| 35 'test/test_video_frame_provider.cc', | |
| 36 'test/test_video_frame_provider.h', | |
| 37 ], | |
| 38 }], | |
| 39 ], | |
| 40 }, | |
| 41 { | |
| 42 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 43 'type': 'static_library', | 9 'type': 'static_library', |
| 44 'dependencies': [ | 10 'dependencies': [ |
| 45 '../net/net.gyp:net_test_support', | 11 '../net/net.gyp:net_test_support', |
| 46 '../skia/skia.gyp:skia', | 12 '../skia/skia.gyp:skia', |
| 47 '../testing/gmock.gyp:gmock', | 13 '../testing/gmock.gyp:gmock', |
| 48 '../testing/gtest.gyp:gtest', | 14 '../testing/gtest.gyp:gtest', |
| 49 '../ui/accessibility/accessibility.gyp:ax_gen', | 15 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 50 '../ui/base/ui_base.gyp:ui_base', | 16 '../ui/base/ui_base.gyp:ui_base', |
| 51 '../ui/events/events.gyp:dom4_keycode_converter', | 17 '../ui/events/events.gyp:dom4_keycode_converter', |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 'public/test/mock_download_manager.cc', | 51 'public/test/mock_download_manager.cc', |
| 86 'public/test/mock_download_manager.h', | 52 'public/test/mock_download_manager.h', |
| 87 'public/test/mock_notification_observer.cc', | 53 'public/test/mock_notification_observer.cc', |
| 88 'public/test/mock_notification_observer.h', | 54 'public/test/mock_notification_observer.h', |
| 89 'public/test/mock_render_process_host.cc', | 55 'public/test/mock_render_process_host.cc', |
| 90 'public/test/mock_render_process_host.h', | 56 'public/test/mock_render_process_host.h', |
| 91 'public/test/mock_render_thread.cc', | 57 'public/test/mock_render_thread.cc', |
| 92 'public/test/mock_render_thread.h', | 58 'public/test/mock_render_thread.h', |
| 93 'public/test/mock_resource_context.cc', | 59 'public/test/mock_resource_context.cc', |
| 94 'public/test/mock_resource_context.h', | 60 'public/test/mock_resource_context.h', |
| 61 'public/test/nested_message_pump_android.cc', |
| 62 'public/test/nested_message_pump_android.h', |
| 95 'public/test/render_view_test.cc', | 63 'public/test/render_view_test.cc', |
| 96 'public/test/render_view_test.h', | 64 'public/test/render_view_test.h', |
| 97 'public/test/render_widget_test.cc', | 65 'public/test/render_widget_test.cc', |
| 98 'public/test/render_widget_test.h', | 66 'public/test/render_widget_test.h', |
| 99 'public/test/sandbox_file_system_test_helper.cc', | 67 'public/test/sandbox_file_system_test_helper.cc', |
| 100 'public/test/sandbox_file_system_test_helper.h', | 68 'public/test/sandbox_file_system_test_helper.h', |
| 101 'public/test/test_browser_context.cc', | 69 'public/test/test_browser_context.cc', |
| 102 'public/test/test_browser_context.h', | 70 'public/test/test_browser_context.h', |
| 103 'public/test/test_browser_thread.cc', | 71 'public/test/test_browser_thread.cc', |
| 104 'public/test/test_browser_thread.h', | 72 'public/test/test_browser_thread.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'test/content_test_suite.cc', | 121 'test/content_test_suite.cc', |
| 154 'test/content_test_suite.h', | 122 'test/content_test_suite.h', |
| 155 'test/mock_google_streaming_server.cc', | 123 'test/mock_google_streaming_server.cc', |
| 156 'test/mock_google_streaming_server.h', | 124 'test/mock_google_streaming_server.h', |
| 157 'test/mock_keyboard.cc', | 125 'test/mock_keyboard.cc', |
| 158 'test/mock_keyboard.h', | 126 'test/mock_keyboard.h', |
| 159 'test/mock_keyboard_driver_win.cc', | 127 'test/mock_keyboard_driver_win.cc', |
| 160 'test/mock_keyboard_driver_win.h', | 128 'test/mock_keyboard_driver_win.h', |
| 161 'test/mock_render_process.cc', | 129 'test/mock_render_process.cc', |
| 162 'test/mock_render_process.h', | 130 'test/mock_render_process.h', |
| 131 'test/mock_webclipboard_impl.cc', |
| 132 'test/mock_webclipboard_impl.h', |
| 163 'test/mock_webframeclient.h', | 133 'test/mock_webframeclient.h', |
| 164 'test/mock_weburlloader.cc', | 134 'test/mock_weburlloader.cc', |
| 165 'test/mock_weburlloader.h', | 135 'test/mock_weburlloader.h', |
| 166 'test/net/url_request_abort_on_end_job.cc', | 136 'test/net/url_request_abort_on_end_job.cc', |
| 167 'test/net/url_request_abort_on_end_job.h', | 137 'test/net/url_request_abort_on_end_job.h', |
| 168 'test/net/url_request_failed_job.cc', | 138 'test/net/url_request_failed_job.cc', |
| 169 'test/net/url_request_failed_job.h', | 139 'test/net/url_request_failed_job.h', |
| 170 'test/net/url_request_mock_http_job.cc', | 140 'test/net/url_request_mock_http_job.cc', |
| 171 'test/net/url_request_mock_http_job.h', | 141 'test/net/url_request_mock_http_job.h', |
| 172 'test/net/url_request_prepackaged_interceptor.cc', | 142 'test/net/url_request_prepackaged_interceptor.cc', |
| 173 'test/net/url_request_prepackaged_interceptor.h', | 143 'test/net/url_request_prepackaged_interceptor.h', |
| 174 'test/net/url_request_slow_download_job.cc', | 144 'test/net/url_request_slow_download_job.cc', |
| 175 'test/net/url_request_slow_download_job.h', | 145 'test/net/url_request_slow_download_job.h', |
| 176 'test/ppapi_unittest.cc', | 146 'test/ppapi_unittest.cc', |
| 177 'test/ppapi_unittest.h', | 147 'test/ppapi_unittest.h', |
| 178 'test/test_backing_store.cc', | 148 'test/test_backing_store.cc', |
| 179 'test/test_backing_store.h', | 149 'test/test_backing_store.h', |
| 180 'test/test_content_browser_client.cc', | 150 'test/test_content_browser_client.cc', |
| 181 'test/test_content_browser_client.h', | 151 'test/test_content_browser_client.h', |
| 182 'test/test_content_client.cc', | 152 'test/test_content_client.cc', |
| 183 'test/test_content_client.h', | 153 'test/test_content_client.h', |
| 184 'test/test_context_provider_factory.cc', | 154 'test/test_context_provider_factory.cc', |
| 185 'test/test_context_provider_factory.h', | 155 'test/test_context_provider_factory.h', |
| 156 'test/test_media_stream_client.cc', |
| 157 'test/test_media_stream_client.h', |
| 186 'test/test_render_frame_host.cc', | 158 'test/test_render_frame_host.cc', |
| 187 'test/test_render_frame_host.h', | 159 'test/test_render_frame_host.h', |
| 188 'test/test_render_frame_host_factory.cc', | 160 'test/test_render_frame_host_factory.cc', |
| 189 'test/test_render_frame_host_factory.h', | 161 'test/test_render_frame_host_factory.h', |
| 190 'test/test_render_view_host.cc', | 162 'test/test_render_view_host.cc', |
| 191 'test/test_render_view_host.h', | 163 'test/test_render_view_host.h', |
| 192 'test/test_render_view_host_factory.cc', | 164 'test/test_render_view_host_factory.cc', |
| 193 'test/test_render_view_host_factory.h', | 165 'test/test_render_view_host_factory.h', |
| 166 'test/test_video_frame_provider.cc', |
| 167 'test/test_video_frame_provider.h', |
| 194 'test/test_web_contents.cc', | 168 'test/test_web_contents.cc', |
| 195 'test/test_web_contents.h', | 169 'test/test_web_contents.h', |
| 196 'test/test_web_contents_view.cc', | 170 'test/test_web_contents_view.cc', |
| 197 'test/test_web_contents_view.h', | 171 'test/test_web_contents_view.h', |
| 172 'test/test_webkit_platform_support.cc', |
| 173 'test/test_webkit_platform_support.h', |
| 198 'test/web_gesture_curve_mock.cc', | 174 'test/web_gesture_curve_mock.cc', |
| 199 'test/web_gesture_curve_mock.h', | 175 'test/web_gesture_curve_mock.h', |
| 176 'test/web_layer_tree_view_impl_for_testing.cc', |
| 177 'test/web_layer_tree_view_impl_for_testing.h', |
| 178 'test/webkit_support.cc', |
| 179 'test/webkit_support.h', |
| 200 'test/weburl_loader_mock.cc', | 180 'test/weburl_loader_mock.cc', |
| 201 'test/weburl_loader_mock.h', | 181 'test/weburl_loader_mock.h', |
| 202 'test/weburl_loader_mock_factory.cc', | 182 'test/weburl_loader_mock_factory.cc', |
| 203 'test/weburl_loader_mock_factory.h', | 183 'test/weburl_loader_mock_factory.h', |
| 204 ], | 184 ], |
| 205 'conditions': [ | 185 'conditions': [ |
| 206 ['OS == "ios"', { | 186 ['OS == "ios"', { |
| 207 'sources/': [ | 187 'sources/': [ |
| 208 # iOS only needs a small portion of content; exclude all the | 188 # iOS only needs a small portion of content; exclude all the |
| 209 # implementation, and re-include what is used. | 189 # implementation, and re-include what is used. |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 310 ], | 290 ], |
| 311 }], | 291 }], |
| 312 ['OS!="android" and OS!="ios"', { | 292 ['OS!="android" and OS!="ios"', { |
| 313 'dependencies': [ | 293 'dependencies': [ |
| 314 '../third_party/libvpx/libvpx.gyp:libvpx', | 294 '../third_party/libvpx/libvpx.gyp:libvpx', |
| 315 ], | 295 ], |
| 316 }], | 296 }], |
| 317 ['OS=="android"', { | 297 ['OS=="android"', { |
| 318 'dependencies': [ | 298 'dependencies': [ |
| 319 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', | 299 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', |
| 300 'test_support_content_jni_headers', |
| 320 ], | 301 ], |
| 321 }], | 302 }], |
| 322 ], | 303 ], |
| 323 }, | 304 }, |
| 324 { | 305 { |
| 325 'target_name': 'content_unittests', | 306 'target_name': 'content_unittests', |
| 326 'type': '<(gtest_target_type)', | 307 'type': '<(gtest_target_type)', |
| 327 'dependencies': [ | 308 'dependencies': [ |
| 328 'browser/speech/proto/speech_proto.gyp:speech_proto', | |
| 329 'content.gyp:content_browser', | 309 'content.gyp:content_browser', |
| 330 'content.gyp:content_common', | 310 'content.gyp:content_common', |
| 331 'test_support_content', | 311 'test_support_content', |
| 312 'browser/speech/proto/speech_proto.gyp:speech_proto', |
| 332 '../base/base.gyp:test_support_base', | 313 '../base/base.gyp:test_support_base', |
| 333 '../crypto/crypto.gyp:crypto', | 314 '../crypto/crypto.gyp:crypto', |
| 334 '../net/net.gyp:net_test_support', | 315 '../net/net.gyp:net_test_support', |
| 335 '../skia/skia.gyp:skia', | 316 '../skia/skia.gyp:skia', |
| 336 '../sql/sql.gyp:sql', | 317 '../sql/sql.gyp:sql', |
| 337 '../sql/sql.gyp:test_support_sql', | 318 '../sql/sql.gyp:test_support_sql', |
| 338 '../testing/gmock.gyp:gmock', | 319 '../testing/gmock.gyp:gmock', |
| 339 '../testing/gtest.gyp:gtest', | 320 '../testing/gtest.gyp:gtest', |
| 340 '../third_party/re2/re2.gyp:re2', | 321 '../third_party/re2/re2.gyp:re2', |
| 341 '../ui/accessibility/accessibility.gyp:accessibility', | 322 '../ui/accessibility/accessibility.gyp:accessibility', |
| (...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 970 'type': '<(gtest_target_type)', | 951 'type': '<(gtest_target_type)', |
| 971 'dependencies': [ | 952 'dependencies': [ |
| 972 'content.gyp:content_common', | 953 'content.gyp:content_common', |
| 973 'content.gyp:content_gpu', | 954 'content.gyp:content_gpu', |
| 974 'content.gyp:content_plugin', | 955 'content.gyp:content_plugin', |
| 975 'content.gyp:content_renderer', | 956 'content.gyp:content_renderer', |
| 976 'content_browser_test_support', | 957 'content_browser_test_support', |
| 977 'content_resources.gyp:content_resources', | 958 'content_resources.gyp:content_resources', |
| 978 'content_shell_lib', | 959 'content_shell_lib', |
| 979 'content_shell_pak', | 960 'content_shell_pak', |
| 980 'test_support_content', | |
| 981 '../base/base.gyp:test_support_base', | 961 '../base/base.gyp:test_support_base', |
| 982 '../gin/gin.gyp:gin', | 962 '../gin/gin.gyp:gin', |
| 983 '../gpu/gpu.gyp:gpu', | 963 '../gpu/gpu.gyp:gpu', |
| 984 '../ipc/ipc.gyp:test_support_ipc', | 964 '../ipc/ipc.gyp:test_support_ipc', |
| 985 '../media/media.gyp:media_test_support', | 965 '../media/media.gyp:media_test_support', |
| 986 '../media/media.gyp:shared_memory_support', | 966 '../media/media.gyp:shared_memory_support', |
| 987 '../net/net.gyp:net_test_support', | 967 '../net/net.gyp:net_test_support', |
| 988 '../ppapi/ppapi_internal.gyp:ppapi_host', | 968 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 989 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 969 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 990 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 970 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1327 { | 1307 { |
| 1328 'target_name': 'content_webkit_unit_test_support', | 1308 'target_name': 'content_webkit_unit_test_support', |
| 1329 'type': 'static_library', | 1309 'type': 'static_library', |
| 1330 'dependencies': [ | 1310 'dependencies': [ |
| 1331 'test_support_content', | 1311 'test_support_content', |
| 1332 ], | 1312 ], |
| 1333 'include_dirs': [ | 1313 'include_dirs': [ |
| 1334 '..', | 1314 '..', |
| 1335 ], | 1315 ], |
| 1336 'sources': [ | 1316 'sources': [ |
| 1337 'test/mock_webclipboard_impl.cc', | |
| 1338 'test/mock_webclipboard_impl.h', | |
| 1339 'test/test_webkit_platform_support.cc', | |
| 1340 'test/test_webkit_platform_support.h', | |
| 1341 'test/web_layer_tree_view_impl_for_testing.cc', | |
| 1342 'test/web_layer_tree_view_impl_for_testing.h', | |
| 1343 'test/webkit_support.cc', | |
| 1344 'test/webkit_support.h', | |
| 1345 'test/webkit_unit_test_support.cc', | 1317 'test/webkit_unit_test_support.cc', |
| 1346 'test/webkit_unit_test_support.h', | 1318 'test/webkit_unit_test_support.h', |
| 1347 ], | 1319 ], |
| 1348 }, | 1320 }, |
| 1349 ], | 1321 ], |
| 1350 }], | 1322 }], |
| 1351 ['chromeos==1 or OS=="win" or OS=="android"', { | 1323 ['chromeos==1 or OS=="win" or OS=="android"', { |
| 1352 'targets': [ | 1324 'targets': [ |
| 1353 { | 1325 { |
| 1354 'target_name': 'video_decode_accelerator_unittest', | 1326 'target_name': 'video_decode_accelerator_unittest', |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1803 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1775 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1804 }, | 1776 }, |
| 1805 ], | 1777 ], |
| 1806 }], | 1778 }], |
| 1807 ], | 1779 ], |
| 1808 }, | 1780 }, |
| 1809 ], | 1781 ], |
| 1810 }], | 1782 }], |
| 1811 ], | 1783 ], |
| 1812 } | 1784 } |
| OLD | NEW |