| 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 1804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1815 ], | 1815 ], |
| 1816 }], | 1816 }], |
| 1817 ['OS=="mac"', { | 1817 ['OS=="mac"', { |
| 1818 'sources!': [ | 1818 'sources!': [ |
| 1819 'browser/automation/automation_provider_list_generic.cc', | 1819 'browser/automation/automation_provider_list_generic.cc', |
| 1820 'browser/bookmarks/bookmark_context_menu.cc', | 1820 'browser/bookmarks/bookmark_context_menu.cc', |
| 1821 'browser/bookmarks/bookmark_drop_info.cc', | 1821 'browser/bookmarks/bookmark_drop_info.cc', |
| 1822 'browser/dock_info.cc', | 1822 'browser/dock_info.cc', |
| 1823 'browser/download/download_exe.cc', | 1823 'browser/download/download_exe.cc', |
| 1824 'browser/download/download_request_dialog_delegate_win.cc', | 1824 'browser/download/download_request_dialog_delegate_win.cc', |
| 1825 'browser/jankometer.cc', |
| 1825 'browser/login_prompt.cc', | 1826 'browser/login_prompt.cc', |
| 1826 'browser/password_manager/password_store_gnome.h', | 1827 'browser/password_manager/password_store_gnome.h', |
| 1827 'browser/password_manager/password_store_gnome.cc', | 1828 'browser/password_manager/password_store_gnome.cc', |
| 1828 'browser/password_manager/password_store_kwallet.h', | 1829 'browser/password_manager/password_store_kwallet.h', |
| 1829 'browser/password_manager/password_store_kwallet.cc', | 1830 'browser/password_manager/password_store_kwallet.cc', |
| 1830 'browser/password_manager/password_store_win.cc', | 1831 'browser/password_manager/password_store_win.cc', |
| 1831 'browser/password_manager/password_store_win.h', | 1832 'browser/password_manager/password_store_win.h', |
| 1832 'browser/views/extensions/extension_shelf.cc', | 1833 'browser/views/extensions/extension_shelf.cc', |
| 1833 'browser/views/extensions/extension_shelf.h', | 1834 'browser/views/extensions/extension_shelf.h', |
| 1834 'browser/views/extensions/extension_view.cc', | 1835 'browser/views/extensions/extension_view.cc', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2099 'browser/extensions/extension_creator.cc', | 2100 'browser/extensions/extension_creator.cc', |
| 2100 'browser/dom_ui/html_dialog_contents.cc', | 2101 'browser/dom_ui/html_dialog_contents.cc', |
| 2101 'browser/encoding_menu_controller_delegate.cc', | 2102 'browser/encoding_menu_controller_delegate.cc', |
| 2102 'browser/external_tab_container.cc', | 2103 'browser/external_tab_container.cc', |
| 2103 'browser/google_update.cc', | 2104 'browser/google_update.cc', |
| 2104 'browser/history/history_indexer.idl', | 2105 'browser/history/history_indexer.idl', |
| 2105 'browser/history_tab_ui.cc', | 2106 'browser/history_tab_ui.cc', |
| 2106 'browser/history_view.cc', | 2107 'browser/history_view.cc', |
| 2107 'browser/ime_input.cc', | 2108 'browser/ime_input.cc', |
| 2108 'browser/importer/ie_importer.cc', | 2109 'browser/importer/ie_importer.cc', |
| 2109 'browser/jankometer.cc', | |
| 2110 'browser/memory_details.cc', | 2110 'browser/memory_details.cc', |
| 2111 'browser/modal_html_dialog_delegate.cc', | 2111 'browser/modal_html_dialog_delegate.cc', |
| 2112 'browser/sandbox_policy.cc', | 2112 'browser/sandbox_policy.cc', |
| 2113 'browser/shell_integration.cc', | 2113 'browser/shell_integration.cc', |
| 2114 'browser/tab_contents/web_drag_source.cc', | 2114 'browser/tab_contents/web_drag_source.cc', |
| 2115 'browser/tab_contents/web_drop_target.cc', | 2115 'browser/tab_contents/web_drop_target.cc', |
| 2116 ], | 2116 ], |
| 2117 }], | 2117 }], |
| 2118 ], | 2118 ], |
| 2119 }, | 2119 }, |
| (...skipping 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4886 # Use outputs of this action as inputs for the main target build. | 4886 # Use outputs of this action as inputs for the main target build. |
| 4887 # Seems as a misnomer but makes this happy on Linux (scons). | 4887 # Seems as a misnomer but makes this happy on Linux (scons). |
| 4888 'process_outputs_as_sources': 1, | 4888 'process_outputs_as_sources': 1, |
| 4889 }, | 4889 }, |
| 4890 ], # 'actions' | 4890 ], # 'actions' |
| 4891 }, | 4891 }, |
| 4892 ] | 4892 ] |
| 4893 }], | 4893 }], |
| 4894 ], # 'conditions' | 4894 ], # 'conditions' |
| 4895 } | 4895 } |
| OLD | NEW |