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 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: rebase 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
« no previous file with comments | « no previous file | chrome/test/chromedriver/commands_unittest.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 '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 862 matching lines...) Expand 10 before | Expand all | Expand 10 after
873 'test/chromedriver/dom_tracker_unittest.cc', 873 'test/chromedriver/dom_tracker_unittest.cc',
874 'test/chromedriver/fake_session_accessor.cc', 874 'test/chromedriver/fake_session_accessor.cc',
875 'test/chromedriver/fake_session_accessor.h', 875 'test/chromedriver/fake_session_accessor.h',
876 'test/chromedriver/frame_tracker_unittest.cc', 876 'test/chromedriver/frame_tracker_unittest.cc',
877 'test/chromedriver/navigation_tracker_unittest.cc', 877 'test/chromedriver/navigation_tracker_unittest.cc',
878 'test/chromedriver/server/http_handler_unittest.cc', 878 'test/chromedriver/server/http_handler_unittest.cc',
879 'test/chromedriver/server/http_response_unittest.cc', 879 'test/chromedriver/server/http_response_unittest.cc',
880 'test/chromedriver/session_command_unittest.cc', 880 'test/chromedriver/session_command_unittest.cc',
881 'test/chromedriver/session_unittest.cc', 881 'test/chromedriver/session_unittest.cc',
882 'test/chromedriver/status_unittest.cc', 882 'test/chromedriver/status_unittest.cc',
883 'test/chromedriver/stub_chrome.cc',
884 'test/chromedriver/stub_chrome.h',
883 'test/chromedriver/synchronized_map_unittest.cc', 885 'test/chromedriver/synchronized_map_unittest.cc',
884 ], 886 ],
885 }, 887 },
886 # ChromeDriver2 tests that aren't run on the main buildbot. Available 888 # ChromeDriver2 tests that aren't run on the main buildbot. Available
887 # as an optional test type on trybots. 889 # as an optional test type on trybots.
888 { 890 {
889 'target_name': 'chromedriver2_tests', 891 'target_name': 'chromedriver2_tests',
890 'type': 'executable', 892 'type': 'executable',
891 'dependencies': [ 893 'dependencies': [
892 'chromedriver2_lib', 894 'chromedriver2_lib',
(...skipping 2163 matching lines...) Expand 10 before | Expand all | Expand 10 after
3056 # more details. 3058 # more details.
3057 'DebugInformationFormat': '3', 3059 'DebugInformationFormat': '3',
3058 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3060 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3059 }, 3061 },
3060 }, 3062 },
3061 }, 3063 },
3062 ], 3064 ],
3063 }], 3065 }],
3064 ], # 'conditions' 3066 ], # 'conditions'
3065 } 3067 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/chromedriver/commands_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698