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 1682 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1693 | 1693 |
1694 # Exclude all of views. | 1694 # Exclude all of views. |
1695 ['exclude', '^browser/views/'], | 1695 ['exclude', '^browser/views/'], |
1696 ], | 1696 ], |
1697 'conditions': [ | 1697 'conditions': [ |
1698 ['toolkit_views==1',{ | 1698 ['toolkit_views==1',{ |
1699 'sources/': [ | 1699 'sources/': [ |
1700 ['include', '^browser/dock_info_gtk.cc'], | 1700 ['include', '^browser/dock_info_gtk.cc'], |
1701 ['include', '^browser/dock_info.cc'], | 1701 ['include', '^browser/dock_info.cc'], |
1702 ['include', '^browser/dock_info.h'], | 1702 ['include', '^browser/dock_info.h'], |
| 1703 ['include', '^browser/encoding_menu_controller_delegate.cc'], |
| 1704 ['include', '^browser/encoding_menu_controller_delegate.h'], |
1703 ['include', '^browser/views/bookmark_bar_view.cc'], | 1705 ['include', '^browser/views/bookmark_bar_view.cc'], |
1704 ['include', '^browser/views/bookmark_bar_view.h'], | 1706 ['include', '^browser/views/bookmark_bar_view.h'], |
1705 ['include', '^browser/views/bookmark_context_menu.cc'], | 1707 ['include', '^browser/views/bookmark_context_menu.cc'], |
1706 ['include', '^browser/views/bookmark_context_menu.h'], | 1708 ['include', '^browser/views/bookmark_context_menu.h'], |
1707 ['include', '^browser/views/bookmark_menu_button.cc'], | 1709 ['include', '^browser/views/bookmark_menu_button.cc'], |
1708 ['include', '^browser/views/bookmark_menu_button.h'], | 1710 ['include', '^browser/views/bookmark_menu_button.h'], |
1709 ['include', '^browser/views/bookmark_menu_controller_views.cc'], | 1711 ['include', '^browser/views/bookmark_menu_controller_views.cc'], |
1710 ['include', '^browser/views/dialog_stubs_gtk.cc'], | 1712 ['include', '^browser/views/dialog_stubs_gtk.cc'], |
1711 ['include', '^browser/views/download_item_view.cc'], | 1713 ['include', '^browser/views/download_item_view.cc'], |
1712 ['include', '^browser/views/download_item_view.h'], | 1714 ['include', '^browser/views/download_item_view.h'], |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1771 # More GTK stuff to exclude outside of the browser/gtk directory | 1773 # More GTK stuff to exclude outside of the browser/gtk directory |
1772 ['exclude', '^browser/bookmarks/bookmark_context_menu_gtk.cc'], | 1774 ['exclude', '^browser/bookmarks/bookmark_context_menu_gtk.cc'], |
1773 ], | 1775 ], |
1774 }], | 1776 }], |
1775 ['toolkit_views==0',{ | 1777 ['toolkit_views==0',{ |
1776 'sources/': [ | 1778 'sources/': [ |
1777 ['exclude', '^browser/dock_info_gtk.cc'], | 1779 ['exclude', '^browser/dock_info_gtk.cc'], |
1778 ], | 1780 ], |
1779 }], | 1781 }], |
1780 ], | 1782 ], |
1781 'conditions': [ | |
1782 ['toolkit_views==0',{ | |
1783 # Exclude files that only compile on views for non-Windows. | |
1784 'sources/': [ | |
1785 ['exclude', '^browser/encoding_menu_controller_delegate.cc'], | |
1786 ], | |
1787 }], | |
1788 ], | |
1789 # Exclude files that should be excluded for all non-Windows platforms. | 1783 # Exclude files that should be excluded for all non-Windows platforms. |
1790 'sources!': [ | 1784 'sources!': [ |
1791 'browser/autocomplete/autocomplete_accessibility.cc', | 1785 'browser/autocomplete/autocomplete_accessibility.cc', |
1792 'browser/automation/ui_controls.cc', | 1786 'browser/automation/ui_controls.cc', |
1793 'browser/bookmarks/bookmark_menu_controller.cc', | 1787 'browser/bookmarks/bookmark_menu_controller.cc', |
1794 'browser/bookmarks/bookmark_menu_controller.h', | 1788 'browser/bookmarks/bookmark_menu_controller.h', |
1795 'browser/browser_accessibility.cc', | 1789 'browser/browser_accessibility.cc', |
1796 'browser/browser_accessibility_manager.cc', | 1790 'browser/browser_accessibility_manager.cc', |
1797 'browser/debugger/debugger_view.cc', | 1791 'browser/debugger/debugger_view.cc', |
1798 'browser/debugger/debugger_window.cc', | 1792 'browser/debugger/debugger_window.cc', |
1799 'browser/extensions/extension_shelf.cc', | 1793 'browser/extensions/extension_shelf.cc', |
1800 'browser/dock_info.cc', | 1794 'browser/dock_info.cc', |
1801 'browser/dom_ui/html_dialog_contents.cc', | 1795 'browser/dom_ui/html_dialog_contents.cc', |
| 1796 'browser/encoding_menu_controller_delegate.cc', |
1802 'browser/external_tab_container.cc', | 1797 'browser/external_tab_container.cc', |
1803 'browser/google_update.cc', | 1798 'browser/google_update.cc', |
1804 'browser/history/history_indexer.idl', | 1799 'browser/history/history_indexer.idl', |
1805 'browser/history_tab_ui.cc', | 1800 'browser/history_tab_ui.cc', |
1806 'browser/history_view.cc', | 1801 'browser/history_view.cc', |
1807 'browser/ime_input.cc', | 1802 'browser/ime_input.cc', |
1808 'browser/importer/ie_importer.cc', | 1803 'browser/importer/ie_importer.cc', |
1809 'browser/jankometer.cc', | 1804 'browser/jankometer.cc', |
1810 'browser/login_prompt.cc', | 1805 'browser/login_prompt.cc', |
1811 'browser/memory_details.cc', | 1806 'browser/memory_details.cc', |
(...skipping 2309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4121 # Use outputs of this action as inputs for the main target build. | 4116 # Use outputs of this action as inputs for the main target build. |
4122 # Seems as a misnomer but makes this happy on Linux (scons). | 4117 # Seems as a misnomer but makes this happy on Linux (scons). |
4123 'process_outputs_as_sources': 1, | 4118 'process_outputs_as_sources': 1, |
4124 }, | 4119 }, |
4125 ], # 'actions' | 4120 ], # 'actions' |
4126 }, | 4121 }, |
4127 ] | 4122 ] |
4128 }], | 4123 }], |
4129 ], # 'conditions' | 4124 ], # 'conditions' |
4130 } | 4125 } |
OLD | NEW |