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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12226026: [ChromeDriver] Select the main frame if a non-existant child frame is targeted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: watch for message and make test non-racey Created 7 years, 10 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
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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
867 'test/chromedriver/dom_tracker_unittest.cc', 867 'test/chromedriver/dom_tracker_unittest.cc',
868 'test/chromedriver/fake_session_accessor.cc', 868 'test/chromedriver/fake_session_accessor.cc',
869 'test/chromedriver/fake_session_accessor.h', 869 'test/chromedriver/fake_session_accessor.h',
870 'test/chromedriver/frame_tracker_unittest.cc', 870 'test/chromedriver/frame_tracker_unittest.cc',
871 'test/chromedriver/navigation_tracker_unittest.cc', 871 'test/chromedriver/navigation_tracker_unittest.cc',
872 'test/chromedriver/server/http_handler_unittest.cc', 872 'test/chromedriver/server/http_handler_unittest.cc',
873 'test/chromedriver/server/http_response_unittest.cc', 873 'test/chromedriver/server/http_response_unittest.cc',
874 'test/chromedriver/session_command_unittest.cc', 874 'test/chromedriver/session_command_unittest.cc',
875 'test/chromedriver/session_unittest.cc', 875 'test/chromedriver/session_unittest.cc',
876 'test/chromedriver/status_unittest.cc', 876 'test/chromedriver/status_unittest.cc',
877 'test/chromedriver/stub_chrome.cc',
878 'test/chromedriver/stub_chrome.h',
877 'test/chromedriver/synchronized_map_unittest.cc', 879 'test/chromedriver/synchronized_map_unittest.cc',
878 ], 880 ],
879 }, 881 },
880 # ChromeDriver2 tests that aren't run on the main buildbot. Available 882 # ChromeDriver2 tests that aren't run on the main buildbot. Available
881 # as an optional test type on trybots. 883 # as an optional test type on trybots.
882 { 884 {
883 'target_name': 'chromedriver2_tests', 885 'target_name': 'chromedriver2_tests',
884 'type': 'executable', 886 'type': 'executable',
885 'dependencies': [ 887 'dependencies': [
886 'chromedriver2_lib', 888 'chromedriver2_lib',
(...skipping 2121 matching lines...) Expand 10 before | Expand all | Expand 10 after
3008 'sync_integration_tests.isolate', 3010 'sync_integration_tests.isolate',
3009 ], 3011 ],
3010 'sources': [ 3012 'sources': [
3011 'sync_integration_tests.isolate', 3013 'sync_integration_tests.isolate',
3012 ], 3014 ],
3013 }, 3015 },
3014 ], 3016 ],
3015 }], 3017 }],
3016 ], # 'conditions' 3018 ], # 'conditions'
3017 } 3019 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/commands_unittest.cc » ('j') | chrome/test/chromedriver/run_py_tests.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698