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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6507015: Implement the target locator commands for ChromeDriver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Jason's concerns Created 9 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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'test/webdriver/commands/execute_command.cc', 750 'test/webdriver/commands/execute_command.cc',
751 'test/webdriver/commands/navigate_commands.h', 751 'test/webdriver/commands/navigate_commands.h',
752 'test/webdriver/commands/navigate_commands.cc', 752 'test/webdriver/commands/navigate_commands.cc',
753 'test/webdriver/commands/response.h', 753 'test/webdriver/commands/response.h',
754 'test/webdriver/commands/session_with_id.h', 754 'test/webdriver/commands/session_with_id.h',
755 'test/webdriver/commands/session_with_id.cc', 755 'test/webdriver/commands/session_with_id.cc',
756 'test/webdriver/commands/source_command.h', 756 'test/webdriver/commands/source_command.h',
757 'test/webdriver/commands/source_command.cc', 757 'test/webdriver/commands/source_command.cc',
758 'test/webdriver/commands/speed_command.h', 758 'test/webdriver/commands/speed_command.h',
759 'test/webdriver/commands/speed_command.cc', 759 'test/webdriver/commands/speed_command.cc',
760 'test/webdriver/commands/target_locator_commands.h',
761 'test/webdriver/commands/target_locator_commands.cc',
760 'test/webdriver/commands/title_command.h', 762 'test/webdriver/commands/title_command.h',
761 'test/webdriver/commands/title_command.cc', 763 'test/webdriver/commands/title_command.cc',
762 'test/webdriver/commands/url_command.h', 764 'test/webdriver/commands/url_command.h',
763 'test/webdriver/commands/url_command.cc', 765 'test/webdriver/commands/url_command.cc',
764 'test/webdriver/commands/webdriver_command.h', 766 'test/webdriver/commands/webdriver_command.h',
765 'test/webdriver/commands/webdriver_command.cc', 767 'test/webdriver/commands/webdriver_command.cc',
766 'test/webdriver/commands/webelement_commands.h', 768 'test/webdriver/commands/webelement_commands.h',
767 'test/webdriver/commands/webelement_commands.cc', 769 'test/webdriver/commands/webelement_commands.cc',
768 ], 770 ],
769 'conditions': [ 771 'conditions': [
(...skipping 2995 matching lines...) Expand 10 before | Expand all | Expand 10 after
3765 ] 3767 ]
3766 }], # 'coverage!=0' 3768 }], # 'coverage!=0'
3767 ], # 'conditions' 3769 ], # 'conditions'
3768 } 3770 }
3769 3771
3770 # Local Variables: 3772 # Local Variables:
3771 # tab-width:2 3773 # tab-width:2
3772 # indent-tabs-mode:nil 3774 # indent-tabs-mode:nil
3773 # End: 3775 # End:
3774 # vim: set expandtab tabstop=2 shiftwidth=2: 3776 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698