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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2125123002: [chromedriver] Add page loading strategy to capabilities (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed unittests, renamed py tests Created 4 years, 4 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/capabilities.h » ('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 1324 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 'test/chromedriver/chrome/mobile_emulation_override_manager.cc', 1335 'test/chromedriver/chrome/mobile_emulation_override_manager.cc',
1336 'test/chromedriver/chrome/mobile_emulation_override_manager.h', 1336 'test/chromedriver/chrome/mobile_emulation_override_manager.h',
1337 'test/chromedriver/chrome/navigation_tracker.cc', 1337 'test/chromedriver/chrome/navigation_tracker.cc',
1338 'test/chromedriver/chrome/navigation_tracker.h', 1338 'test/chromedriver/chrome/navigation_tracker.h',
1339 'test/chromedriver/chrome/network_conditions.cc', 1339 'test/chromedriver/chrome/network_conditions.cc',
1340 'test/chromedriver/chrome/network_conditions.h', 1340 'test/chromedriver/chrome/network_conditions.h',
1341 'test/chromedriver/chrome/network_conditions_override_manager.cc', 1341 'test/chromedriver/chrome/network_conditions_override_manager.cc',
1342 'test/chromedriver/chrome/network_conditions_override_manager.h', 1342 'test/chromedriver/chrome/network_conditions_override_manager.h',
1343 'test/chromedriver/chrome/network_list.cc', 1343 'test/chromedriver/chrome/network_list.cc',
1344 'test/chromedriver/chrome/network_list.h', 1344 'test/chromedriver/chrome/network_list.h',
1345 'test/chromedriver/chrome/non_blocking_navigation_tracker.cc',
1346 'test/chromedriver/chrome/non_blocking_navigation_tracker.h',
1347 'test/chromedriver/chrome/page_load_strategy.cc',
1348 'test/chromedriver/chrome/page_load_strategy.h',
1345 'test/chromedriver/chrome/status.cc', 1349 'test/chromedriver/chrome/status.cc',
1346 'test/chromedriver/chrome/status.h', 1350 'test/chromedriver/chrome/status.h',
1347 'test/chromedriver/chrome/ui_events.cc', 1351 'test/chromedriver/chrome/ui_events.cc',
1348 'test/chromedriver/chrome/ui_events.h', 1352 'test/chromedriver/chrome/ui_events.h',
1349 'test/chromedriver/chrome/util.cc', 1353 'test/chromedriver/chrome/util.cc',
1350 'test/chromedriver/chrome/util.h', 1354 'test/chromedriver/chrome/util.h',
1351 'test/chromedriver/chrome/version.cc', 1355 'test/chromedriver/chrome/version.cc',
1352 'test/chromedriver/chrome/version.h', 1356 'test/chromedriver/chrome/version.h',
1353 'test/chromedriver/chrome/web_view.h', 1357 'test/chromedriver/chrome/web_view.h',
1354 'test/chromedriver/chrome/web_view_impl.cc', 1358 'test/chromedriver/chrome/web_view_impl.cc',
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after
3609 'browser', 3613 'browser',
3610 ], 3614 ],
3611 'sources': [ 3615 'sources': [
3612 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3616 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3613 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3617 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3614 ], 3618 ],
3615 }] 3619 }]
3616 }], 3620 }],
3617 ], # 'conditions' 3621 ], # 'conditions'
3618 } 3622 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/capabilities.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698