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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3643002: Implemnts the commands in webdriver to preform searching of elements on a page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix for windows build Created 10 years 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
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/find_element_commands.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'test/webdriver/session.h', 671 'test/webdriver/session.h',
672 'test/webdriver/session.cc', 672 'test/webdriver/session.cc',
673 'test/webdriver/session_manager.h', 673 'test/webdriver/session_manager.h',
674 'test/webdriver/session_manager.cc', 674 'test/webdriver/session_manager.cc',
675 'test/webdriver/utility_functions.h', 675 'test/webdriver/utility_functions.h',
676 'test/webdriver/utility_functions.cc', 676 'test/webdriver/utility_functions.cc',
677 'test/webdriver/commands/command.h', 677 'test/webdriver/commands/command.h',
678 'test/webdriver/commands/command.cc', 678 'test/webdriver/commands/command.cc',
679 'test/webdriver/commands/create_session.h', 679 'test/webdriver/commands/create_session.h',
680 'test/webdriver/commands/create_session.cc', 680 'test/webdriver/commands/create_session.cc',
681 'test/webdriver/commands/find_element_commands.h',
682 'test/webdriver/commands/find_element_commands.cc',
683 'test/webdriver/commands/implicit_wait_command.h',
684 'test/webdriver/commands/implicit_wait_command.cc',
681 'test/webdriver/commands/execute_command.h', 685 'test/webdriver/commands/execute_command.h',
682 'test/webdriver/commands/execute_command.cc', 686 'test/webdriver/commands/execute_command.cc',
683 'test/webdriver/commands/navigate_commands.h', 687 'test/webdriver/commands/navigate_commands.h',
684 'test/webdriver/commands/navigate_commands.cc', 688 'test/webdriver/commands/navigate_commands.cc',
685 'test/webdriver/commands/response.h', 689 'test/webdriver/commands/response.h',
686 'test/webdriver/commands/session_with_id.h', 690 'test/webdriver/commands/session_with_id.h',
687 'test/webdriver/commands/session_with_id.cc', 691 'test/webdriver/commands/session_with_id.cc',
688 'test/webdriver/commands/source_command.h', 692 'test/webdriver/commands/source_command.h',
689 'test/webdriver/commands/source_command.cc', 693 'test/webdriver/commands/source_command.cc',
690 'test/webdriver/commands/speed_command.h', 694 'test/webdriver/commands/speed_command.h',
(...skipping 2877 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 ] 3572 ]
3569 }], # 'coverage!=0' 3573 }], # 'coverage!=0'
3570 ], # 'conditions' 3574 ], # 'conditions'
3571 } 3575 }
3572 3576
3573 # Local Variables: 3577 # Local Variables:
3574 # tab-width:2 3578 # tab-width:2
3575 # indent-tabs-mode:nil 3579 # indent-tabs-mode:nil
3576 # End: 3580 # End:
3577 # vim: set expandtab tabstop=2 shiftwidth=2: 3581 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | chrome/test/webdriver/commands/find_element_commands.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698