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

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 717 matching lines...) Expand 10 before | Expand all | Expand 10 after
728 'test/webdriver/dispatch.cc', 728 'test/webdriver/dispatch.cc',
729 'test/webdriver/error_codes.h', 729 'test/webdriver/error_codes.h',
730 'test/webdriver/keymap.h', 730 'test/webdriver/keymap.h',
731 'test/webdriver/keymap.cc', 731 'test/webdriver/keymap.cc',
732 'test/webdriver/session.h', 732 'test/webdriver/session.h',
733 'test/webdriver/session.cc', 733 'test/webdriver/session.cc',
734 'test/webdriver/session_manager.h', 734 'test/webdriver/session_manager.h',
735 'test/webdriver/session_manager.cc', 735 'test/webdriver/session_manager.cc',
736 'test/webdriver/utility_functions.h', 736 'test/webdriver/utility_functions.h',
737 'test/webdriver/utility_functions.cc', 737 'test/webdriver/utility_functions.cc',
738 'test/webdriver/webdriver_key_converter.h',
739 'test/webdriver/webdriver_key_converter.cc',
738 'test/webdriver/commands/command.h', 740 'test/webdriver/commands/command.h',
739 'test/webdriver/commands/command.cc', 741 'test/webdriver/commands/command.cc',
740 'test/webdriver/commands/create_session.h', 742 'test/webdriver/commands/create_session.h',
741 'test/webdriver/commands/create_session.cc', 743 'test/webdriver/commands/create_session.cc',
742 'test/webdriver/commands/find_element_commands.h', 744 'test/webdriver/commands/find_element_commands.h',
743 'test/webdriver/commands/find_element_commands.cc', 745 'test/webdriver/commands/find_element_commands.cc',
744 'test/webdriver/commands/implicit_wait_command.h', 746 'test/webdriver/commands/implicit_wait_command.h',
745 'test/webdriver/commands/implicit_wait_command.cc', 747 'test/webdriver/commands/implicit_wait_command.cc',
746 'test/webdriver/commands/execute_command.h', 748 'test/webdriver/commands/execute_command.h',
747 'test/webdriver/commands/execute_command.cc', 749 'test/webdriver/commands/execute_command.cc',
748 'test/webdriver/commands/navigate_commands.h', 750 'test/webdriver/commands/navigate_commands.h',
749 'test/webdriver/commands/navigate_commands.cc', 751 'test/webdriver/commands/navigate_commands.cc',
750 'test/webdriver/commands/response.h', 752 'test/webdriver/commands/response.h',
751 'test/webdriver/commands/session_with_id.h', 753 'test/webdriver/commands/session_with_id.h',
752 'test/webdriver/commands/session_with_id.cc', 754 'test/webdriver/commands/session_with_id.cc',
753 'test/webdriver/commands/source_command.h', 755 'test/webdriver/commands/source_command.h',
754 'test/webdriver/commands/source_command.cc', 756 'test/webdriver/commands/source_command.cc',
755 'test/webdriver/commands/speed_command.h', 757 'test/webdriver/commands/speed_command.h',
756 'test/webdriver/commands/speed_command.cc', 758 'test/webdriver/commands/speed_command.cc',
757 'test/webdriver/commands/title_command.h', 759 'test/webdriver/commands/title_command.h',
758 'test/webdriver/commands/title_command.cc', 760 'test/webdriver/commands/title_command.cc',
759 'test/webdriver/commands/url_command.h', 761 'test/webdriver/commands/url_command.h',
760 'test/webdriver/commands/url_command.cc', 762 'test/webdriver/commands/url_command.cc',
761 'test/webdriver/commands/webdriver_command.h', 763 'test/webdriver/commands/webdriver_command.h',
762 'test/webdriver/commands/webdriver_command.cc', 764 'test/webdriver/commands/webdriver_command.cc',
763 'test/webdriver/commands/webelement_command.h', 765 'test/webdriver/commands/webelement_commands.h',
764 'test/webdriver/commands/webelement_command.cc', 766 'test/webdriver/commands/webelement_commands.cc',
765 ], 767 ],
766 'conditions': [ 768 'conditions': [
767 ['OS=="linux"', { 769 ['OS=="linux"', {
768 'dependencies': [ 770 'dependencies': [
769 '../build/linux/system.gyp:gtk', 771 '../build/linux/system.gyp:gtk',
770 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 772 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
771 ], 773 ],
772 }], 774 }],
773 ['OS=="linux" and toolkit_views==1', { 775 ['OS=="linux" and toolkit_views==1', {
774 'dependencies': [ 776 'dependencies': [
(...skipping 2979 matching lines...) Expand 10 before | Expand all | Expand 10 after
3754 ] 3756 ]
3755 }], # 'coverage!=0' 3757 }], # 'coverage!=0'
3756 ], # 'conditions' 3758 ], # 'conditions'
3757 } 3759 }
3758 3760
3759 # Local Variables: 3761 # Local Variables:
3760 # tab-width:2 3762 # tab-width:2
3761 # indent-tabs-mode:nil 3763 # indent-tabs-mode:nil
3762 # End: 3764 # End:
3763 # vim: set expandtab tabstop=2 shiftwidth=2: 3765 # 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/webdriver_key_converter_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698