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