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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2973006: Use the extension icon for extension omnibox results instead of the generic (Closed)
Patch Set: fixed mac 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 'browser/extensions/extension_function_dispatcher.cc', 1196 'browser/extensions/extension_function_dispatcher.cc',
1197 'browser/extensions/extension_function_dispatcher.h', 1197 'browser/extensions/extension_function_dispatcher.h',
1198 'browser/extensions/extension_history_api.cc', 1198 'browser/extensions/extension_history_api.cc',
1199 'browser/extensions/extension_history_api.h', 1199 'browser/extensions/extension_history_api.h',
1200 'browser/extensions/extension_history_api_constants.cc', 1200 'browser/extensions/extension_history_api_constants.cc',
1201 'browser/extensions/extension_history_api_constants.h', 1201 'browser/extensions/extension_history_api_constants.h',
1202 'browser/extensions/extension_host.cc', 1202 'browser/extensions/extension_host.cc',
1203 'browser/extensions/extension_host.h', 1203 'browser/extensions/extension_host.h',
1204 'browser/extensions/extension_host_mac.h', 1204 'browser/extensions/extension_host_mac.h',
1205 'browser/extensions/extension_host_mac.mm', 1205 'browser/extensions/extension_host_mac.mm',
1206 'browser/extensions/extension_icon_manager.cc',
1207 'browser/extensions/extension_icon_manager.h',
1206 'browser/extensions/extension_idle_api.cc', 1208 'browser/extensions/extension_idle_api.cc',
1207 'browser/extensions/extension_idle_api.h', 1209 'browser/extensions/extension_idle_api.h',
1208 'browser/extensions/extension_idle_api_constants.cc', 1210 'browser/extensions/extension_idle_api_constants.cc',
1209 'browser/extensions/extension_idle_api_constants.h', 1211 'browser/extensions/extension_idle_api_constants.h',
1210 'browser/extensions/extension_i18n_api.cc', 1212 'browser/extensions/extension_i18n_api.cc',
1211 'browser/extensions/extension_i18n_api.h', 1213 'browser/extensions/extension_i18n_api.h',
1212 'browser/extensions/extension_infobar_module.cc', 1214 'browser/extensions/extension_infobar_module.cc',
1213 'browser/extensions/extension_infobar_module.h', 1215 'browser/extensions/extension_infobar_module.h',
1214 'browser/extensions/extension_infobar_module_constants.cc', 1216 'browser/extensions/extension_infobar_module_constants.cc',
1215 'browser/extensions/extension_infobar_module_constants.h', 1217 'browser/extensions/extension_infobar_module_constants.h',
(...skipping 2373 matching lines...) Expand 10 before | Expand all | Expand 10 after
3589 ], 3591 ],
3590 }, 3592 },
3591 ], 3593 ],
3592 } 3594 }
3593 3595
3594 # Local Variables: 3596 # Local Variables:
3595 # tab-width:2 3597 # tab-width:2
3596 # indent-tabs-mode:nil 3598 # indent-tabs-mode:nil
3597 # End: 3599 # End:
3598 # vim: set expandtab tabstop=2 shiftwidth=2: 3600 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698