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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 15772009: [chromedriver] Fix race where we might not wait for page load after navigating. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/devtools_client_impl.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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 'test/chromedriver/chrome/chrome_impl.cc', 807 'test/chromedriver/chrome/chrome_impl.cc',
808 'test/chromedriver/chrome/chrome_impl.h', 808 'test/chromedriver/chrome/chrome_impl.h',
809 'test/chromedriver/chrome/console_logger.cc', 809 'test/chromedriver/chrome/console_logger.cc',
810 'test/chromedriver/chrome/console_logger.h', 810 'test/chromedriver/chrome/console_logger.h',
811 'test/chromedriver/chrome/device_manager.cc', 811 'test/chromedriver/chrome/device_manager.cc',
812 'test/chromedriver/chrome/device_manager.h', 812 'test/chromedriver/chrome/device_manager.h',
813 'test/chromedriver/chrome/devtools_client.cc', 813 'test/chromedriver/chrome/devtools_client.cc',
814 'test/chromedriver/chrome/devtools_client.h', 814 'test/chromedriver/chrome/devtools_client.h',
815 'test/chromedriver/chrome/devtools_client_impl.cc', 815 'test/chromedriver/chrome/devtools_client_impl.cc',
816 'test/chromedriver/chrome/devtools_client_impl.h', 816 'test/chromedriver/chrome/devtools_client_impl.h',
817 'test/chromedriver/chrome/devtools_event_listener.cc',
817 'test/chromedriver/chrome/devtools_event_listener.h', 818 'test/chromedriver/chrome/devtools_event_listener.h',
818 'test/chromedriver/chrome/devtools_http_client.cc', 819 'test/chromedriver/chrome/devtools_http_client.cc',
819 'test/chromedriver/chrome/devtools_http_client.h', 820 'test/chromedriver/chrome/devtools_http_client.h',
820 'test/chromedriver/chrome/dom_tracker.cc', 821 'test/chromedriver/chrome/dom_tracker.cc',
821 'test/chromedriver/chrome/dom_tracker.h', 822 'test/chromedriver/chrome/dom_tracker.h',
822 'test/chromedriver/chrome/frame_tracker.cc', 823 'test/chromedriver/chrome/frame_tracker.cc',
823 'test/chromedriver/chrome/frame_tracker.h', 824 'test/chromedriver/chrome/frame_tracker.h',
824 'test/chromedriver/chrome/geolocation_override_manager.cc', 825 'test/chromedriver/chrome/geolocation_override_manager.cc',
825 'test/chromedriver/chrome/geolocation_override_manager.h', 826 'test/chromedriver/chrome/geolocation_override_manager.h',
826 'test/chromedriver/chrome/geoposition.h', 827 'test/chromedriver/chrome/geoposition.h',
(...skipping 2561 matching lines...) Expand 10 before | Expand all | Expand 10 after
3388 # more details. 3389 # more details.
3389 'DebugInformationFormat': '3', 3390 'DebugInformationFormat': '3',
3390 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3391 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3391 }, 3392 },
3392 }, 3393 },
3393 }, 3394 },
3394 ], 3395 ],
3395 }], 3396 }],
3396 ], # 'conditions' 3397 ], # 'conditions'
3397 } 3398 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/chrome/devtools_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698