| 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 841 'test/webdriver/session.h', | 841 'test/webdriver/session.h', |
| 842 'test/webdriver/session.cc', | 842 'test/webdriver/session.cc', |
| 843 'test/webdriver/session_manager.h', | 843 'test/webdriver/session_manager.h', |
| 844 'test/webdriver/session_manager.cc', | 844 'test/webdriver/session_manager.cc', |
| 845 'test/webdriver/utility_functions.h', | 845 'test/webdriver/utility_functions.h', |
| 846 'test/webdriver/utility_functions.cc', | 846 'test/webdriver/utility_functions.cc', |
| 847 'test/webdriver/webdriver_error.h', | 847 'test/webdriver/webdriver_error.h', |
| 848 'test/webdriver/webdriver_error.cc', | 848 'test/webdriver/webdriver_error.cc', |
| 849 'test/webdriver/webdriver_key_converter.h', | 849 'test/webdriver/webdriver_key_converter.h', |
| 850 'test/webdriver/webdriver_key_converter.cc', | 850 'test/webdriver/webdriver_key_converter.cc', |
| 851 'test/webdriver/webdriver_logging.h', | |
| 852 'test/webdriver/webdriver_logging.cc', | |
| 853 'test/webdriver/web_element_id.h', | 851 'test/webdriver/web_element_id.h', |
| 854 'test/webdriver/web_element_id.cc', | 852 'test/webdriver/web_element_id.cc', |
| 855 'test/webdriver/commands/alert_commands.h', | 853 'test/webdriver/commands/alert_commands.h', |
| 856 'test/webdriver/commands/alert_commands.cc', | 854 'test/webdriver/commands/alert_commands.cc', |
| 857 'test/webdriver/commands/command.h', | 855 'test/webdriver/commands/command.h', |
| 858 'test/webdriver/commands/command.cc', | 856 'test/webdriver/commands/command.cc', |
| 859 'test/webdriver/commands/cookie_commands.h', | 857 'test/webdriver/commands/cookie_commands.h', |
| 860 'test/webdriver/commands/cookie_commands.cc', | 858 'test/webdriver/commands/cookie_commands.cc', |
| 861 'test/webdriver/commands/create_session.h', | 859 'test/webdriver/commands/create_session.h', |
| 862 'test/webdriver/commands/create_session.cc', | 860 'test/webdriver/commands/create_session.cc', |
| (...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4104 ] | 4102 ] |
| 4105 }], # 'coverage!=0' | 4103 }], # 'coverage!=0' |
| 4106 ], # 'conditions' | 4104 ], # 'conditions' |
| 4107 } | 4105 } |
| 4108 | 4106 |
| 4109 # Local Variables: | 4107 # Local Variables: |
| 4110 # tab-width:2 | 4108 # tab-width:2 |
| 4111 # indent-tabs-mode:nil | 4109 # indent-tabs-mode:nil |
| 4112 # End: | 4110 # End: |
| 4113 # vim: set expandtab tabstop=2 shiftwidth=2: | 4111 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |