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