| 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 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'test/ppapi_unittest.cc', | 140 'test/ppapi_unittest.cc', |
| 141 'test/ppapi_unittest.h', | 141 'test/ppapi_unittest.h', |
| 142 'test/render_thread_impl_browser_test_ipc_helper.cc', | 142 'test/render_thread_impl_browser_test_ipc_helper.cc', |
| 143 'test/render_thread_impl_browser_test_ipc_helper.h', | 143 'test/render_thread_impl_browser_test_ipc_helper.h', |
| 144 'test/test_blink_web_unit_test_support.cc', | 144 'test/test_blink_web_unit_test_support.cc', |
| 145 'test/test_blink_web_unit_test_support.h', | 145 'test/test_blink_web_unit_test_support.h', |
| 146 'test/test_content_browser_client.cc', | 146 'test/test_content_browser_client.cc', |
| 147 'test/test_content_browser_client.h', | 147 'test/test_content_browser_client.h', |
| 148 'test/test_content_client.cc', | 148 'test/test_content_client.cc', |
| 149 'test/test_content_client.h', | 149 'test/test_content_client.h', |
| 150 'test/test_content_utility_client.cc', |
| 151 'test/test_content_utility_client.h', |
| 150 'test/test_frame_navigation_observer.cc', | 152 'test/test_frame_navigation_observer.cc', |
| 151 'test/test_frame_navigation_observer.h', | 153 'test/test_frame_navigation_observer.h', |
| 152 'test/test_navigation_url_loader.cc', | 154 'test/test_navigation_url_loader.cc', |
| 153 'test/test_navigation_url_loader.h', | 155 'test/test_navigation_url_loader.h', |
| 154 'test/test_navigation_url_loader_factory.cc', | 156 'test/test_navigation_url_loader_factory.cc', |
| 155 'test/test_navigation_url_loader_factory.h', | 157 'test/test_navigation_url_loader_factory.h', |
| 156 'test/test_render_frame_host.cc', | 158 'test/test_render_frame_host.cc', |
| 157 'test/test_render_frame_host.h', | 159 'test/test_render_frame_host.h', |
| 158 'test/test_render_frame_host_factory.cc', | 160 'test/test_render_frame_host_factory.cc', |
| 159 'test/test_render_frame_host_factory.h', | 161 'test/test_render_frame_host_factory.h', |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', | 220 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.cc', |
| 219 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', | 221 'browser/indexed_db/mock_browsertest_indexed_db_class_factory.h', |
| 220 'browser/loader/resource_dispatcher_host_browsertest.cc', | 222 'browser/loader/resource_dispatcher_host_browsertest.cc', |
| 221 'browser/manifest/manifest_browsertest.cc', | 223 'browser/manifest/manifest_browsertest.cc', |
| 222 'browser/media/encrypted_media_browsertest.cc', | 224 'browser/media/encrypted_media_browsertest.cc', |
| 223 'browser/media/media_browsertest.cc', | 225 'browser/media/media_browsertest.cc', |
| 224 'browser/media/media_browsertest.h', | 226 'browser/media/media_browsertest.h', |
| 225 'browser/media/media_canplaytype_browsertest.cc', | 227 'browser/media/media_canplaytype_browsertest.cc', |
| 226 'browser/media/media_source_browsertest.cc', | 228 'browser/media/media_source_browsertest.cc', |
| 227 'browser/message_port_provider_browsertest.cc', | 229 'browser/message_port_provider_browsertest.cc', |
| 230 'browser/mojo_shell_browsertest.cc', |
| 228 'browser/net_info_browsertest.cc', | 231 'browser/net_info_browsertest.cc', |
| 229 'browser/plugin_browsertest.cc', | 232 'browser/plugin_browsertest.cc', |
| 230 'browser/renderer_host/input/touch_action_browsertest.cc', | 233 'browser/renderer_host/input/touch_action_browsertest.cc', |
| 231 'browser/renderer_host/input/touch_input_browsertest.cc', | 234 'browser/renderer_host/input/touch_input_browsertest.cc', |
| 232 'browser/renderer_host/render_process_host_browsertest.cc', | 235 'browser/renderer_host/render_process_host_browsertest.cc', |
| 233 'browser/renderer_host/render_view_host_browsertest.cc', | 236 'browser/renderer_host/render_view_host_browsertest.cc', |
| 234 'browser/renderer_host/render_widget_host_view_browsertest.cc', | 237 'browser/renderer_host/render_widget_host_view_browsertest.cc', |
| 235 'browser/screen_orientation/screen_orientation_browsertest.cc', | 238 'browser/screen_orientation/screen_orientation_browsertest.cc', |
| 236 'browser/security_exploit_browsertest.cc', | 239 'browser/security_exploit_browsertest.cc', |
| 237 'browser/service_worker/service_worker_browsertest.cc', | 240 'browser/service_worker/service_worker_browsertest.cc', |
| (...skipping 1063 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1301 'content.gyp:content_app_both', | 1304 'content.gyp:content_app_both', |
| 1302 ], | 1305 ], |
| 1303 }, { | 1306 }, { |
| 1304 'dependencies': [ | 1307 'dependencies': [ |
| 1305 'content.gyp:content_browser', | 1308 'content.gyp:content_browser', |
| 1306 ], | 1309 ], |
| 1307 }], | 1310 }], |
| 1308 ], | 1311 ], |
| 1309 }, | 1312 }, |
| 1310 { | 1313 { |
| 1314 # GN version: //content/test:test_mojo_bindings |
| 1315 'target_name': 'content_test_mojo_bindings', |
| 1316 'type': 'static_library', |
| 1317 'sources': [ |
| 1318 'test/test_service.mojom', |
| 1319 ], |
| 1320 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], |
| 1321 }, |
| 1322 { |
| 1311 # GN version: //content/test:web_ui_test_mojo_bindings | 1323 # GN version: //content/test:web_ui_test_mojo_bindings |
| 1312 'target_name': 'web_ui_test_mojo_bindings', | 1324 'target_name': 'web_ui_test_mojo_bindings', |
| 1313 'type': 'static_library', | 1325 'type': 'static_library', |
| 1314 'dependencies': [ | 1326 'dependencies': [ |
| 1315 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1327 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1316 ], | 1328 ], |
| 1317 'sources': [ | 1329 'sources': [ |
| 1318 'test/data/web_ui_test_mojo_bindings.mojom', | 1330 'test/data/web_ui_test_mojo_bindings.mojom', |
| 1319 ], | 1331 ], |
| 1320 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], | 1332 'includes': [ '../third_party/mojo/mojom_bindings_generator.gypi' ], |
| 1321 'export_dependent_settings': [ | 1333 'export_dependent_settings': [ |
| 1322 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', | 1334 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', |
| 1323 ], | 1335 ], |
| 1324 }, | 1336 }, |
| 1325 { | 1337 { |
| 1326 # GN version: //content/tests:content_browsertests | 1338 # GN version: //content/tests:content_browsertests |
| 1327 'target_name': 'content_browsertests', | 1339 'target_name': 'content_browsertests', |
| 1328 'type': '<(gtest_target_type)', | 1340 'type': '<(gtest_target_type)', |
| 1329 'dependencies': [ | 1341 'dependencies': [ |
| 1330 'content.gyp:content_common', | 1342 'content.gyp:content_common', |
| 1331 'content.gyp:content_gpu', | 1343 'content.gyp:content_gpu', |
| 1332 'content.gyp:content_plugin', | 1344 'content.gyp:content_plugin', |
| 1333 'content.gyp:content_renderer', | 1345 'content.gyp:content_renderer', |
| 1334 'content.gyp:content_resources', | 1346 'content.gyp:content_resources', |
| 1335 'content_browser_test_support', | 1347 'content_browser_test_support', |
| 1336 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 1348 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
| 1337 'content_shell_lib', | 1349 'content_shell_lib', |
| 1338 'content_shell_pak', | 1350 'content_shell_pak', |
| 1351 'content_test_mojo_bindings', |
| 1339 'test_support_content', | 1352 'test_support_content', |
| 1340 'web_ui_test_mojo_bindings', | 1353 'web_ui_test_mojo_bindings', |
| 1341 '../base/base.gyp:test_support_base', | 1354 '../base/base.gyp:test_support_base', |
| 1342 '../device/battery/battery.gyp:device_battery', | 1355 '../device/battery/battery.gyp:device_battery', |
| 1343 '../device/battery/battery.gyp:device_battery_mojo_bindings', | 1356 '../device/battery/battery.gyp:device_battery_mojo_bindings', |
| 1344 '../gin/gin.gyp:gin', | 1357 '../gin/gin.gyp:gin', |
| 1345 '../gpu/gpu.gyp:gpu', | 1358 '../gpu/gpu.gyp:gpu', |
| 1346 '../ipc/ipc.gyp:test_support_ipc', | 1359 '../ipc/ipc.gyp:test_support_ipc', |
| 1347 '../media/media.gyp:media_test_support', | 1360 '../media/media.gyp:media_test_support', |
| 1348 '../media/media.gyp:shared_memory_support', | 1361 '../media/media.gyp:shared_memory_support', |
| (...skipping 802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2151 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2164 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2152 }, | 2165 }, |
| 2153 ], | 2166 ], |
| 2154 }], | 2167 }], |
| 2155 ], | 2168 ], |
| 2156 }, | 2169 }, |
| 2157 ], | 2170 ], |
| 2158 }], | 2171 }], |
| 2159 ], | 2172 ], |
| 2160 } | 2173 } |
| OLD | NEW |