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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2805070: [Mac] First part of Omnibox decoration refactor. Enable ev bubble. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: comment clarification 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 824 matching lines...) Expand 10 before | Expand all | Expand 10 after
835 'browser/cocoa/keyword_editor_cocoa_controller.h', 835 'browser/cocoa/keyword_editor_cocoa_controller.h',
836 'browser/cocoa/keyword_editor_cocoa_controller.mm', 836 'browser/cocoa/keyword_editor_cocoa_controller.mm',
837 'browser/cocoa/l10n_util.h', 837 'browser/cocoa/l10n_util.h',
838 'browser/cocoa/l10n_util.mm', 838 'browser/cocoa/l10n_util.mm',
839 'browser/cocoa/location_bar/autocomplete_text_field.h', 839 'browser/cocoa/location_bar/autocomplete_text_field.h',
840 'browser/cocoa/location_bar/autocomplete_text_field.mm', 840 'browser/cocoa/location_bar/autocomplete_text_field.mm',
841 'browser/cocoa/location_bar/autocomplete_text_field_cell.h', 841 'browser/cocoa/location_bar/autocomplete_text_field_cell.h',
842 'browser/cocoa/location_bar/autocomplete_text_field_cell.mm', 842 'browser/cocoa/location_bar/autocomplete_text_field_cell.mm',
843 'browser/cocoa/location_bar/autocomplete_text_field_editor.h', 843 'browser/cocoa/location_bar/autocomplete_text_field_editor.h',
844 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm', 844 'browser/cocoa/location_bar/autocomplete_text_field_editor.mm',
845 'browser/cocoa/location_bar/bubble_decoration.h',
846 'browser/cocoa/location_bar/bubble_decoration.mm',
847 'browser/cocoa/location_bar/ev_bubble_decoration.h',
848 'browser/cocoa/location_bar/ev_bubble_decoration.mm',
849 'browser/cocoa/location_bar/location_bar_decoration.h',
850 'browser/cocoa/location_bar/location_bar_decoration.mm',
845 'browser/cocoa/location_bar/location_bar_view_mac.h', 851 'browser/cocoa/location_bar/location_bar_view_mac.h',
846 'browser/cocoa/location_bar/location_bar_view_mac.mm', 852 'browser/cocoa/location_bar/location_bar_view_mac.mm',
853 'browser/cocoa/location_bar/location_icon_decoration.h',
854 'browser/cocoa/location_bar/location_icon_decoration.mm',
855 'browser/cocoa/location_bar/selected_keyword_decoration.h',
856 'browser/cocoa/location_bar/selected_keyword_decoration.mm',
847 'browser/cocoa/menu_button.h', 857 'browser/cocoa/menu_button.h',
848 'browser/cocoa/menu_button.mm', 858 'browser/cocoa/menu_button.mm',
849 'browser/cocoa/menu_controller.h', 859 'browser/cocoa/menu_controller.h',
850 'browser/cocoa/menu_controller.mm', 860 'browser/cocoa/menu_controller.mm',
851 'browser/cocoa/multi_key_equivalent_button.h', 861 'browser/cocoa/multi_key_equivalent_button.h',
852 'browser/cocoa/multi_key_equivalent_button.mm', 862 'browser/cocoa/multi_key_equivalent_button.mm',
853 'browser/cocoa/notifications/balloon_controller.mm', 863 'browser/cocoa/notifications/balloon_controller.mm',
854 'browser/cocoa/notifications/balloon_controller.h', 864 'browser/cocoa/notifications/balloon_controller.h',
855 'browser/cocoa/notifications/balloon_view_bridge.h', 865 'browser/cocoa/notifications/balloon_view_bridge.h',
856 'browser/cocoa/notifications/balloon_view_bridge.mm', 866 'browser/cocoa/notifications/balloon_view_bridge.mm',
(...skipping 2705 matching lines...) Expand 10 before | Expand all | Expand 10 after
3562 ], 3572 ],
3563 }, 3573 },
3564 ], 3574 ],
3565 } 3575 }
3566 3576
3567 # Local Variables: 3577 # Local Variables:
3568 # tab-width:2 3578 # tab-width:2
3569 # indent-tabs-mode:nil 3579 # indent-tabs-mode:nil
3570 # End: 3580 # End:
3571 # vim: set expandtab tabstop=2 shiftwidth=2: 3581 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/location_bar/selected_keyword_decoration_unittest.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698