Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(125)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1669453002: [chromedriver] Apply page load timeout to slow cross-process navigations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pure virtual Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/test/chromedriver/alert_commands.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'build_angle_deqp_tests%': 0, 6 'build_angle_deqp_tests%': 0,
7 'chrome_browser_extensions_test_support_sources': [ 7 'chrome_browser_extensions_test_support_sources': [
8 # A list of sources which is shared between different browser tests. 8 # A list of sources which is shared between different browser tests.
9 'browser/apps/app_browsertest_util.cc', 9 'browser/apps/app_browsertest_util.cc',
10 'browser/apps/app_browsertest_util.h', 10 'browser/apps/app_browsertest_util.h',
(...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 'test/chromedriver/net/adb_client_socket.h', 1329 'test/chromedriver/net/adb_client_socket.h',
1330 'test/chromedriver/net/net_util.cc', 1330 'test/chromedriver/net/net_util.cc',
1331 'test/chromedriver/net/net_util.h', 1331 'test/chromedriver/net/net_util.h',
1332 'test/chromedriver/net/port_server.cc', 1332 'test/chromedriver/net/port_server.cc',
1333 'test/chromedriver/net/port_server.h', 1333 'test/chromedriver/net/port_server.h',
1334 'test/chromedriver/net/sync_websocket.h', 1334 'test/chromedriver/net/sync_websocket.h',
1335 'test/chromedriver/net/sync_websocket_factory.cc', 1335 'test/chromedriver/net/sync_websocket_factory.cc',
1336 'test/chromedriver/net/sync_websocket_factory.h', 1336 'test/chromedriver/net/sync_websocket_factory.h',
1337 'test/chromedriver/net/sync_websocket_impl.cc', 1337 'test/chromedriver/net/sync_websocket_impl.cc',
1338 'test/chromedriver/net/sync_websocket_impl.h', 1338 'test/chromedriver/net/sync_websocket_impl.h',
1339 'test/chromedriver/net/timeout.cc',
1340 'test/chromedriver/net/timeout.h',
1339 'test/chromedriver/net/url_request_context_getter.cc', 1341 'test/chromedriver/net/url_request_context_getter.cc',
1340 'test/chromedriver/net/url_request_context_getter.h', 1342 'test/chromedriver/net/url_request_context_getter.h',
1341 'test/chromedriver/net/websocket.cc', 1343 'test/chromedriver/net/websocket.cc',
1342 'test/chromedriver/net/websocket.h', 1344 'test/chromedriver/net/websocket.h',
1343 ], 1345 ],
1344 'performance_browser_tests_sources': [ 1346 'performance_browser_tests_sources': [
1345 'app/chrome_command_ids.h', 1347 'app/chrome_command_ids.h',
1346 'app/chrome_dll.rc', 1348 'app/chrome_dll.rc',
1347 'app/chrome_dll_resource.h', 1349 'app/chrome_dll_resource.h',
1348 'app/chrome_version.rc.version', 1350 'app/chrome_version.rc.version',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 'test/chromedriver/chrome/stub_chrome.h', 1433 'test/chromedriver/chrome/stub_chrome.h',
1432 'test/chromedriver/chrome/stub_devtools_client.cc', 1434 'test/chromedriver/chrome/stub_devtools_client.cc',
1433 'test/chromedriver/chrome/stub_devtools_client.h', 1435 'test/chromedriver/chrome/stub_devtools_client.h',
1434 'test/chromedriver/chrome/stub_web_view.cc', 1436 'test/chromedriver/chrome/stub_web_view.cc',
1435 'test/chromedriver/chrome/stub_web_view.h', 1437 'test/chromedriver/chrome/stub_web_view.h',
1436 'test/chromedriver/chrome/web_view_impl_unittest.cc', 1438 'test/chromedriver/chrome/web_view_impl_unittest.cc',
1437 'test/chromedriver/chrome_launcher_unittest.cc', 1439 'test/chromedriver/chrome_launcher_unittest.cc',
1438 'test/chromedriver/command_listener_proxy_unittest.cc', 1440 'test/chromedriver/command_listener_proxy_unittest.cc',
1439 'test/chromedriver/commands_unittest.cc', 1441 'test/chromedriver/commands_unittest.cc',
1440 'test/chromedriver/logging_unittest.cc', 1442 'test/chromedriver/logging_unittest.cc',
1443 'test/chromedriver/net/timeout_unittest.cc',
1441 'test/chromedriver/performance_logger_unittest.cc', 1444 'test/chromedriver/performance_logger_unittest.cc',
1442 'test/chromedriver/server/http_handler_unittest.cc', 1445 'test/chromedriver/server/http_handler_unittest.cc',
1443 'test/chromedriver/session_commands_unittest.cc', 1446 'test/chromedriver/session_commands_unittest.cc',
1444 'test/chromedriver/session_unittest.cc', 1447 'test/chromedriver/session_unittest.cc',
1445 'test/chromedriver/util_unittest.cc', 1448 'test/chromedriver/util_unittest.cc',
1446 ], 1449 ],
1447 'chrome_driver_tests_sources': [ 1450 'chrome_driver_tests_sources': [
1448 'test/chromedriver/key_converter_unittest.cc', 1451 'test/chromedriver/key_converter_unittest.cc',
1449 'test/chromedriver/keycode_text_conversion_unittest.cc', 1452 'test/chromedriver/keycode_text_conversion_unittest.cc',
1450 'test/chromedriver/net/net_util_unittest.cc', 1453 'test/chromedriver/net/net_util_unittest.cc',
(...skipping 2151 matching lines...) Expand 10 before | Expand all | Expand 10 after
3602 'browser', 3605 'browser',
3603 ], 3606 ],
3604 'sources': [ 3607 'sources': [
3605 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3608 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3606 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3609 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3607 ], 3610 ],
3608 }] 3611 }]
3609 }], 3612 }],
3610 ], # 'conditions' 3613 ], # 'conditions'
3611 } 3614 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/alert_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698