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

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
« no previous file with comments | « no previous file | chrome/test/automation/browser_proxy.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 (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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 'chromedriver_lib', 838 'chromedriver_lib',
837 '../base/base.gyp:test_support_base', 839 '../base/base.gyp:test_support_base',
838 '../testing/gtest.gyp:gtest', 840 '../testing/gtest.gyp:gtest',
839 ], 841 ],
840 'include_dirs': [ 842 'include_dirs': [
841 '..', 843 '..',
842 ], 844 ],
843 'sources': [ 845 'sources': [
844 '../base/test/run_all_unittests.cc', 846 '../base/test/run_all_unittests.cc',
845 'test/webdriver/utility_functions_unittest.cc', 847 'test/webdriver/utility_functions_unittest.cc',
848 'test/webdriver/webdriver_key_converter_unittest.cc',
846 ], 849 ],
847 'conditions': [ 850 'conditions': [
848 ['OS=="win"', { 851 ['OS=="win"', {
849 'conditions': [ 852 'conditions': [
850 ['win_use_allocator_shim==1', { 853 ['win_use_allocator_shim==1', {
851 'dependencies': [ 854 'dependencies': [
852 '<(allocator_target)', 855 '<(allocator_target)',
853 ], 856 ],
854 }], 857 }],
855 ], 858 ],
(...skipping 2902 matching lines...) Expand 10 before | Expand all | Expand 10 after
3758 ] 3761 ]
3759 }], # 'coverage!=0' 3762 }], # 'coverage!=0'
3760 ], # 'conditions' 3763 ], # 'conditions'
3761 } 3764 }
3762 3765
3763 # Local Variables: 3766 # Local Variables:
3764 # tab-width:2 3767 # tab-width:2
3765 # indent-tabs-mode:nil 3768 # indent-tabs-mode:nil
3766 # End: 3769 # End:
3767 # vim: set expandtab tabstop=2 shiftwidth=2: 3770 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/automation/browser_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698