Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(934)

Side by Side Diff: chrome/chrome.gyp

Issue 115803: Fox some compilation problems for Linux. This also adds bookmark_bar_view to ... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 1679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1690 1690
1691 # Exclude all of views. 1691 # Exclude all of views.
1692 ['exclude', '^browser/views/'], 1692 ['exclude', '^browser/views/'],
1693 ], 1693 ],
1694 'conditions': [ 1694 'conditions': [
1695 ['toolkit_views==1',{ 1695 ['toolkit_views==1',{
1696 'sources/': [ 1696 'sources/': [
1697 ['include', '^browser/dock_info_gtk.cc'], 1697 ['include', '^browser/dock_info_gtk.cc'],
1698 ['include', '^browser/dock_info.cc'], 1698 ['include', '^browser/dock_info.cc'],
1699 ['include', '^browser/dock_info.h'], 1699 ['include', '^browser/dock_info.h'],
1700 ['include', '^browser/views/bookmark_menu_controller_views.c'],
Ben Goodger (Google) 2009/05/26 23:20:07 .cc I think you mean
1700 ['include', '^browser/views/download_item_view.cc'], 1701 ['include', '^browser/views/download_item_view.cc'],
1701 ['include', '^browser/views/download_item_view.h'], 1702 ['include', '^browser/views/download_item_view.h'],
1702 ['include', '^browser/views/download_shelf_view.cc'], 1703 ['include', '^browser/views/download_shelf_view.cc'],
1703 ['include', '^browser/views/download_shelf_view.h'], 1704 ['include', '^browser/views/download_shelf_view.h'],
1704 ['include', '^browser/views/event_utils.cc'], 1705 ['include', '^browser/views/event_utils.cc'],
1705 ['include', '^browser/views/event_utils.h'], 1706 ['include', '^browser/views/event_utils.h'],
1706 ['include', '^browser/views/find_bar_view.cc'], 1707 ['include', '^browser/views/find_bar_view.cc'],
1707 ['include', '^browser/views/find_bar_view.h'], 1708 ['include', '^browser/views/find_bar_view.h'],
1708 ['include', '^browser/views/find_bar_win.cc'], 1709 ['include', '^browser/views/find_bar_win.cc'],
1709 ['include', '^browser/views/find_bar_win.h'], 1710 ['include', '^browser/views/find_bar_win.h'],
1710 ['include', '^browser/views/toolbar_star_toggle.h'], 1711 ['include', '^browser/views/toolbar_star_toggle.h'],
1711 ['include', '^browser/views/toolbar_star_toggle.cc'], 1712 ['include', '^browser/views/toolbar_star_toggle.cc'],
1712 ['include', '^browser/views/frame/browser_frame_gtk.cc'], 1713 ['include', '^browser/views/frame/browser_frame_gtk.cc'],
1713 ['include', '^browser/views/frame/browser_frame_gtk.h'], 1714 ['include', '^browser/views/frame/browser_frame_gtk.h'],
1714 ['include', '^browser/views/infobars/*'], 1715 ['include', '^browser/views/infobars/*'],
1715 ['include', '^browser/views/info_bubble.cc'], 1716 ['include', '^browser/views/info_bubble.cc'],
1716 ['include', '^browser/views/info_bubble.h'], 1717 ['include', '^browser/views/info_bubble.h'],
1717 ['include', '^browser/views/location_bar_view.cc'], 1718 ['include', '^browser/views/location_bar_view.cc'],
1718 ['include', '^browser/views/location_bar_view.h'], 1719 ['include', '^browser/views/location_bar_view.h'],
1719 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'], 1720 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.cc'],
1720 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'], 1721 ['include', '^browser/views/tab_contents/native_tab_contents_con tainer_gtk.h'],
1721 ['include', '^browser/views/tabs/dragged_tab_view.cc'], 1722 ['include', '^browser/views/tabs/dragged_tab_view.cc'],
1722 ['include', '^browser/views/tabs/dragged_tab_view.h'], 1723 ['include', '^browser/views/tabs/dragged_tab_view.h'],
1723 ['include', '^browser/views/tabs/tab.cc'], 1724 ['include', '^browser/views/tabs/tab.cc'],
1724 ['include', '^browser/views/tabs/tab.h'], 1725 ['include', '^browser/views/tabs/tab.h'],
1725 ['include', '^browser/views/tabs/tab_renderer.cc'], 1726 ['include', '^browser/views/tabs/tab_renderer.cc'],
1726 ['include', '^browser/views/tabs/tab_renderer.h'], 1727 ['include', '^browser/views/tabs/tab_renderer.h'],
1727 ['include', '^browser/views/tabs/tab_strip.cc'], 1728 ['include', '^browser/views/tabs/tab_strip.cc'],
1728 ['include', '^browser/views/tabs/tab_strip.h'], 1729 ['include', '^browser/views/tabs/tab_strip.h'],
1730 ['include', '^browser/window_sizer.cc'],
1731 ['include', '^browser/window_sizer.h'],
1729 1732
1730 # Exclude all of browser/gtk, then include the things we want. 1733 # Exclude all of browser/gtk, then include the things we want.
1731 ['exclude', '^browser/gtk'], 1734 ['exclude', '^browser/gtk'],
1732 ['include', '^browser/gtk/dialogs_gtk.cc'], 1735 ['include', '^browser/gtk/dialogs_gtk.cc'],
1733 ['include', '^browser/gtk/dialogs_gtk.h'], 1736 ['include', '^browser/gtk/dialogs_gtk.h'],
1734 ['include', '^browser/gtk/download_started_animation_gtk.cc'], 1737 ['include', '^browser/gtk/download_started_animation_gtk.cc'],
1735 ['include', '^browser/gtk/download_started_animation_gtk.h'], 1738 ['include', '^browser/gtk/download_started_animation_gtk.h'],
1736 ['include', '^browser/gtk/focus_store_gtk.cc'], 1739 ['include', '^browser/gtk/focus_store_gtk.cc'],
1737 ['include', '^browser/gtk/focus_store_gtk.h'], 1740 ['include', '^browser/gtk/focus_store_gtk.h'],
1738 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'], 1741 ['include', '^browser/gtk/hung_renderer_dialog_gtk.cc'],
1739 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'], 1742 ['include', '^browser/gtk/hung_renderer_dialog_gtk.h'],
1740 ['include', '^browser/gtk/options'], 1743 ['include', '^browser/gtk/options'],
1741 ['include', '^browser/gtk/menu_gtk.cc'], 1744 ['include', '^browser/gtk/menu_gtk.cc'],
1742 ['include', '^browser/gtk/menu_gtk.h'], 1745 ['include', '^browser/gtk/menu_gtk.h'],
1743 ['include', '^browser/gtk/sad_tab_gtk.cc'], 1746 ['include', '^browser/gtk/sad_tab_gtk.cc'],
1744 ['include', '^browser/gtk/sad_tab_gtk.h'], 1747 ['include', '^browser/gtk/sad_tab_gtk.h'],
1748
1749 # More GTK stuff to exclude outside of the browser/gtk directory
1750 ['exclude', '^browser/bookmarks/bookmark_context_menu_gtk.cc'],
1745 ], 1751 ],
1746 }], 1752 }],
1747 ['toolkit_views==0',{ 1753 ['toolkit_views==0',{
1748 'sources/': [ 1754 'sources/': [
1749 ['exclude', '^browser/dock_info_gtk.cc'], 1755 ['exclude', '^browser/dock_info_gtk.cc'],
1750 ], 1756 ],
1751 }], 1757 }],
1752 ], 1758 ],
1753 'sources!': [ 1759 'sources!': [
1754 'browser/autocomplete/autocomplete_accessibility.cc', 1760 'browser/autocomplete/autocomplete_accessibility.cc',
(...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after
3900 # Use outputs of this action as inputs for the main target build. 3906 # Use outputs of this action as inputs for the main target build.
3901 # Seems as a misnomer but makes this happy on Linux (scons). 3907 # Seems as a misnomer but makes this happy on Linux (scons).
3902 'process_outputs_as_sources': 1, 3908 'process_outputs_as_sources': 1,
3903 }, 3909 },
3904 ], # 'actions' 3910 ], # 'actions'
3905 }, 3911 },
3906 ] 3912 ]
3907 }], 3913 }],
3908 ], # 'conditions' 3914 ], # 'conditions'
3909 } 3915 }
OLDNEW
« no previous file with comments | « chrome/browser/views/bookmark_menu_controller_views.cc ('k') | chrome/common/temp_scaffolding_stubs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698