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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10546083: Convert ProtocolHandlerRegistry to be a ProfileKeyedService. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Minor docu-changes. Created 8 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 'browser/content_settings/tab_specific_content_settings.cc', 966 'browser/content_settings/tab_specific_content_settings.cc',
967 'browser/content_settings/tab_specific_content_settings.h', 967 'browser/content_settings/tab_specific_content_settings.h',
968 'browser/cookies_tree_model.cc', 968 'browser/cookies_tree_model.cc',
969 'browser/cookies_tree_model.h', 969 'browser/cookies_tree_model.h',
970 'browser/crash_upload_list.cc', 970 'browser/crash_upload_list.cc',
971 'browser/crash_upload_list.h', 971 'browser/crash_upload_list.h',
972 'browser/crash_upload_list_win.cc', 972 'browser/crash_upload_list_win.cc',
973 'browser/crash_upload_list_win.h', 973 'browser/crash_upload_list_win.h',
974 'browser/custom_handlers/protocol_handler_registry.cc', 974 'browser/custom_handlers/protocol_handler_registry.cc',
975 'browser/custom_handlers/protocol_handler_registry.h', 975 'browser/custom_handlers/protocol_handler_registry.h',
976 'browser/custom_handlers/protocol_handler_registry_factory.cc',
977 'browser/custom_handlers/protocol_handler_registry_factory.h',
976 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc', 978 'browser/custom_handlers/register_protocol_handler_infobar_delegate.cc',
977 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h', 979 'browser/custom_handlers/register_protocol_handler_infobar_delegate.h',
978 'browser/custom_home_pages_table_model.cc', 980 'browser/custom_home_pages_table_model.cc',
979 'browser/custom_home_pages_table_model.h', 981 'browser/custom_home_pages_table_model.h',
980 'browser/defaults.cc', 982 'browser/defaults.cc',
981 'browser/defaults.h', 983 'browser/defaults.h',
982 'browser/diagnostics/diagnostics_main.cc', 984 'browser/diagnostics/diagnostics_main.cc',
983 'browser/diagnostics/diagnostics_main.h', 985 'browser/diagnostics/diagnostics_main.h',
984 'browser/diagnostics/diagnostics_model.cc', 986 'browser/diagnostics/diagnostics_model.cc',
985 'browser/diagnostics/diagnostics_model.h', 987 'browser/diagnostics/diagnostics_model.h',
(...skipping 4476 matching lines...) Expand 10 before | Expand all | Expand 10 after
5462 'variables': { 5464 'variables': {
5463 'jni_gen_dir': 'chrome', 5465 'jni_gen_dir': 'chrome',
5464 }, 5466 },
5465 'includes': [ '../build/jni_generator.gypi' ], 5467 'includes': [ '../build/jni_generator.gypi' ],
5466 }, 5468 },
5467 ], 5469 ],
5468 }, 5470 },
5469 ], 5471 ],
5470 ], 5472 ],
5471 } 5473 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/content_settings/content_setting_bubble_model_unittest.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698