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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2854051: [Mac] Convert omnibox keyword hint to decoration. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: Created 10 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
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 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 'browser/cocoa/location_bar/autocomplete_text_field_editor.h', 871 'browser/cocoa/location_bar/autocomplete_text_field_editor.h',
872 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm', 872 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm',
873 'browser/cocoa/location_bar/bubble_decoration.h', 873 'browser/cocoa/location_bar/bubble_decoration.h',
874 'browser/cocoa/location_bar/bubble_decoration.mm', 874 'browser/cocoa/location_bar/bubble_decoration.mm',
875 'browser/cocoa/location_bar/content_setting_decoration.h', 875 'browser/cocoa/location_bar/content_setting_decoration.h',
876 'browser/cocoa/location_bar/content_setting_decoration.mm', 876 'browser/cocoa/location_bar/content_setting_decoration.mm',
877 'browser/cocoa/location_bar/ev_bubble_decoration.h', 877 'browser/cocoa/location_bar/ev_bubble_decoration.h',
878 'browser/cocoa/location_bar/ev_bubble_decoration.mm', 878 'browser/cocoa/location_bar/ev_bubble_decoration.mm',
879 'browser/cocoa/location_bar/image_decoration.h', 879 'browser/cocoa/location_bar/image_decoration.h',
880 'browser/cocoa/location_bar/image_decoration.mm', 880 'browser/cocoa/location_bar/image_decoration.mm',
881 'browser/cocoa/location_bar/keyword_hint_decoration.h',
882 'browser/cocoa/location_bar/keyword_hint_decoration.mm',
881 'browser/cocoa/location_bar/location_bar_decoration.h', 883 'browser/cocoa/location_bar/location_bar_decoration.h',
882 'browser/cocoa/location_bar/location_bar_decoration.mm', 884 'browser/cocoa/location_bar/location_bar_decoration.mm',
883 'browser/cocoa/location_bar/location_bar_view_mac.h', 885 'browser/cocoa/location_bar/location_bar_view_mac.h',
884 'browser/cocoa/location_bar/location_bar_view_mac.mm', 886 'browser/cocoa/location_bar/location_bar_view_mac.mm',
885 'browser/cocoa/location_bar/location_icon_decoration.h', 887 'browser/cocoa/location_bar/location_icon_decoration.h',
886 'browser/cocoa/location_bar/location_icon_decoration.mm', 888 'browser/cocoa/location_bar/location_icon_decoration.mm',
887 'browser/cocoa/location_bar/page_action_decoration.h', 889 'browser/cocoa/location_bar/page_action_decoration.h',
888 'browser/cocoa/location_bar/page_action_decoration.mm', 890 'browser/cocoa/location_bar/page_action_decoration.mm',
889 'browser/cocoa/location_bar/selected_keyword_decoration.h', 891 'browser/cocoa/location_bar/selected_keyword_decoration.h',
890 'browser/cocoa/location_bar/selected_keyword_decoration.mm', 892 'browser/cocoa/location_bar/selected_keyword_decoration.mm',
(...skipping 2744 matching lines...) Expand 10 before | Expand all | Expand 10 after
3635 ], 3637 ],
3636 }, 3638 },
3637 ], 3639 ],
3638 } 3640 }
3639 3641
3640 # Local Variables: 3642 # Local Variables:
3641 # tab-width:2 3643 # tab-width:2
3642 # indent-tabs-mode:nil 3644 # indent-tabs-mode:nil
3643 # End: 3645 # End:
3644 # vim: set expandtab tabstop=2 shiftwidth=2: 3646 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698