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

Side by Side Diff: chrome/chrome.gyp

Issue 155075: Popup changes (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « chrome/browser/views/panel_controller.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 'browser/views/options/options_group_view.h', 1662 'browser/views/options/options_group_view.h',
1663 'browser/views/options/options_page_view.cc', 1663 'browser/views/options/options_page_view.cc',
1664 'browser/views/options/options_page_view.h', 1664 'browser/views/options/options_page_view.h',
1665 'browser/views/options/options_window_view.cc', 1665 'browser/views/options/options_window_view.cc',
1666 'browser/views/options/passwords_exceptions_window_view.cc', 1666 'browser/views/options/passwords_exceptions_window_view.cc',
1667 'browser/views/options/passwords_exceptions_window_view.h', 1667 'browser/views/options/passwords_exceptions_window_view.h',
1668 'browser/views/options/passwords_page_view.cc', 1668 'browser/views/options/passwords_page_view.cc',
1669 'browser/views/options/passwords_page_view.h', 1669 'browser/views/options/passwords_page_view.h',
1670 'browser/views/page_info_window_win.cc', 1670 'browser/views/page_info_window_win.cc',
1671 'browser/views/page_info_window_win.h', 1671 'browser/views/page_info_window_win.h',
1672 'browser/views/panel_controller.cc',
1673 'browser/views/panel_controller.h',
1672 'browser/views/repost_form_warning_view.cc', 1674 'browser/views/repost_form_warning_view.cc',
1673 'browser/views/repost_form_warning_view.h', 1675 'browser/views/repost_form_warning_view.h',
1674 'browser/views/restart_message_box.cc', 1676 'browser/views/restart_message_box.cc',
1675 'browser/views/restart_message_box.h', 1677 'browser/views/restart_message_box.h',
1676 'browser/views/sad_tab_view.cc', 1678 'browser/views/sad_tab_view.cc',
1677 'browser/views/sad_tab_view.h', 1679 'browser/views/sad_tab_view.h',
1678 'browser/views/select_profile_dialog.cc', 1680 'browser/views/select_profile_dialog.cc',
1679 'browser/views/select_profile_dialog.h', 1681 'browser/views/select_profile_dialog.h',
1680 'browser/views/shelf_item_dialog.cc', 1682 'browser/views/shelf_item_dialog.cc',
1681 'browser/views/shelf_item_dialog.h', 1683 'browser/views/shelf_item_dialog.h',
(...skipping 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
1895 'browser/history/history_indexer.idl', 1897 'browser/history/history_indexer.idl',
1896 ], 1898 ],
1897 'sources!': [ 1899 'sources!': [
1898 'browser/history/history_publisher_none.cc', 1900 'browser/history/history_publisher_none.cc',
1899 'browser/password_manager/password_store_gnome.h', 1901 'browser/password_manager/password_store_gnome.h',
1900 'browser/password_manager/password_store_gnome.cc', 1902 'browser/password_manager/password_store_gnome.cc',
1901 'browser/password_manager/password_store_kwallet.h', 1903 'browser/password_manager/password_store_kwallet.h',
1902 'browser/password_manager/password_store_kwallet.cc', 1904 'browser/password_manager/password_store_kwallet.cc',
1903 'browser/views/new_browser_window_widget.cc', 1905 'browser/views/new_browser_window_widget.cc',
1904 'browser/views/new_browser_window_widget.h', 1906 'browser/views/new_browser_window_widget.h',
1907 'browser/views/panel_controller.cc',
1908 'browser/views/panel_controller.h',
1905 'browser/views/tabs/grid.cc', 1909 'browser/views/tabs/grid.cc',
1906 'browser/views/tabs/grid.h', 1910 'browser/views/tabs/grid.h',
1907 'browser/views/tabs/tab_overview_cell.cc', 1911 'browser/views/tabs/tab_overview_cell.cc',
1908 'browser/views/tabs/tab_overview_cell.h', 1912 'browser/views/tabs/tab_overview_cell.h',
1909 'browser/views/tabs/tab_overview_container.cc', 1913 'browser/views/tabs/tab_overview_container.cc',
1910 'browser/views/tabs/tab_overview_container.h', 1914 'browser/views/tabs/tab_overview_container.h',
1911 'browser/views/tabs/tab_overview_controller.cc', 1915 'browser/views/tabs/tab_overview_controller.cc',
1912 'browser/views/tabs/tab_overview_controller.h', 1916 'browser/views/tabs/tab_overview_controller.h',
1913 'browser/views/tabs/tab_overview_drag_controller.cc', 1917 'browser/views/tabs/tab_overview_drag_controller.cc',
1914 'browser/views/tabs/tab_overview_drag_controller.h', 1918 'browser/views/tabs/tab_overview_drag_controller.h',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'], 2054 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.cc'],
2051 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 2055 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
2052 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 2056 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
2053 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 2057 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
2054 ], 2058 ],
2055 }], 2059 }],
2056 ['linux2==1',{ 2060 ['linux2==1',{
2057 'sources/': [ 2061 'sources/': [
2058 ['include', 'browser/views/new_browser_window_widget.cc'], 2062 ['include', 'browser/views/new_browser_window_widget.cc'],
2059 ['include', 'browser/views/new_browser_window_widget.h'], 2063 ['include', 'browser/views/new_browser_window_widget.h'],
2064 ['include', 'browser/views/panel_controller.cc'],
2065 ['include', 'browser/views/panel_controller.h'],
2060 ['include', 'browser/views/tabs/grid.cc'], 2066 ['include', 'browser/views/tabs/grid.cc'],
2061 ['include', 'browser/views/tabs/grid.h'], 2067 ['include', 'browser/views/tabs/grid.h'],
2062 ['include', 'browser/views/tabs/tab_overview_cell.cc'], 2068 ['include', 'browser/views/tabs/tab_overview_cell.cc'],
2063 ['include', 'browser/views/tabs/tab_overview_cell.h'], 2069 ['include', 'browser/views/tabs/tab_overview_cell.h'],
2064 ['include', 'browser/views/tabs/tab_overview_container.cc'], 2070 ['include', 'browser/views/tabs/tab_overview_container.cc'],
2065 ['include', 'browser/views/tabs/tab_overview_container.h'], 2071 ['include', 'browser/views/tabs/tab_overview_container.h'],
2066 ['include', 'browser/views/tabs/tab_overview_controller.cc'], 2072 ['include', 'browser/views/tabs/tab_overview_controller.cc'],
2067 ['include', 'browser/views/tabs/tab_overview_controller.h'], 2073 ['include', 'browser/views/tabs/tab_overview_controller.h'],
2068 ['include', 'browser/views/tabs/tab_overview_drag_controller.cc' ], 2074 ['include', 'browser/views/tabs/tab_overview_drag_controller.cc' ],
2069 ['include', 'browser/views/tabs/tab_overview_drag_controller.h'] , 2075 ['include', 'browser/views/tabs/tab_overview_drag_controller.h'] ,
(...skipping 2807 matching lines...) Expand 10 before | Expand all | Expand 10 after
4877 # Use outputs of this action as inputs for the main target build. 4883 # Use outputs of this action as inputs for the main target build.
4878 # Seems as a misnomer but makes this happy on Linux (scons). 4884 # Seems as a misnomer but makes this happy on Linux (scons).
4879 'process_outputs_as_sources': 1, 4885 'process_outputs_as_sources': 1,
4880 }, 4886 },
4881 ], # 'actions' 4887 ], # 'actions'
4882 }, 4888 },
4883 ] 4889 ]
4884 }], 4890 }],
4885 ], # 'conditions' 4891 ], # 'conditions'
4886 } 4892 }
OLDNEW
« no previous file with comments | « chrome/browser/views/panel_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698