| 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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'test/base/chrome_render_view_host_test_harness.cc', | 178 'test/base/chrome_render_view_host_test_harness.cc', |
| 179 'test/base/chrome_render_view_host_test_harness.h', | 179 'test/base/chrome_render_view_host_test_harness.h', |
| 180 'test/base/chrome_test_suite.cc', | 180 'test/base/chrome_test_suite.cc', |
| 181 'test/base/chrome_test_suite.h', | 181 'test/base/chrome_test_suite.h', |
| 182 'test/base/in_process_browser_test.cc', | 182 'test/base/in_process_browser_test.cc', |
| 183 'test/base/in_process_browser_test.h', | 183 'test/base/in_process_browser_test.h', |
| 184 'test/base/model_test_utils.cc', | 184 'test/base/model_test_utils.cc', |
| 185 'test/base/model_test_utils.h', | 185 'test/base/model_test_utils.h', |
| 186 'test/base/profile_mock.cc', | 186 'test/base/profile_mock.cc', |
| 187 'test/base/profile_mock.h', | 187 'test/base/profile_mock.h', |
| 188 'test/base/signaling_task.cc', | |
| 189 'test/base/signaling_task.h', | |
| 190 'test/base/test_browser_window.cc', | 188 'test/base/test_browser_window.cc', |
| 191 'test/base/test_browser_window.h', | 189 'test/base/test_browser_window.h', |
| 192 'test/base/test_html_dialog_observer.cc', | 190 'test/base/test_html_dialog_observer.cc', |
| 193 'test/base/test_html_dialog_observer.h', | 191 'test/base/test_html_dialog_observer.h', |
| 194 'test/base/test_launcher_utils.cc', | 192 'test/base/test_launcher_utils.cc', |
| 195 'test/base/test_launcher_utils.h', | 193 'test/base/test_launcher_utils.h', |
| 196 'test/base/test_location_bar.cc', | 194 'test/base/test_location_bar.cc', |
| 197 'test/base/test_location_bar.h', | 195 'test/base/test_location_bar.h', |
| 198 'test/base/test_switches.cc', | 196 'test/base/test_switches.cc', |
| 199 'test/base/test_switches.h', | 197 'test/base/test_switches.h', |
| (...skipping 3859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4059 # Use outputs of this action as inputs for the main target build. | 4057 # Use outputs of this action as inputs for the main target build. |
| 4060 # Seems as a misnomer but makes this happy on Linux (scons). | 4058 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4061 'process_outputs_as_sources': 1, | 4059 'process_outputs_as_sources': 1, |
| 4062 }, | 4060 }, |
| 4063 ], # 'actions' | 4061 ], # 'actions' |
| 4064 }, | 4062 }, |
| 4065 ] | 4063 ] |
| 4066 }], # 'coverage!=0' | 4064 }], # 'coverage!=0' |
| 4067 ], # 'conditions' | 4065 ], # 'conditions' |
| 4068 } | 4066 } |
| OLD | NEW |