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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3183013: [Mac] Don't close the Wrench menu after using the zoom buttons if the menu was opened sticky. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: nits Created 10 years, 4 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
« no previous file with comments | « chrome/browser/wrench_menu_model.h ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 2573 matching lines...) Expand 10 before | Expand all | Expand 10 after
2584 'browser/translate/languages_menu_model.h', 2584 'browser/translate/languages_menu_model.h',
2585 'browser/translate/options_menu_model.cc', 2585 'browser/translate/options_menu_model.cc',
2586 'browser/translate/options_menu_model.h', 2586 'browser/translate/options_menu_model.h',
2587 'browser/translate/translate_infobar_view.h', 2587 'browser/translate/translate_infobar_view.h',
2588 'browser/translate/translate_infobar_delegate.cc', 2588 'browser/translate/translate_infobar_delegate.cc',
2589 'browser/translate/translate_infobar_delegate.h', 2589 'browser/translate/translate_infobar_delegate.h',
2590 'browser/translate/translate_manager.cc', 2590 'browser/translate/translate_manager.cc',
2591 'browser/translate/translate_manager.h', 2591 'browser/translate/translate_manager.h',
2592 'browser/translate/translate_prefs.cc', 2592 'browser/translate/translate_prefs.cc',
2593 'browser/translate/translate_prefs.h', 2593 'browser/translate/translate_prefs.h',
2594 'browser/ui_thread_helpers.h',
2595 'browser/ui_thread_helpers_linux.cc',
2596 'browser/ui_thread_helpers_mac.mm',
2597 'browser/ui_thread_helpers_win.cc',
2594 'browser/upgrade_detector.cc', 2598 'browser/upgrade_detector.cc',
2595 'browser/upgrade_detector.h', 2599 'browser/upgrade_detector.h',
2596 'browser/user_style_sheet_watcher.cc', 2600 'browser/user_style_sheet_watcher.cc',
2597 'browser/user_style_sheet_watcher.h', 2601 'browser/user_style_sheet_watcher.h',
2598 'browser/utility_process_host.cc', 2602 'browser/utility_process_host.cc',
2599 'browser/utility_process_host.h', 2603 'browser/utility_process_host.h',
2600 'browser/view_ids.h', 2604 'browser/view_ids.h',
2601 'browser/views/about_chrome_view.cc', 2605 'browser/views/about_chrome_view.cc',
2602 'browser/views/about_chrome_view.h', 2606 'browser/views/about_chrome_view.h',
2603 'browser/views/about_ipc_dialog.cc', 2607 'browser/views/about_ipc_dialog.cc',
(...skipping 1204 matching lines...) Expand 10 before | Expand all | Expand 10 after
3808 ], 3812 ],
3809 }, 3813 },
3810 ], 3814 ],
3811 } 3815 }
3812 3816
3813 # Local Variables: 3817 # Local Variables:
3814 # tab-width:2 3818 # tab-width:2
3815 # indent-tabs-mode:nil 3819 # indent-tabs-mode:nil
3816 # End: 3820 # End:
3817 # vim: set expandtab tabstop=2 shiftwidth=2: 3821 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/wrench_menu_model.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698