| 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 751 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 762 'test/webdriver/commands/find_element_commands.h', | 762 'test/webdriver/commands/find_element_commands.h', |
| 763 'test/webdriver/commands/find_element_commands.cc', | 763 'test/webdriver/commands/find_element_commands.cc', |
| 764 'test/webdriver/commands/implicit_wait_command.h', | 764 'test/webdriver/commands/implicit_wait_command.h', |
| 765 'test/webdriver/commands/implicit_wait_command.cc', | 765 'test/webdriver/commands/implicit_wait_command.cc', |
| 766 'test/webdriver/commands/navigate_commands.h', | 766 'test/webdriver/commands/navigate_commands.h', |
| 767 'test/webdriver/commands/navigate_commands.cc', | 767 'test/webdriver/commands/navigate_commands.cc', |
| 768 'test/webdriver/commands/mouse_commands.h', | 768 'test/webdriver/commands/mouse_commands.h', |
| 769 'test/webdriver/commands/mouse_commands.cc', | 769 'test/webdriver/commands/mouse_commands.cc', |
| 770 'test/webdriver/commands/response.cc', | 770 'test/webdriver/commands/response.cc', |
| 771 'test/webdriver/commands/response.h', | 771 'test/webdriver/commands/response.h', |
| 772 'test/webdriver/commands/screenshot_command.h', |
| 773 'test/webdriver/commands/screenshot_command.cc', |
| 772 'test/webdriver/commands/session_with_id.h', | 774 'test/webdriver/commands/session_with_id.h', |
| 773 'test/webdriver/commands/session_with_id.cc', | 775 'test/webdriver/commands/session_with_id.cc', |
| 774 'test/webdriver/commands/source_command.h', | 776 'test/webdriver/commands/source_command.h', |
| 775 'test/webdriver/commands/source_command.cc', | 777 'test/webdriver/commands/source_command.cc', |
| 776 'test/webdriver/commands/speed_command.h', | 778 'test/webdriver/commands/speed_command.h', |
| 777 'test/webdriver/commands/speed_command.cc', | 779 'test/webdriver/commands/speed_command.cc', |
| 778 'test/webdriver/commands/target_locator_commands.h', | 780 'test/webdriver/commands/target_locator_commands.h', |
| 779 'test/webdriver/commands/target_locator_commands.cc', | 781 'test/webdriver/commands/target_locator_commands.cc', |
| 780 'test/webdriver/commands/title_command.h', | 782 'test/webdriver/commands/title_command.h', |
| 781 'test/webdriver/commands/title_command.cc', | 783 'test/webdriver/commands/title_command.cc', |
| (...skipping 3002 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3784 ] | 3786 ] |
| 3785 }], # 'coverage!=0' | 3787 }], # 'coverage!=0' |
| 3786 ], # 'conditions' | 3788 ], # 'conditions' |
| 3787 } | 3789 } |
| 3788 | 3790 |
| 3789 # Local Variables: | 3791 # Local Variables: |
| 3790 # tab-width:2 | 3792 # tab-width:2 |
| 3791 # indent-tabs-mode:nil | 3793 # indent-tabs-mode:nil |
| 3792 # End: | 3794 # End: |
| 3793 # vim: set expandtab tabstop=2 shiftwidth=2: | 3795 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |