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 3806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3817 'common/ipc_message_unittest.cc', | 3817 'common/ipc_message_unittest.cc', |
3818 'common/ipc_sync_channel_unittest.cc', | 3818 'common/ipc_sync_channel_unittest.cc', |
3819 'common/ipc_sync_message_unittest.cc', | 3819 'common/ipc_sync_message_unittest.cc', |
3820 'common/ipc_sync_message_unittest.h', | 3820 'common/ipc_sync_message_unittest.h', |
3821 'common/json_value_serializer_unittest.cc', | 3821 'common/json_value_serializer_unittest.cc', |
3822 'common/mru_cache_unittest.cc', | 3822 'common/mru_cache_unittest.cc', |
3823 'common/net/url_util_unittest.cc', | 3823 'common/net/url_util_unittest.cc', |
3824 'common/notification_service_unittest.cc', | 3824 'common/notification_service_unittest.cc', |
3825 'common/pref_member_unittest.cc', | 3825 'common/pref_member_unittest.cc', |
3826 'common/pref_service_unittest.cc', | 3826 'common/pref_service_unittest.cc', |
| 3827 'common/process_watcher_unittest.cc', |
3827 'common/property_bag_unittest.cc', | 3828 'common/property_bag_unittest.cc', |
3828 'common/resource_dispatcher_unittest.cc', | 3829 'common/resource_dispatcher_unittest.cc', |
3829 'common/time_format_unittest.cc', | 3830 'common/time_format_unittest.cc', |
3830 'common/worker_thread_ticker_unittest.cc', | 3831 'common/worker_thread_ticker_unittest.cc', |
3831 'common/zip_unittest.cc', | 3832 'common/zip_unittest.cc', |
3832 'renderer/audio_message_filter_unittest.cc', | 3833 'renderer/audio_message_filter_unittest.cc', |
3833 'renderer/extensions/extension_api_client_unittest.cc', | 3834 'renderer/extensions/extension_api_client_unittest.cc', |
3834 'renderer/extensions/json_schema_unittest.cc', | 3835 'renderer/extensions/json_schema_unittest.cc', |
3835 'renderer/net/render_dns_master_unittest.cc', | 3836 'renderer/net/render_dns_master_unittest.cc', |
3836 'renderer/net/render_dns_queue_unittest.cc', | 3837 'renderer/net/render_dns_queue_unittest.cc', |
(...skipping 1262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5099 # Use outputs of this action as inputs for the main target build. | 5100 # Use outputs of this action as inputs for the main target build. |
5100 # Seems as a misnomer but makes this happy on Linux (scons). | 5101 # Seems as a misnomer but makes this happy on Linux (scons). |
5101 'process_outputs_as_sources': 1, | 5102 'process_outputs_as_sources': 1, |
5102 }, | 5103 }, |
5103 ], # 'actions' | 5104 ], # 'actions' |
5104 }, | 5105 }, |
5105 ] | 5106 ] |
5106 }], | 5107 }], |
5107 ], # 'conditions' | 5108 ], # 'conditions' |
5108 } | 5109 } |
OLD | NEW |