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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2078021: First pass at experimental omnibox API. There are plenty of rough edges and (Closed)
Patch Set: no prefer_keyword Created 10 years, 6 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/views/location_bar/selected_keyword_view.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) 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 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
1080 'browser/extensions/extension_infobar_delegate.cc', 1080 'browser/extensions/extension_infobar_delegate.cc',
1081 'browser/extensions/extension_infobar_delegate.h', 1081 'browser/extensions/extension_infobar_delegate.h',
1082 'browser/extensions/extension_install_ui.cc', 1082 'browser/extensions/extension_install_ui.cc',
1083 'browser/extensions/extension_install_ui.h', 1083 'browser/extensions/extension_install_ui.h',
1084 'browser/extensions/extension_menu_manager.cc', 1084 'browser/extensions/extension_menu_manager.cc',
1085 'browser/extensions/extension_menu_manager.h', 1085 'browser/extensions/extension_menu_manager.h',
1086 'browser/extensions/extension_message_service.cc', 1086 'browser/extensions/extension_message_service.cc',
1087 'browser/extensions/extension_message_service.h', 1087 'browser/extensions/extension_message_service.h',
1088 'browser/extensions/extension_metrics_module.cc', 1088 'browser/extensions/extension_metrics_module.cc',
1089 'browser/extensions/extension_metrics_module.h', 1089 'browser/extensions/extension_metrics_module.h',
1090 'browser/extensions/extension_omnibox_api.cc',
1091 'browser/extensions/extension_omnibox_api.h',
1090 'browser/extensions/extension_page_actions_module.cc', 1092 'browser/extensions/extension_page_actions_module.cc',
1091 'browser/extensions/extension_page_actions_module.h', 1093 'browser/extensions/extension_page_actions_module.h',
1092 'browser/extensions/extension_page_actions_module_constants.cc', 1094 'browser/extensions/extension_page_actions_module_constants.cc',
1093 'browser/extensions/extension_page_actions_module_constants.h', 1095 'browser/extensions/extension_page_actions_module_constants.h',
1094 'browser/extensions/extension_popup_api.cc', 1096 'browser/extensions/extension_popup_api.cc',
1095 'browser/extensions/extension_popup_api.h', 1097 'browser/extensions/extension_popup_api.h',
1096 'browser/extensions/extension_prefs.cc', 1098 'browser/extensions/extension_prefs.cc',
1097 'browser/extensions/extension_prefs.h', 1099 'browser/extensions/extension_prefs.h',
1098 'browser/extensions/extension_process_manager.cc', 1100 'browser/extensions/extension_process_manager.cc',
1099 'browser/extensions/extension_process_manager.h', 1101 'browser/extensions/extension_process_manager.h',
(...skipping 2439 matching lines...) Expand 10 before | Expand all | Expand 10 after
3539 ], 3541 ],
3540 }, 3542 },
3541 ], 3543 ],
3542 } 3544 }
3543 3545
3544 # Local Variables: 3546 # Local Variables:
3545 # tab-width:2 3547 # tab-width:2
3546 # indent-tabs-mode:nil 3548 # indent-tabs-mode:nil
3547 # End: 3549 # End:
3548 # vim: set expandtab tabstop=2 shiftwidth=2: 3550 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/location_bar/selected_keyword_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698