OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
300 'common/devtools_messages.h', | 300 'common/devtools_messages.h', |
301 'common/devtools_messages_internal.h', | 301 'common/devtools_messages_internal.h', |
302 'common/env_vars.cc', | 302 'common/env_vars.cc', |
303 'common/env_vars.h', | 303 'common/env_vars.h', |
304 'common/file_descriptor_set_posix.cc', | 304 'common/file_descriptor_set_posix.cc', |
305 'common/file_descriptor_set_posix.h', | 305 'common/file_descriptor_set_posix.h', |
306 'common/filter_policy.h', | 306 'common/filter_policy.h', |
307 'common/gears_api.h', | 307 'common/gears_api.h', |
308 'common/gtk_util.cc', | 308 'common/gtk_util.cc', |
309 'common/gtk_util.h', | 309 'common/gtk_util.h', |
| 310 'common/histogram_synchronizer.cc', |
| 311 'common/histogram_synchronizer.h', |
310 'common/important_file_writer.cc', | 312 'common/important_file_writer.cc', |
311 'common/important_file_writer.h', | 313 'common/important_file_writer.h', |
312 'common/ipc_channel.h', | 314 'common/ipc_channel.h', |
313 'common/ipc_channel_posix.cc', | 315 'common/ipc_channel_posix.cc', |
314 'common/ipc_channel_posix.h', | 316 'common/ipc_channel_posix.h', |
315 'common/ipc_channel_proxy.cc', | 317 'common/ipc_channel_proxy.cc', |
316 'common/ipc_channel_proxy.h', | 318 'common/ipc_channel_proxy.h', |
317 'common/ipc_channel_win.cc', | 319 'common/ipc_channel_win.cc', |
318 'common/ipc_channel_win.h', | 320 'common/ipc_channel_win.h', |
319 'common/ipc_logging.cc', | 321 'common/ipc_logging.cc', |
(...skipping 3785 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4105 # Use outputs of this action as inputs for the main target build. | 4107 # Use outputs of this action as inputs for the main target build. |
4106 # Seems as a misnomer but makes this happy on Linux (scons). | 4108 # Seems as a misnomer but makes this happy on Linux (scons). |
4107 'process_outputs_as_sources': 1, | 4109 'process_outputs_as_sources': 1, |
4108 }, | 4110 }, |
4109 ], # 'actions' | 4111 ], # 'actions' |
4110 }, | 4112 }, |
4111 ] | 4113 ] |
4112 }], | 4114 }], |
4113 ], # 'conditions' | 4115 ], # 'conditions' |
4114 } | 4116 } |
OLD | NEW |