OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 997 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1008 'test/webdriver/commands/command.cc', | 1008 'test/webdriver/commands/command.cc', |
1009 'test/webdriver/commands/command.h', | 1009 'test/webdriver/commands/command.h', |
1010 'test/webdriver/commands/cookie_commands.cc', | 1010 'test/webdriver/commands/cookie_commands.cc', |
1011 'test/webdriver/commands/cookie_commands.h', | 1011 'test/webdriver/commands/cookie_commands.h', |
1012 'test/webdriver/commands/create_session.cc', | 1012 'test/webdriver/commands/create_session.cc', |
1013 'test/webdriver/commands/create_session.h', | 1013 'test/webdriver/commands/create_session.h', |
1014 'test/webdriver/commands/execute_async_script_command.cc', | 1014 'test/webdriver/commands/execute_async_script_command.cc', |
1015 'test/webdriver/commands/execute_async_script_command.h', | 1015 'test/webdriver/commands/execute_async_script_command.h', |
1016 'test/webdriver/commands/execute_command.cc', | 1016 'test/webdriver/commands/execute_command.cc', |
1017 'test/webdriver/commands/execute_command.h', | 1017 'test/webdriver/commands/execute_command.h', |
| 1018 'test/webdriver/commands/file_upload_command.cc', |
| 1019 'test/webdriver/commands/file_upload_command.h', |
1018 'test/webdriver/commands/find_element_commands.cc', | 1020 'test/webdriver/commands/find_element_commands.cc', |
1019 'test/webdriver/commands/find_element_commands.h', | 1021 'test/webdriver/commands/find_element_commands.h', |
1020 'test/webdriver/commands/html5_storage_commands.cc', | 1022 'test/webdriver/commands/html5_storage_commands.cc', |
1021 'test/webdriver/commands/html5_storage_commands.h', | 1023 'test/webdriver/commands/html5_storage_commands.h', |
1022 'test/webdriver/commands/keys_command.cc', | 1024 'test/webdriver/commands/keys_command.cc', |
1023 'test/webdriver/commands/keys_command.h', | 1025 'test/webdriver/commands/keys_command.h', |
1024 'test/webdriver/commands/log_command.cc', | 1026 'test/webdriver/commands/log_command.cc', |
1025 'test/webdriver/commands/log_command.h', | 1027 'test/webdriver/commands/log_command.h', |
1026 'test/webdriver/commands/navigate_commands.cc', | 1028 'test/webdriver/commands/navigate_commands.cc', |
1027 'test/webdriver/commands/navigate_commands.h', | 1029 'test/webdriver/commands/navigate_commands.h', |
(...skipping 3658 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4686 # Use outputs of this action as inputs for the main target build. | 4688 # Use outputs of this action as inputs for the main target build. |
4687 # Seems as a misnomer but makes this happy on Linux (scons). | 4689 # Seems as a misnomer but makes this happy on Linux (scons). |
4688 'process_outputs_as_sources': 1, | 4690 'process_outputs_as_sources': 1, |
4689 }, | 4691 }, |
4690 ], # 'actions' | 4692 ], # 'actions' |
4691 }, | 4693 }, |
4692 ] | 4694 ] |
4693 }], # 'coverage!=0' | 4695 }], # 'coverage!=0' |
4694 ], # 'conditions' | 4696 ], # 'conditions' |
4695 } | 4697 } |
OLD | NEW |