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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6579050: Elides the beginning of tab titles that have common prefixes. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Elides the beginning of tab titles that have common prefixes. ... Created 9 years, 9 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/tabs/tab_renderer_data.cc ('k') | chrome/chrome_tests.gypi » ('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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2764 matching lines...) Expand 10 before | Expand all | Expand 10 after
2775 'browser/ui/tab_contents/tab_contents_wrapper.h', 2775 'browser/ui/tab_contents/tab_contents_wrapper.h',
2776 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc', 2776 'browser/ui/tab_contents/tab_contents_wrapper_delegate.cc',
2777 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h', 2777 'browser/ui/tab_contents/tab_contents_wrapper_delegate.h',
2778 'browser/ui/tabs/dock_info.cc', 2778 'browser/ui/tabs/dock_info.cc',
2779 'browser/ui/tabs/dock_info.h', 2779 'browser/ui/tabs/dock_info.h',
2780 'browser/ui/tabs/dock_info_gtk.cc', 2780 'browser/ui/tabs/dock_info_gtk.cc',
2781 'browser/ui/tabs/dock_info_mac.cc', 2781 'browser/ui/tabs/dock_info_mac.cc',
2782 'browser/ui/tabs/dock_info_win.cc', 2782 'browser/ui/tabs/dock_info_win.cc',
2783 'browser/ui/tabs/tab_menu_model.cc', 2783 'browser/ui/tabs/tab_menu_model.cc',
2784 'browser/ui/tabs/tab_menu_model.h', 2784 'browser/ui/tabs/tab_menu_model.h',
2785 'browser/ui/title_prefix_matcher.cc',
2786 'browser/ui/title_prefix_matcher.h',
2785 'browser/ui/toolbar/back_forward_menu_model.cc', 2787 'browser/ui/toolbar/back_forward_menu_model.cc',
2786 'browser/ui/toolbar/back_forward_menu_model.h', 2788 'browser/ui/toolbar/back_forward_menu_model.h',
2787 'browser/ui/toolbar/encoding_menu_controller.cc', 2789 'browser/ui/toolbar/encoding_menu_controller.cc',
2788 'browser/ui/toolbar/encoding_menu_controller.h', 2790 'browser/ui/toolbar/encoding_menu_controller.h',
2789 'browser/ui/toolbar/toolbar_model.cc', 2791 'browser/ui/toolbar/toolbar_model.cc',
2790 'browser/ui/toolbar/toolbar_model.h', 2792 'browser/ui/toolbar/toolbar_model.h',
2791 'browser/ui/toolbar/wrench_menu_model.cc', 2793 'browser/ui/toolbar/wrench_menu_model.cc',
2792 'browser/ui/toolbar/wrench_menu_model.h', 2794 'browser/ui/toolbar/wrench_menu_model.h',
2793 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc', 2795 'browser/ui/touch/frame/browser_non_client_frame_view_factory_touch.cc',
2794 'browser/ui/touch/frame/keyboard_container_view.cc', 2796 'browser/ui/touch/frame/keyboard_container_view.cc',
(...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 ], 4413 ],
4412 }, 4414 },
4413 ], 4415 ],
4414 } 4416 }
4415 4417
4416 # Local Variables: 4418 # Local Variables:
4417 # tab-width:2 4419 # tab-width:2
4418 # indent-tabs-mode:nil 4420 # indent-tabs-mode:nil
4419 # End: 4421 # End:
4420 # vim: set expandtab tabstop=2 shiftwidth=2: 4422 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/tabs/tab_renderer_data.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698