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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7237032: Changes wrench menu button to show system menu on space. This matches (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tweak comment Created 9 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/ui/views/toolbar_view.cc ('k') | ui/base/win/hwnd_util.h » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2974 matching lines...) Expand 10 before | Expand all | Expand 10 after
2985 'browser/ui/views/about_ipc_dialog.cc', 2985 'browser/ui/views/about_ipc_dialog.cc',
2986 'browser/ui/views/about_ipc_dialog.h', 2986 'browser/ui/views/about_ipc_dialog.h',
2987 'browser/ui/views/accelerator_table_gtk.cc', 2987 'browser/ui/views/accelerator_table_gtk.cc',
2988 'browser/ui/views/accelerator_table_gtk.h', 2988 'browser/ui/views/accelerator_table_gtk.h',
2989 'browser/ui/views/accessibility_event_router_views.cc', 2989 'browser/ui/views/accessibility_event_router_views.cc',
2990 'browser/ui/views/accessibility_event_router_views.h', 2990 'browser/ui/views/accessibility_event_router_views.h',
2991 'browser/ui/views/accessible_pane_view.cc', 2991 'browser/ui/views/accessible_pane_view.cc',
2992 'browser/ui/views/accessible_pane_view.h', 2992 'browser/ui/views/accessible_pane_view.h',
2993 'browser/ui/views/appcache_info_view.cc', 2993 'browser/ui/views/appcache_info_view.cc',
2994 'browser/ui/views/appcache_info_view.h', 2994 'browser/ui/views/appcache_info_view.h',
2995 'browser/ui/views/app_menu_button_win.cc',
2996 'browser/ui/views/app_menu_button_win.h',
2995 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc', 2997 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.cc',
2996 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h', 2998 'browser/ui/views/autocomplete/autocomplete_popup_contents_view.h',
2997 'browser/ui/views/autocomplete/autocomplete_result_view.cc', 2999 'browser/ui/views/autocomplete/autocomplete_result_view.cc',
2998 'browser/ui/views/autocomplete/autocomplete_result_view.h', 3000 'browser/ui/views/autocomplete/autocomplete_result_view.h',
2999 'browser/ui/views/autocomplete/autocomplete_result_view_model.h', 3001 'browser/ui/views/autocomplete/autocomplete_result_view_model.h',
3000 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ', 3002 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.cc ',
3001 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h' , 3003 'browser/ui/views/autocomplete/touch_autocomplete_popup_contents_view.h' ,
3002 'browser/ui/views/avatar_menu_button.cc', 3004 'browser/ui/views/avatar_menu_button.cc',
3003 'browser/ui/views/avatar_menu_button.h', 3005 'browser/ui/views/avatar_menu_button.h',
3004 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc', 3006 'browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc',
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
4761 'hard_dependency': 1, 4763 'hard_dependency': 1,
4762 }, 4764 },
4763 ], 4765 ],
4764 } 4766 }
4765 4767
4766 # Local Variables: 4768 # Local Variables:
4767 # tab-width:2 4769 # tab-width:2
4768 # indent-tabs-mode:nil 4770 # indent-tabs-mode:nil
4769 # End: 4771 # End:
4770 # vim: set expandtab tabstop=2 shiftwidth=2: 4772 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/toolbar_view.cc ('k') | ui/base/win/hwnd_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698