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 936 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
947 'browser/extensions/extension_event_names.cc', | 947 'browser/extensions/extension_event_names.cc', |
948 'browser/extensions/extension_event_names.h', | 948 'browser/extensions/extension_event_names.h', |
949 'browser/extensions/extension_file_util.cc', | 949 'browser/extensions/extension_file_util.cc', |
950 'browser/extensions/extension_file_util.h', | 950 'browser/extensions/extension_file_util.h', |
951 'browser/extensions/extension_function.cc', | 951 'browser/extensions/extension_function.cc', |
952 'browser/extensions/extension_function.h', | 952 'browser/extensions/extension_function.h', |
953 'browser/extensions/extension_function_dispatcher.cc', | 953 'browser/extensions/extension_function_dispatcher.cc', |
954 'browser/extensions/extension_function_dispatcher.h', | 954 'browser/extensions/extension_function_dispatcher.h', |
955 'browser/extensions/extension_host.cc', | 955 'browser/extensions/extension_host.cc', |
956 'browser/extensions/extension_host.h', | 956 'browser/extensions/extension_host.h', |
| 957 'browser/extensions/extension_install_ui.cc', |
| 958 'browser/extensions/extension_install_ui.h', |
957 'browser/extensions/extension_message_service.cc', | 959 'browser/extensions/extension_message_service.cc', |
958 'browser/extensions/extension_message_service.h', | 960 'browser/extensions/extension_message_service.h', |
959 'browser/extensions/extension_browser_event_router.cc', | 961 'browser/extensions/extension_browser_event_router.cc', |
960 'browser/extensions/extension_browser_event_router.h', | 962 'browser/extensions/extension_browser_event_router.h', |
961 'browser/extensions/extension_page_actions_module.cc', | 963 'browser/extensions/extension_page_actions_module.cc', |
962 'browser/extensions/extension_page_actions_module.h', | 964 'browser/extensions/extension_page_actions_module.h', |
963 'browser/extensions/extension_page_actions_module_constants.cc', | 965 'browser/extensions/extension_page_actions_module_constants.cc', |
964 'browser/extensions/extension_page_actions_module_constants.h', | 966 'browser/extensions/extension_page_actions_module_constants.h', |
965 'browser/extensions/extension_prefs.cc', | 967 'browser/extensions/extension_prefs.cc', |
966 'browser/extensions/extension_prefs.h', | 968 'browser/extensions/extension_prefs.h', |
(...skipping 4225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5192 # Use outputs of this action as inputs for the main target build. | 5194 # Use outputs of this action as inputs for the main target build. |
5193 # Seems as a misnomer but makes this happy on Linux (scons). | 5195 # Seems as a misnomer but makes this happy on Linux (scons). |
5194 'process_outputs_as_sources': 1, | 5196 'process_outputs_as_sources': 1, |
5195 }, | 5197 }, |
5196 ], # 'actions' | 5198 ], # 'actions' |
5197 }, | 5199 }, |
5198 ] | 5200 ] |
5199 }], | 5201 }], |
5200 ], # 'conditions' | 5202 ], # 'conditions' |
5201 } | 5203 } |
OLD | NEW |