| 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 983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 994 'browser/encoding_menu_controller.cc', | 994 'browser/encoding_menu_controller.cc', |
| 995 'browser/encoding_menu_controller.h', | 995 'browser/encoding_menu_controller.h', |
| 996 'browser/extensions/crx_installer.cc', | 996 'browser/extensions/crx_installer.cc', |
| 997 'browser/extensions/crx_installer.h', | 997 'browser/extensions/crx_installer.h', |
| 998 'browser/extensions/extension_bookmarks_module.cc', | 998 'browser/extensions/extension_bookmarks_module.cc', |
| 999 'browser/extensions/extension_bookmarks_module.h', | 999 'browser/extensions/extension_bookmarks_module.h', |
| 1000 'browser/extensions/extension_bookmarks_module_constants.cc', | 1000 'browser/extensions/extension_bookmarks_module_constants.cc', |
| 1001 'browser/extensions/extension_bookmarks_module_constants.h', | 1001 'browser/extensions/extension_bookmarks_module_constants.h', |
| 1002 'browser/extensions/extension_creator.cc', | 1002 'browser/extensions/extension_creator.cc', |
| 1003 'browser/extensions/extension_creator.h', | 1003 'browser/extensions/extension_creator.h', |
| 1004 'browser/extensions/extension_disabled_infobar_delegate.cc', |
| 1005 'browser/extensions/extension_disabled_infobar_delegate.h', |
| 1004 'browser/extensions/extension_dom_ui.cc', | 1006 'browser/extensions/extension_dom_ui.cc', |
| 1005 'browser/extensions/extension_dom_ui.h', | 1007 'browser/extensions/extension_dom_ui.h', |
| 1006 'browser/extensions/extension_event_names.cc', | 1008 'browser/extensions/extension_event_names.cc', |
| 1007 'browser/extensions/extension_event_names.h', | 1009 'browser/extensions/extension_event_names.h', |
| 1008 'browser/extensions/extension_file_util.cc', | 1010 'browser/extensions/extension_file_util.cc', |
| 1009 'browser/extensions/extension_file_util.h', | 1011 'browser/extensions/extension_file_util.h', |
| 1010 'browser/extensions/extension_function.cc', | 1012 'browser/extensions/extension_function.cc', |
| 1011 'browser/extensions/extension_function.h', | 1013 'browser/extensions/extension_function.h', |
| 1012 'browser/extensions/extension_function_dispatcher.cc', | 1014 'browser/extensions/extension_function_dispatcher.cc', |
| 1013 'browser/extensions/extension_function_dispatcher.h', | 1015 'browser/extensions/extension_function_dispatcher.h', |
| (...skipping 4469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5483 # Use outputs of this action as inputs for the main target build. | 5485 # Use outputs of this action as inputs for the main target build. |
| 5484 # Seems as a misnomer but makes this happy on Linux (scons). | 5486 # Seems as a misnomer but makes this happy on Linux (scons). |
| 5485 'process_outputs_as_sources': 1, | 5487 'process_outputs_as_sources': 1, |
| 5486 }, | 5488 }, |
| 5487 ], # 'actions' | 5489 ], # 'actions' |
| 5488 }, | 5490 }, |
| 5489 ] | 5491 ] |
| 5490 }], | 5492 }], |
| 5491 ], # 'conditions' | 5493 ], # 'conditions' |
| 5492 } | 5494 } |
| OLD | NEW |