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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6482014: Implement sendKeys webdriver API in ChromeDriver. (Closed) Base URL: svn://chrome-svn/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 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 'test/webdriver/error_codes.h', 717 'test/webdriver/error_codes.h',
718 'test/webdriver/keymap.h', 718 'test/webdriver/keymap.h',
719 'test/webdriver/keymap.cc', 719 'test/webdriver/keymap.cc',
720 'test/webdriver/server.cc', 720 'test/webdriver/server.cc',
721 'test/webdriver/session.h', 721 'test/webdriver/session.h',
722 'test/webdriver/session.cc', 722 'test/webdriver/session.cc',
723 'test/webdriver/session_manager.h', 723 'test/webdriver/session_manager.h',
724 'test/webdriver/session_manager.cc', 724 'test/webdriver/session_manager.cc',
725 'test/webdriver/utility_functions.h', 725 'test/webdriver/utility_functions.h',
726 'test/webdriver/utility_functions.cc', 726 'test/webdriver/utility_functions.cc',
727 'test/webdriver/webdriver_key_converter.h',
728 'test/webdriver/webdriver_key_converter.cc',
727 'test/webdriver/commands/command.h', 729 'test/webdriver/commands/command.h',
728 'test/webdriver/commands/command.cc', 730 'test/webdriver/commands/command.cc',
729 'test/webdriver/commands/create_session.h', 731 'test/webdriver/commands/create_session.h',
730 'test/webdriver/commands/create_session.cc', 732 'test/webdriver/commands/create_session.cc',
731 'test/webdriver/commands/find_element_commands.h', 733 'test/webdriver/commands/find_element_commands.h',
732 'test/webdriver/commands/find_element_commands.cc', 734 'test/webdriver/commands/find_element_commands.cc',
733 'test/webdriver/commands/implicit_wait_command.h', 735 'test/webdriver/commands/implicit_wait_command.h',
734 'test/webdriver/commands/implicit_wait_command.cc', 736 'test/webdriver/commands/implicit_wait_command.cc',
735 'test/webdriver/commands/execute_command.h', 737 'test/webdriver/commands/execute_command.h',
736 'test/webdriver/commands/execute_command.cc', 738 'test/webdriver/commands/execute_command.cc',
737 'test/webdriver/commands/navigate_commands.h', 739 'test/webdriver/commands/navigate_commands.h',
738 'test/webdriver/commands/navigate_commands.cc', 740 'test/webdriver/commands/navigate_commands.cc',
739 'test/webdriver/commands/response.h', 741 'test/webdriver/commands/response.h',
740 'test/webdriver/commands/session_with_id.h', 742 'test/webdriver/commands/session_with_id.h',
741 'test/webdriver/commands/session_with_id.cc', 743 'test/webdriver/commands/session_with_id.cc',
742 'test/webdriver/commands/source_command.h', 744 'test/webdriver/commands/source_command.h',
743 'test/webdriver/commands/source_command.cc', 745 'test/webdriver/commands/source_command.cc',
744 'test/webdriver/commands/speed_command.h', 746 'test/webdriver/commands/speed_command.h',
745 'test/webdriver/commands/speed_command.cc', 747 'test/webdriver/commands/speed_command.cc',
746 'test/webdriver/commands/title_command.h', 748 'test/webdriver/commands/title_command.h',
747 'test/webdriver/commands/title_command.cc', 749 'test/webdriver/commands/title_command.cc',
748 'test/webdriver/commands/url_command.h', 750 'test/webdriver/commands/url_command.h',
749 'test/webdriver/commands/url_command.cc', 751 'test/webdriver/commands/url_command.cc',
752 'test/webdriver/commands/value_command.h',
753 'test/webdriver/commands/value_command.cc',
750 'test/webdriver/commands/webdriver_command.h', 754 'test/webdriver/commands/webdriver_command.h',
751 'test/webdriver/commands/webdriver_command.cc', 755 'test/webdriver/commands/webdriver_command.cc',
752 'test/webdriver/commands/webelement_command.h', 756 'test/webdriver/commands/webelement_command.h',
753 'test/webdriver/commands/webelement_command.cc', 757 'test/webdriver/commands/webelement_command.cc',
754 ], 758 ],
755 'conditions': [ 759 'conditions': [
756 ['OS=="linux"', { 760 ['OS=="linux"', {
757 'dependencies': [ 761 'dependencies': [
758 '../build/linux/system.gyp:gtk', 762 '../build/linux/system.gyp:gtk',
759 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 763 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
(...skipping 2937 matching lines...) Expand 10 before | Expand all | Expand 10 after
3697 ] 3701 ]
3698 }], # 'coverage!=0' 3702 }], # 'coverage!=0'
3699 ], # 'conditions' 3703 ], # 'conditions'
3700 } 3704 }
3701 3705
3702 # Local Variables: 3706 # Local Variables:
3703 # tab-width:2 3707 # tab-width:2
3704 # indent-tabs-mode:nil 3708 # indent-tabs-mode:nil
3705 # End: 3709 # End:
3706 # vim: set expandtab tabstop=2 shiftwidth=2: 3710 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automation/browser_proxy.cc » ('j') | chrome/test/webdriver/automation.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698