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 | 8 |
9 # Define the common dependencies that contain all the actual | 9 # Define the common dependencies that contain all the actual |
10 # Chromium functionality. This list gets pulled in below by | 10 # Chromium functionality. This list gets pulled in below by |
(...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1017 'browser/download/save_file.h', | 1017 'browser/download/save_file.h', |
1018 'browser/download/save_file_manager.cc', | 1018 'browser/download/save_file_manager.cc', |
1019 'browser/download/save_file_manager.h', | 1019 'browser/download/save_file_manager.h', |
1020 'browser/download/save_item.cc', | 1020 'browser/download/save_item.cc', |
1021 'browser/download/save_item.h', | 1021 'browser/download/save_item.h', |
1022 'browser/download/save_package.cc', | 1022 'browser/download/save_package.cc', |
1023 'browser/download/save_package.h', | 1023 'browser/download/save_package.h', |
1024 'browser/download/save_types.h', | 1024 'browser/download/save_types.h', |
1025 'browser/encoding_menu_controller.cc', | 1025 'browser/encoding_menu_controller.cc', |
1026 'browser/encoding_menu_controller.h', | 1026 'browser/encoding_menu_controller.h', |
| 1027 'browser/extensions/crashed_extension_infobar.cc', |
| 1028 'browser/extensions/crashed_extension_infobar.h', |
1027 'browser/extensions/crx_installer.cc', | 1029 'browser/extensions/crx_installer.cc', |
1028 'browser/extensions/crx_installer.h', | 1030 'browser/extensions/crx_installer.h', |
1029 'browser/extensions/extension_bookmarks_module.cc', | 1031 'browser/extensions/extension_bookmarks_module.cc', |
1030 'browser/extensions/extension_bookmarks_module.h', | 1032 'browser/extensions/extension_bookmarks_module.h', |
1031 'browser/extensions/extension_bookmarks_module_constants.cc', | 1033 'browser/extensions/extension_bookmarks_module_constants.cc', |
1032 'browser/extensions/extension_bookmarks_module_constants.h', | 1034 'browser/extensions/extension_bookmarks_module_constants.h', |
1033 'browser/extensions/extension_creator.cc', | 1035 'browser/extensions/extension_creator.cc', |
1034 'browser/extensions/extension_creator.h', | 1036 'browser/extensions/extension_creator.h', |
1035 'browser/extensions/extension_disabled_infobar_delegate.cc', | 1037 'browser/extensions/extension_disabled_infobar_delegate.cc', |
1036 'browser/extensions/extension_disabled_infobar_delegate.h', | 1038 'browser/extensions/extension_disabled_infobar_delegate.h', |
(...skipping 4617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5654 # Use outputs of this action as inputs for the main target build. | 5656 # Use outputs of this action as inputs for the main target build. |
5655 # Seems as a misnomer but makes this happy on Linux (scons). | 5657 # Seems as a misnomer but makes this happy on Linux (scons). |
5656 'process_outputs_as_sources': 1, | 5658 'process_outputs_as_sources': 1, |
5657 }, | 5659 }, |
5658 ], # 'actions' | 5660 ], # 'actions' |
5659 }, | 5661 }, |
5660 ] | 5662 ] |
5661 }], | 5663 }], |
5662 ], # 'conditions' | 5664 ], # 'conditions' |
5663 } | 5665 } |
OLD | NEW |