| 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 958 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 969 'browser/extensions/extension_process_manager.cc', | 969 'browser/extensions/extension_process_manager.cc', |
| 970 'browser/extensions/extension_process_manager.h', | 970 'browser/extensions/extension_process_manager.h', |
| 971 'browser/extensions/extension_protocols.cc', | 971 'browser/extensions/extension_protocols.cc', |
| 972 'browser/extensions/extension_protocols.h', | 972 'browser/extensions/extension_protocols.h', |
| 973 'browser/extensions/extension_shelf_model.cc', | 973 'browser/extensions/extension_shelf_model.cc', |
| 974 'browser/extensions/extension_shelf_model.h', | 974 'browser/extensions/extension_shelf_model.h', |
| 975 'browser/extensions/extension_tabs_module.cc', | 975 'browser/extensions/extension_tabs_module.cc', |
| 976 'browser/extensions/extension_tabs_module.h', | 976 'browser/extensions/extension_tabs_module.h', |
| 977 'browser/extensions/extension_tabs_module_constants.cc', | 977 'browser/extensions/extension_tabs_module_constants.cc', |
| 978 'browser/extensions/extension_tabs_module_constants.h', | 978 'browser/extensions/extension_tabs_module_constants.h', |
| 979 'browser/extensions/extension_toolstrip_api.cc', |
| 980 'browser/extensions/extension_toolstrip_api.h', |
| 981 'browser/extensions/extension_toolstrip_api_constants.h', |
| 979 'browser/extensions/extension_updater.cc', | 982 'browser/extensions/extension_updater.cc', |
| 980 'browser/extensions/extension_updater.h', | 983 'browser/extensions/extension_updater.h', |
| 981 'browser/extensions/extensions_service.cc', | 984 'browser/extensions/extensions_service.cc', |
| 982 'browser/extensions/extensions_service.h', | 985 'browser/extensions/extensions_service.h', |
| 983 'browser/extensions/extensions_ui.cc', | 986 'browser/extensions/extensions_ui.cc', |
| 984 'browser/extensions/extensions_ui.h', | 987 'browser/extensions/extensions_ui.h', |
| 985 'browser/extensions/external_extension_provider.h', | 988 'browser/extensions/external_extension_provider.h', |
| 986 'browser/extensions/external_registry_extension_provider_win.cc', | 989 'browser/extensions/external_registry_extension_provider_win.cc', |
| 987 'browser/extensions/external_registry_extension_provider_win.h', | 990 'browser/extensions/external_registry_extension_provider_win.h', |
| 988 'browser/extensions/external_pref_extension_provider.cc', | 991 'browser/extensions/external_pref_extension_provider.cc', |
| (...skipping 4175 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5164 # Use outputs of this action as inputs for the main target build. | 5167 # Use outputs of this action as inputs for the main target build. |
| 5165 # Seems as a misnomer but makes this happy on Linux (scons). | 5168 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5166 'process_outputs_as_sources': 1, | 5169 'process_outputs_as_sources': 1, |
| 5167 }, | 5170 }, |
| 5168 ], # 'actions' | 5171 ], # 'actions' |
| 5169 }, | 5172 }, |
| 5170 ] | 5173 ] |
| 5171 }], | 5174 }], |
| 5172 ], # 'conditions' | 5175 ], # 'conditions' |
| 5173 } | 5176 } |
| OLD | NEW |