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 959 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
970 'browser/extensions/extension_process_manager.cc', | 970 'browser/extensions/extension_process_manager.cc', |
971 'browser/extensions/extension_process_manager.h', | 971 'browser/extensions/extension_process_manager.h', |
972 'browser/extensions/extension_protocols.cc', | 972 'browser/extensions/extension_protocols.cc', |
973 'browser/extensions/extension_protocols.h', | 973 'browser/extensions/extension_protocols.h', |
974 'browser/extensions/extension_shelf_model.cc', | 974 'browser/extensions/extension_shelf_model.cc', |
975 'browser/extensions/extension_shelf_model.h', | 975 'browser/extensions/extension_shelf_model.h', |
976 'browser/extensions/extension_tabs_module.cc', | 976 'browser/extensions/extension_tabs_module.cc', |
977 'browser/extensions/extension_tabs_module.h', | 977 'browser/extensions/extension_tabs_module.h', |
978 'browser/extensions/extension_tabs_module_constants.cc', | 978 'browser/extensions/extension_tabs_module_constants.cc', |
979 'browser/extensions/extension_tabs_module_constants.h', | 979 'browser/extensions/extension_tabs_module_constants.h', |
980 'browser/extensions/extension_toolstrip_api.cc', | |
981 'browser/extensions/extension_toolstrip_api.h', | |
982 'browser/extensions/extension_updater.cc', | 980 'browser/extensions/extension_updater.cc', |
983 'browser/extensions/extension_updater.h', | 981 'browser/extensions/extension_updater.h', |
984 'browser/extensions/extensions_service.cc', | 982 'browser/extensions/extensions_service.cc', |
985 'browser/extensions/extensions_service.h', | 983 'browser/extensions/extensions_service.h', |
986 'browser/extensions/extensions_ui.cc', | 984 'browser/extensions/extensions_ui.cc', |
987 'browser/extensions/extensions_ui.h', | 985 'browser/extensions/extensions_ui.h', |
988 'browser/extensions/external_extension_provider.h', | 986 'browser/extensions/external_extension_provider.h', |
989 'browser/extensions/external_registry_extension_provider_win.cc', | 987 'browser/extensions/external_registry_extension_provider_win.cc', |
990 'browser/extensions/external_registry_extension_provider_win.h', | 988 'browser/extensions/external_registry_extension_provider_win.h', |
991 'browser/extensions/external_pref_extension_provider.cc', | 989 'browser/extensions/external_pref_extension_provider.cc', |
(...skipping 4218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5210 # Use outputs of this action as inputs for the main target build. | 5208 # Use outputs of this action as inputs for the main target build. |
5211 # Seems as a misnomer but makes this happy on Linux (scons). | 5209 # Seems as a misnomer but makes this happy on Linux (scons). |
5212 'process_outputs_as_sources': 1, | 5210 'process_outputs_as_sources': 1, |
5213 }, | 5211 }, |
5214 ], # 'actions' | 5212 ], # 'actions' |
5215 }, | 5213 }, |
5216 ] | 5214 ] |
5217 }], | 5215 }], |
5218 ], # 'conditions' | 5216 ], # 'conditions' |
5219 } | 5217 } |
OLD | NEW |