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 847 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
858 'test/webdriver/keycode_text_conversion_mac.mm', | 858 'test/webdriver/keycode_text_conversion_mac.mm', |
859 'test/webdriver/keycode_text_conversion_win.cc', | 859 'test/webdriver/keycode_text_conversion_win.cc', |
860 'test/webdriver/keymap.h', | 860 'test/webdriver/keymap.h', |
861 'test/webdriver/keymap.cc', | 861 'test/webdriver/keymap.cc', |
862 'test/webdriver/session.h', | 862 'test/webdriver/session.h', |
863 'test/webdriver/session.cc', | 863 'test/webdriver/session.cc', |
864 'test/webdriver/session_manager.h', | 864 'test/webdriver/session_manager.h', |
865 'test/webdriver/session_manager.cc', | 865 'test/webdriver/session_manager.cc', |
866 'test/webdriver/utility_functions.h', | 866 'test/webdriver/utility_functions.h', |
867 'test/webdriver/utility_functions.cc', | 867 'test/webdriver/utility_functions.cc', |
| 868 'test/webdriver/utility_functions_mac.mm', |
868 'test/webdriver/webdriver_error.h', | 869 'test/webdriver/webdriver_error.h', |
869 'test/webdriver/webdriver_error.cc', | 870 'test/webdriver/webdriver_error.cc', |
870 'test/webdriver/webdriver_logging.h', | 871 'test/webdriver/webdriver_logging.h', |
871 'test/webdriver/webdriver_logging.cc', | 872 'test/webdriver/webdriver_logging.cc', |
872 'test/webdriver/webdriver_key_converter.h', | 873 'test/webdriver/webdriver_key_converter.h', |
873 'test/webdriver/webdriver_key_converter.cc', | 874 'test/webdriver/webdriver_key_converter.cc', |
874 'test/webdriver/web_element_id.h', | 875 'test/webdriver/web_element_id.h', |
875 'test/webdriver/web_element_id.cc', | 876 'test/webdriver/web_element_id.cc', |
876 'test/webdriver/commands/alert_commands.h', | 877 'test/webdriver/commands/alert_commands.h', |
877 'test/webdriver/commands/alert_commands.cc', | 878 'test/webdriver/commands/alert_commands.cc', |
(...skipping 3240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4118 # Use outputs of this action as inputs for the main target build. | 4119 # Use outputs of this action as inputs for the main target build. |
4119 # Seems as a misnomer but makes this happy on Linux (scons). | 4120 # Seems as a misnomer but makes this happy on Linux (scons). |
4120 'process_outputs_as_sources': 1, | 4121 'process_outputs_as_sources': 1, |
4121 }, | 4122 }, |
4122 ], # 'actions' | 4123 ], # 'actions' |
4123 }, | 4124 }, |
4124 ] | 4125 ] |
4125 }], # 'coverage!=0' | 4126 }], # 'coverage!=0' |
4126 ], # 'conditions' | 4127 ], # 'conditions' |
4127 } | 4128 } |
OLD | NEW |