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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 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
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 2920 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 2931 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2932 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 2932 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2933 'browser/ui/cocoa/location_bar/omnibox_popup_view.h', 2933 'browser/ui/cocoa/location_bar/omnibox_popup_view.h',
2934 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm', 2934 'browser/ui/cocoa/location_bar/omnibox_popup_view.mm',
2935 'browser/ui/cocoa/location_bar/page_action_decoration.h', 2935 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2936 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 2936 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2937 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 2937 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2938 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 2938 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2939 'browser/ui/cocoa/location_bar/star_decoration.h', 2939 'browser/ui/cocoa/location_bar/star_decoration.h',
2940 'browser/ui/cocoa/location_bar/star_decoration.mm', 2940 'browser/ui/cocoa/location_bar/star_decoration.mm',
2941 'browser/ui/cocoa/lookup_in_dictionary.h',
2942 'browser/ui/cocoa/lookup_in_dictionary.mm',
2941 'browser/ui/cocoa/menu_button.h', 2943 'browser/ui/cocoa/menu_button.h',
2942 'browser/ui/cocoa/menu_button.mm', 2944 'browser/ui/cocoa/menu_button.mm',
2943 'browser/ui/cocoa/menu_controller.h', 2945 'browser/ui/cocoa/menu_controller.h',
2944 'browser/ui/cocoa/menu_controller.mm', 2946 'browser/ui/cocoa/menu_controller.mm',
2945 'browser/ui/cocoa/multi_key_equivalent_button.h', 2947 'browser/ui/cocoa/multi_key_equivalent_button.h',
2946 'browser/ui/cocoa/multi_key_equivalent_button.mm', 2948 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2947 'browser/ui/cocoa/new_tab_button.h', 2949 'browser/ui/cocoa/new_tab_button.h',
2948 'browser/ui/cocoa/new_tab_button.mm', 2950 'browser/ui/cocoa/new_tab_button.mm',
2949 'browser/ui/cocoa/notifications/balloon_controller.mm', 2951 'browser/ui/cocoa/notifications/balloon_controller.mm',
2950 'browser/ui/cocoa/notifications/balloon_controller.h', 2952 'browser/ui/cocoa/notifications/balloon_controller.h',
(...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after
4566 ], 4568 ],
4567 }, 4569 },
4568 ], 4570 ],
4569 } 4571 }
4570 4572
4571 # Local Variables: 4573 # Local Variables:
4572 # tab-width:2 4574 # tab-width:2
4573 # indent-tabs-mode:nil 4575 # indent-tabs-mode:nil
4574 # End: 4576 # End:
4575 # vim: set expandtab tabstop=2 shiftwidth=2: 4577 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698