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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6598002: Make the ChromeNetworkDelegate use the ExtensionEventRouterForwarder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates Created 9 years, 9 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
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/test/testing_browser_process.h » ('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) 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 950 matching lines...) Expand 10 before | Expand all | Expand 10 after
961 'browser/extensions/extension_infobar_delegate.cc', 961 'browser/extensions/extension_infobar_delegate.cc',
962 'browser/extensions/extension_infobar_delegate.h', 962 'browser/extensions/extension_infobar_delegate.h',
963 'browser/extensions/extension_infobar_module.cc', 963 'browser/extensions/extension_infobar_module.cc',
964 'browser/extensions/extension_infobar_module.h', 964 'browser/extensions/extension_infobar_module.h',
965 'browser/extensions/extension_infobar_module_constants.cc', 965 'browser/extensions/extension_infobar_module_constants.cc',
966 'browser/extensions/extension_infobar_module_constants.h', 966 'browser/extensions/extension_infobar_module_constants.h',
967 'browser/extensions/extension_input_api.cc', 967 'browser/extensions/extension_input_api.cc',
968 'browser/extensions/extension_input_api.h', 968 'browser/extensions/extension_input_api.h',
969 'browser/extensions/extension_install_ui.cc', 969 'browser/extensions/extension_install_ui.cc',
970 'browser/extensions/extension_install_ui.h', 970 'browser/extensions/extension_install_ui.h',
971 'browser/extensions/extension_io_event_router.cc',
972 'browser/extensions/extension_io_event_router.h',
973 'browser/extensions/extension_management_api.cc', 971 'browser/extensions/extension_management_api.cc',
974 'browser/extensions/extension_management_api.h', 972 'browser/extensions/extension_management_api.h',
975 'browser/extensions/extension_menu_manager.cc', 973 'browser/extensions/extension_menu_manager.cc',
976 'browser/extensions/extension_menu_manager.h', 974 'browser/extensions/extension_menu_manager.h',
977 'browser/extensions/extension_message_service.cc', 975 'browser/extensions/extension_message_service.cc',
978 'browser/extensions/extension_message_service.h', 976 'browser/extensions/extension_message_service.h',
979 'browser/extensions/extension_metrics_module.cc', 977 'browser/extensions/extension_metrics_module.cc',
980 'browser/extensions/extension_metrics_module.h', 978 'browser/extensions/extension_metrics_module.h',
981 'browser/extensions/extension_module.cc', 979 'browser/extensions/extension_module.cc',
982 'browser/extensions/extension_module.h', 980 'browser/extensions/extension_module.h',
(...skipping 3440 matching lines...) Expand 10 before | Expand all | Expand 10 after
4423 ], 4421 ],
4424 }, 4422 },
4425 ], 4423 ],
4426 } 4424 }
4427 4425
4428 # Local Variables: 4426 # Local Variables:
4429 # tab-width:2 4427 # tab-width:2
4430 # indent-tabs-mode:nil 4428 # indent-tabs-mode:nil
4431 # End: 4429 # End:
4432 # vim: set expandtab tabstop=2 shiftwidth=2: 4430 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_manager.cc ('k') | chrome/test/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698