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

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: ... 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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'test/webdriver/commands/execute_command.cc', 766 'test/webdriver/commands/execute_command.cc',
767 'test/webdriver/commands/navigate_commands.h', 767 'test/webdriver/commands/navigate_commands.h',
768 'test/webdriver/commands/navigate_commands.cc', 768 'test/webdriver/commands/navigate_commands.cc',
769 'test/webdriver/commands/response.h', 769 'test/webdriver/commands/response.h',
770 'test/webdriver/commands/session_with_id.h', 770 'test/webdriver/commands/session_with_id.h',
771 'test/webdriver/commands/session_with_id.cc', 771 'test/webdriver/commands/session_with_id.cc',
772 'test/webdriver/commands/source_command.h', 772 'test/webdriver/commands/source_command.h',
773 'test/webdriver/commands/source_command.cc', 773 'test/webdriver/commands/source_command.cc',
774 'test/webdriver/commands/speed_command.h', 774 'test/webdriver/commands/speed_command.h',
775 'test/webdriver/commands/speed_command.cc', 775 'test/webdriver/commands/speed_command.cc',
776 'test/webdriver/commands/target_locator_commands.h',
777 'test/webdriver/commands/target_locator_commands.cc',
776 'test/webdriver/commands/title_command.h', 778 'test/webdriver/commands/title_command.h',
777 'test/webdriver/commands/title_command.cc', 779 'test/webdriver/commands/title_command.cc',
778 'test/webdriver/commands/url_command.h', 780 'test/webdriver/commands/url_command.h',
779 'test/webdriver/commands/url_command.cc', 781 'test/webdriver/commands/url_command.cc',
780 'test/webdriver/commands/webdriver_command.h', 782 'test/webdriver/commands/webdriver_command.h',
781 'test/webdriver/commands/webdriver_command.cc', 783 'test/webdriver/commands/webdriver_command.cc',
782 'test/webdriver/commands/webelement_commands.h', 784 'test/webdriver/commands/webelement_commands.h',
783 'test/webdriver/commands/webelement_commands.cc', 785 'test/webdriver/commands/webelement_commands.cc',
784 ], 786 ],
785 'conditions': [ 787 'conditions': [
(...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after
3782 ] 3784 ]
3783 }], # 'coverage!=0' 3785 }], # 'coverage!=0'
3784 ], # 'conditions' 3786 ], # 'conditions'
3785 } 3787 }
3786 3788
3787 # Local Variables: 3789 # Local Variables:
3788 # tab-width:2 3790 # tab-width:2
3789 # indent-tabs-mode:nil 3791 # indent-tabs-mode:nil
3790 # End: 3792 # End:
3791 # vim: set expandtab tabstop=2 shiftwidth=2: 3793 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/automation/testing_automation_provider.cc ('k') | chrome/common/automation_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698