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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6840068: GTK: Add Recently Closed tabs to the History menu in the global menu bar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove current most visited section. will redo with TopSites in a different patch. Created 9 years, 8 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/gtk/gtk_util.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) 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2619 matching lines...) Expand 10 before | Expand all | Expand 10 after
2630 'browser/ui/gtk/first_run_bubble.cc', 2630 'browser/ui/gtk/first_run_bubble.cc',
2631 'browser/ui/gtk/first_run_bubble.h', 2631 'browser/ui/gtk/first_run_bubble.h',
2632 'browser/ui/gtk/first_run_dialog.cc', 2632 'browser/ui/gtk/first_run_dialog.cc',
2633 'browser/ui/gtk/first_run_dialog.h', 2633 'browser/ui/gtk/first_run_dialog.h',
2634 'browser/ui/gtk/focus_store_gtk.cc', 2634 'browser/ui/gtk/focus_store_gtk.cc',
2635 'browser/ui/gtk/focus_store_gtk.h', 2635 'browser/ui/gtk/focus_store_gtk.h',
2636 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc', 2636 'browser/ui/gtk/fullscreen_exit_bubble_gtk.cc',
2637 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h', 2637 'browser/ui/gtk/fullscreen_exit_bubble_gtk.h',
2638 'browser/ui/gtk/gconf_titlebar_listener.cc', 2638 'browser/ui/gtk/gconf_titlebar_listener.cc',
2639 'browser/ui/gtk/gconf_titlebar_listener.h', 2639 'browser/ui/gtk/gconf_titlebar_listener.h',
2640 'browser/ui/gtk/global_history_menu.cc',
2641 'browser/ui/gtk/global_history_menu.h',
2640 'browser/ui/gtk/global_menu_bar.cc', 2642 'browser/ui/gtk/global_menu_bar.cc',
2641 'browser/ui/gtk/global_menu_bar.h', 2643 'browser/ui/gtk/global_menu_bar.h',
2642 'browser/ui/gtk/gtk_chrome_button.cc', 2644 'browser/ui/gtk/gtk_chrome_button.cc',
2643 'browser/ui/gtk/gtk_chrome_button.h', 2645 'browser/ui/gtk/gtk_chrome_button.h',
2644 'browser/ui/gtk/gtk_chrome_cookie_view.cc', 2646 'browser/ui/gtk/gtk_chrome_cookie_view.cc',
2645 'browser/ui/gtk/gtk_chrome_cookie_view.h', 2647 'browser/ui/gtk/gtk_chrome_cookie_view.h',
2646 'browser/ui/gtk/gtk_chrome_link_button.cc', 2648 'browser/ui/gtk/gtk_chrome_link_button.cc',
2647 'browser/ui/gtk/gtk_chrome_link_button.h', 2649 'browser/ui/gtk/gtk_chrome_link_button.h',
2648 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc', 2650 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.cc',
2649 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h', 2651 'browser/ui/gtk/gtk_chrome_shrinkable_hbox.h',
(...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
4463 'hard_dependency': 1, 4465 'hard_dependency': 1,
4464 }, 4466 },
4465 ], 4467 ],
4466 } 4468 }
4467 4469
4468 # Local Variables: 4470 # Local Variables:
4469 # tab-width:2 4471 # tab-width:2
4470 # indent-tabs-mode:nil 4472 # indent-tabs-mode:nil
4471 # End: 4473 # End:
4472 # vim: set expandtab tabstop=2 shiftwidth=2: 4474 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/gtk_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698