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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 'test/automation/window_proxy.h', | 211 'test/automation/window_proxy.h', |
212 'test/base/bookmark_load_observer.cc', | 212 'test/base/bookmark_load_observer.cc', |
213 'test/base/bookmark_load_observer.h', | 213 'test/base/bookmark_load_observer.h', |
214 'test/base/chrome_process_util.cc', | 214 'test/base/chrome_process_util.cc', |
215 'test/base/chrome_process_util.h', | 215 'test/base/chrome_process_util.h', |
216 'test/base/chrome_process_util_mac.cc', | 216 'test/base/chrome_process_util_mac.cc', |
217 'test/base/chrome_render_view_host_test_harness.cc', | 217 'test/base/chrome_render_view_host_test_harness.cc', |
218 'test/base/chrome_render_view_host_test_harness.h', | 218 'test/base/chrome_render_view_host_test_harness.h', |
219 'test/base/chrome_test_suite.cc', | 219 'test/base/chrome_test_suite.cc', |
220 'test/base/chrome_test_suite.h', | 220 'test/base/chrome_test_suite.h', |
| 221 'test/base/file_logger_win.cc', |
| 222 'test/base/file_logger_win.h', |
221 'test/base/in_process_browser_test.cc', | 223 'test/base/in_process_browser_test.cc', |
222 'test/base/in_process_browser_test.h', | 224 'test/base/in_process_browser_test.h', |
223 'test/base/model_test_utils.cc', | 225 'test/base/model_test_utils.cc', |
224 'test/base/model_test_utils.h', | 226 'test/base/model_test_utils.h', |
225 'test/base/profile_mock.cc', | 227 'test/base/profile_mock.cc', |
226 'test/base/profile_mock.h', | 228 'test/base/profile_mock.h', |
227 'test/base/test_browser_window.cc', | 229 'test/base/test_browser_window.cc', |
228 'test/base/test_browser_window.h', | 230 'test/base/test_browser_window.h', |
229 'test/base/test_html_dialog_observer.cc', | 231 'test/base/test_html_dialog_observer.cc', |
230 'test/base/test_html_dialog_observer.h', | 232 'test/base/test_html_dialog_observer.h', |
231 'test/base/test_launcher_utils.cc', | 233 'test/base/test_launcher_utils.cc', |
232 'test/base/test_launcher_utils.h', | 234 'test/base/test_launcher_utils.h', |
233 'test/base/test_location_bar.cc', | 235 'test/base/test_location_bar.cc', |
234 'test/base/test_location_bar.h', | 236 'test/base/test_location_bar.h', |
| 237 'test/base/test_log_collector_win.cc', |
| 238 'test/base/test_log_collector_win.h', |
235 'test/base/test_switches.cc', | 239 'test/base/test_switches.cc', |
236 'test/base/test_switches.h', | 240 'test/base/test_switches.h', |
237 'test/base/test_tab_strip_model_observer.cc', | 241 'test/base/test_tab_strip_model_observer.cc', |
238 'test/base/test_tab_strip_model_observer.h', | 242 'test/base/test_tab_strip_model_observer.h', |
239 'test/base/test_url_request_context_getter.cc', | 243 'test/base/test_url_request_context_getter.cc', |
240 'test/base/test_url_request_context_getter.h', | 244 'test/base/test_url_request_context_getter.h', |
241 'test/base/testing_browser_process.cc', | 245 'test/base/testing_browser_process.cc', |
242 'test/base/testing_browser_process.h', | 246 'test/base/testing_browser_process.h', |
243 'test/base/testing_pref_service.cc', | 247 'test/base/testing_pref_service.cc', |
244 'test/base/testing_pref_service.h', | 248 'test/base/testing_pref_service.h', |
(...skipping 4453 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4698 # Use outputs of this action as inputs for the main target build. | 4702 # Use outputs of this action as inputs for the main target build. |
4699 # Seems as a misnomer but makes this happy on Linux (scons). | 4703 # Seems as a misnomer but makes this happy on Linux (scons). |
4700 'process_outputs_as_sources': 1, | 4704 'process_outputs_as_sources': 1, |
4701 }, | 4705 }, |
4702 ], # 'actions' | 4706 ], # 'actions' |
4703 }, | 4707 }, |
4704 ] | 4708 ] |
4705 }], # 'coverage!=0' | 4709 }], # 'coverage!=0' |
4706 ], # 'conditions' | 4710 ], # 'conditions' |
4707 } | 4711 } |
OLD | NEW |