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 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
839 'test/webdriver/keymap.h', | 839 'test/webdriver/keymap.h', |
840 'test/webdriver/keymap.cc', | 840 'test/webdriver/keymap.cc', |
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_logging.h', |
| 850 'test/webdriver/webdriver_logging.cc', |
849 'test/webdriver/webdriver_key_converter.h', | 851 'test/webdriver/webdriver_key_converter.h', |
850 'test/webdriver/webdriver_key_converter.cc', | 852 'test/webdriver/webdriver_key_converter.cc', |
851 'test/webdriver/web_element_id.h', | 853 'test/webdriver/web_element_id.h', |
852 'test/webdriver/web_element_id.cc', | 854 'test/webdriver/web_element_id.cc', |
853 'test/webdriver/commands/alert_commands.h', | 855 'test/webdriver/commands/alert_commands.h', |
854 'test/webdriver/commands/alert_commands.cc', | 856 'test/webdriver/commands/alert_commands.cc', |
855 'test/webdriver/commands/command.h', | 857 'test/webdriver/commands/command.h', |
856 'test/webdriver/commands/command.cc', | 858 'test/webdriver/commands/command.cc', |
857 'test/webdriver/commands/cookie_commands.h', | 859 'test/webdriver/commands/cookie_commands.h', |
858 'test/webdriver/commands/cookie_commands.cc', | 860 'test/webdriver/commands/cookie_commands.cc', |
(...skipping 3244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4103 ] | 4105 ] |
4104 }], # 'coverage!=0' | 4106 }], # 'coverage!=0' |
4105 ], # 'conditions' | 4107 ], # 'conditions' |
4106 } | 4108 } |
4107 | 4109 |
4108 # Local Variables: | 4110 # Local Variables: |
4109 # tab-width:2 | 4111 # tab-width:2 |
4110 # indent-tabs-mode:nil | 4112 # indent-tabs-mode:nil |
4111 # End: | 4113 # End: |
4112 # vim: set expandtab tabstop=2 shiftwidth=2: | 4114 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |