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 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'test/base/chrome_render_view_host_test_harness.cc', | 189 'test/base/chrome_render_view_host_test_harness.cc', |
190 'test/base/chrome_render_view_host_test_harness.h', | 190 'test/base/chrome_render_view_host_test_harness.h', |
191 'test/base/chrome_test_suite.cc', | 191 'test/base/chrome_test_suite.cc', |
192 'test/base/chrome_test_suite.h', | 192 'test/base/chrome_test_suite.h', |
193 'test/base/in_process_browser_test.cc', | 193 'test/base/in_process_browser_test.cc', |
194 'test/base/in_process_browser_test.h', | 194 'test/base/in_process_browser_test.h', |
195 'test/base/model_test_utils.cc', | 195 'test/base/model_test_utils.cc', |
196 'test/base/model_test_utils.h', | 196 'test/base/model_test_utils.h', |
197 'test/base/profile_mock.cc', | 197 'test/base/profile_mock.cc', |
198 'test/base/profile_mock.h', | 198 'test/base/profile_mock.h', |
| 199 'test/base/scoped_command_line_override.cc', |
| 200 'test/base/scoped_command_line_override.h', |
199 'test/base/signaling_task.cc', | 201 'test/base/signaling_task.cc', |
200 'test/base/signaling_task.h', | 202 'test/base/signaling_task.h', |
201 'test/base/test_browser_window.cc', | 203 'test/base/test_browser_window.cc', |
202 'test/base/test_browser_window.h', | 204 'test/base/test_browser_window.h', |
203 'test/base/test_html_dialog_observer.cc', | 205 'test/base/test_html_dialog_observer.cc', |
204 'test/base/test_html_dialog_observer.h', | 206 'test/base/test_html_dialog_observer.h', |
205 'test/base/test_launcher_utils.cc', | 207 'test/base/test_launcher_utils.cc', |
206 'test/base/test_launcher_utils.h', | 208 'test/base/test_launcher_utils.h', |
207 'test/base/test_location_bar.cc', | 209 'test/base/test_location_bar.cc', |
208 'test/base/test_location_bar.h', | 210 'test/base/test_location_bar.h', |
(...skipping 3940 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4149 # Use outputs of this action as inputs for the main target build. | 4151 # Use outputs of this action as inputs for the main target build. |
4150 # Seems as a misnomer but makes this happy on Linux (scons). | 4152 # Seems as a misnomer but makes this happy on Linux (scons). |
4151 'process_outputs_as_sources': 1, | 4153 'process_outputs_as_sources': 1, |
4152 }, | 4154 }, |
4153 ], # 'actions' | 4155 ], # 'actions' |
4154 }, | 4156 }, |
4155 ] | 4157 ] |
4156 }], # 'coverage!=0' | 4158 }], # 'coverage!=0' |
4157 ], # 'conditions' | 4159 ], # 'conditions' |
4158 } | 4160 } |
OLD | NEW |