OLD | NEW |
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 Loading... |
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 Loading... |
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: |
OLD | NEW |