| 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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1022 'test/webdriver/commands/target_locator_commands.cc', | 1022 'test/webdriver/commands/target_locator_commands.cc', |
| 1023 'test/webdriver/commands/target_locator_commands.h', | 1023 'test/webdriver/commands/target_locator_commands.h', |
| 1024 'test/webdriver/commands/title_command.cc', | 1024 'test/webdriver/commands/title_command.cc', |
| 1025 'test/webdriver/commands/title_command.h', | 1025 'test/webdriver/commands/title_command.h', |
| 1026 'test/webdriver/commands/url_command.cc', | 1026 'test/webdriver/commands/url_command.cc', |
| 1027 'test/webdriver/commands/url_command.h', | 1027 'test/webdriver/commands/url_command.h', |
| 1028 'test/webdriver/commands/webdriver_command.cc', | 1028 'test/webdriver/commands/webdriver_command.cc', |
| 1029 'test/webdriver/commands/webdriver_command.h', | 1029 'test/webdriver/commands/webdriver_command.h', |
| 1030 'test/webdriver/commands/webelement_commands.cc', | 1030 'test/webdriver/commands/webelement_commands.cc', |
| 1031 'test/webdriver/commands/webelement_commands.h', | 1031 'test/webdriver/commands/webelement_commands.h', |
| 1032 'test/webdriver/commands/window_commands.cc', |
| 1033 'test/webdriver/commands/window_commands.h', |
| 1032 'test/webdriver/frame_path.cc', | 1034 'test/webdriver/frame_path.cc', |
| 1033 'test/webdriver/frame_path.h', | 1035 'test/webdriver/frame_path.h', |
| 1034 'test/webdriver/http_response.cc', | 1036 'test/webdriver/http_response.cc', |
| 1035 'test/webdriver/http_response.h', | 1037 'test/webdriver/http_response.h', |
| 1036 'test/webdriver/keycode_text_conversion.h', | 1038 'test/webdriver/keycode_text_conversion.h', |
| 1037 'test/webdriver/keycode_text_conversion_gtk.cc', | 1039 'test/webdriver/keycode_text_conversion_gtk.cc', |
| 1038 'test/webdriver/keycode_text_conversion_mac.mm', | 1040 'test/webdriver/keycode_text_conversion_mac.mm', |
| 1039 'test/webdriver/keycode_text_conversion_win.cc', | 1041 'test/webdriver/keycode_text_conversion_win.cc', |
| 1040 'test/webdriver/keycode_text_conversion_x.cc', | 1042 'test/webdriver/keycode_text_conversion_x.cc', |
| 1041 'test/webdriver/webdriver_automation.cc', | 1043 'test/webdriver/webdriver_automation.cc', |
| (...skipping 3589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4631 # Use outputs of this action as inputs for the main target build. | 4633 # Use outputs of this action as inputs for the main target build. |
| 4632 # Seems as a misnomer but makes this happy on Linux (scons). | 4634 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4633 'process_outputs_as_sources': 1, | 4635 'process_outputs_as_sources': 1, |
| 4634 }, | 4636 }, |
| 4635 ], # 'actions' | 4637 ], # 'actions' |
| 4636 }, | 4638 }, |
| 4637 ] | 4639 ] |
| 4638 }], # 'coverage!=0' | 4640 }], # 'coverage!=0' |
| 4639 ], # 'conditions' | 4641 ], # 'conditions' |
| 4640 } | 4642 } |
| OLD | NEW |