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 937 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
948 'browser/extensions/extension_event_names.cc', | 948 'browser/extensions/extension_event_names.cc', |
949 'browser/extensions/extension_event_names.h', | 949 'browser/extensions/extension_event_names.h', |
950 'browser/extensions/extension_file_util.cc', | 950 'browser/extensions/extension_file_util.cc', |
951 'browser/extensions/extension_file_util.h', | 951 'browser/extensions/extension_file_util.h', |
952 'browser/extensions/extension_function.cc', | 952 'browser/extensions/extension_function.cc', |
953 'browser/extensions/extension_function.h', | 953 'browser/extensions/extension_function.h', |
954 'browser/extensions/extension_function_dispatcher.cc', | 954 'browser/extensions/extension_function_dispatcher.cc', |
955 'browser/extensions/extension_function_dispatcher.h', | 955 'browser/extensions/extension_function_dispatcher.h', |
956 'browser/extensions/extension_host.cc', | 956 'browser/extensions/extension_host.cc', |
957 'browser/extensions/extension_host.h', | 957 'browser/extensions/extension_host.h', |
| 958 'browser/extensions/extension_install_ui.cc', |
| 959 'browser/extensions/extension_install_ui.h', |
958 'browser/extensions/extension_message_service.cc', | 960 'browser/extensions/extension_message_service.cc', |
959 'browser/extensions/extension_message_service.h', | 961 'browser/extensions/extension_message_service.h', |
960 'browser/extensions/extension_browser_event_router.cc', | 962 'browser/extensions/extension_browser_event_router.cc', |
961 'browser/extensions/extension_browser_event_router.h', | 963 'browser/extensions/extension_browser_event_router.h', |
962 'browser/extensions/extension_page_actions_module.cc', | 964 'browser/extensions/extension_page_actions_module.cc', |
963 'browser/extensions/extension_page_actions_module.h', | 965 'browser/extensions/extension_page_actions_module.h', |
964 'browser/extensions/extension_page_actions_module_constants.cc', | 966 'browser/extensions/extension_page_actions_module_constants.cc', |
965 'browser/extensions/extension_page_actions_module_constants.h', | 967 'browser/extensions/extension_page_actions_module_constants.h', |
966 'browser/extensions/extension_prefs.cc', | 968 'browser/extensions/extension_prefs.cc', |
967 'browser/extensions/extension_prefs.h', | 969 'browser/extensions/extension_prefs.h', |
(...skipping 4238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5206 # 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. |
5207 # Seems as a misnomer but makes this happy on Linux (scons). | 5209 # Seems as a misnomer but makes this happy on Linux (scons). |
5208 'process_outputs_as_sources': 1, | 5210 'process_outputs_as_sources': 1, |
5209 }, | 5211 }, |
5210 ], # 'actions' | 5212 ], # 'actions' |
5211 }, | 5213 }, |
5212 ] | 5214 ] |
5213 }], | 5215 }], |
5214 ], # 'conditions' | 5216 ], # 'conditions' |
5215 } | 5217 } |
OLD | NEW |