OLD | NEW |
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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 'test/webdriver/commands/execute_command.cc', | 766 'test/webdriver/commands/execute_command.cc', |
767 'test/webdriver/commands/navigate_commands.h', | 767 'test/webdriver/commands/navigate_commands.h', |
768 'test/webdriver/commands/navigate_commands.cc', | 768 'test/webdriver/commands/navigate_commands.cc', |
769 'test/webdriver/commands/response.h', | 769 'test/webdriver/commands/response.h', |
770 'test/webdriver/commands/session_with_id.h', | 770 'test/webdriver/commands/session_with_id.h', |
771 'test/webdriver/commands/session_with_id.cc', | 771 'test/webdriver/commands/session_with_id.cc', |
772 'test/webdriver/commands/source_command.h', | 772 'test/webdriver/commands/source_command.h', |
773 'test/webdriver/commands/source_command.cc', | 773 'test/webdriver/commands/source_command.cc', |
774 'test/webdriver/commands/speed_command.h', | 774 'test/webdriver/commands/speed_command.h', |
775 'test/webdriver/commands/speed_command.cc', | 775 'test/webdriver/commands/speed_command.cc', |
| 776 'test/webdriver/commands/target_locator_commands.h', |
| 777 'test/webdriver/commands/target_locator_commands.cc', |
776 'test/webdriver/commands/title_command.h', | 778 'test/webdriver/commands/title_command.h', |
777 'test/webdriver/commands/title_command.cc', | 779 'test/webdriver/commands/title_command.cc', |
778 'test/webdriver/commands/url_command.h', | 780 'test/webdriver/commands/url_command.h', |
779 'test/webdriver/commands/url_command.cc', | 781 'test/webdriver/commands/url_command.cc', |
780 'test/webdriver/commands/webdriver_command.h', | 782 'test/webdriver/commands/webdriver_command.h', |
781 'test/webdriver/commands/webdriver_command.cc', | 783 'test/webdriver/commands/webdriver_command.cc', |
782 'test/webdriver/commands/webelement_commands.h', | 784 'test/webdriver/commands/webelement_commands.h', |
783 'test/webdriver/commands/webelement_commands.cc', | 785 'test/webdriver/commands/webelement_commands.cc', |
784 ], | 786 ], |
785 'conditions': [ | 787 'conditions': [ |
(...skipping 2996 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3782 ] | 3784 ] |
3783 }], # 'coverage!=0' | 3785 }], # 'coverage!=0' |
3784 ], # 'conditions' | 3786 ], # 'conditions' |
3785 } | 3787 } |
3786 | 3788 |
3787 # Local Variables: | 3789 # Local Variables: |
3788 # tab-width:2 | 3790 # tab-width:2 |
3789 # indent-tabs-mode:nil | 3791 # indent-tabs-mode:nil |
3790 # End: | 3792 # End: |
3791 # vim: set expandtab tabstop=2 shiftwidth=2: | 3793 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |