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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10857037: Make FaviconService a ProfileKeyedService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the tests Created 8 years, 4 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) 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 1065 matching lines...) Expand 10 before | Expand all | Expand 10 after
1076 'browser/external_protocol/external_protocol_handler.cc', 1076 'browser/external_protocol/external_protocol_handler.cc',
1077 'browser/external_protocol/external_protocol_handler.h', 1077 'browser/external_protocol/external_protocol_handler.h',
1078 'browser/external_protocol/external_protocol_observer.cc', 1078 'browser/external_protocol/external_protocol_observer.cc',
1079 'browser/external_protocol/external_protocol_observer.h', 1079 'browser/external_protocol/external_protocol_observer.h',
1080 'browser/external_tab/external_tab_container.h', 1080 'browser/external_tab/external_tab_container.h',
1081 'browser/favicon/favicon_handler.cc', 1081 'browser/favicon/favicon_handler.cc',
1082 'browser/favicon/favicon_handler.h', 1082 'browser/favicon/favicon_handler.h',
1083 'browser/favicon/favicon_handler_delegate.h', 1083 'browser/favicon/favicon_handler_delegate.h',
1084 'browser/favicon/favicon_service.cc', 1084 'browser/favicon/favicon_service.cc',
1085 'browser/favicon/favicon_service.h', 1085 'browser/favicon/favicon_service.h',
1086 'browser/favicon/favicon_service_factory.cc',
1087 'browser/favicon/favicon_service_factory.h',
1086 'browser/favicon/favicon_tab_helper.cc', 1088 'browser/favicon/favicon_tab_helper.cc',
1087 'browser/favicon/favicon_tab_helper.h', 1089 'browser/favicon/favicon_tab_helper.h',
1088 'browser/favicon/favicon_util.cc', 1090 'browser/favicon/favicon_util.cc',
1089 'browser/favicon/favicon_util.h', 1091 'browser/favicon/favicon_util.h',
1090 'browser/favicon/select_favicon_frames.cc', 1092 'browser/favicon/select_favicon_frames.cc',
1091 'browser/favicon/select_favicon_frames.h', 1093 'browser/favicon/select_favicon_frames.h',
1092 'browser/file_select_helper.cc', 1094 'browser/file_select_helper.cc',
1093 'browser/file_select_helper.h', 1095 'browser/file_select_helper.h',
1094 'browser/first_run/first_run.cc', 1096 'browser/first_run/first_run.cc',
1095 'browser/first_run/first_run.h', 1097 'browser/first_run/first_run.h',
(...skipping 4424 matching lines...) Expand 10 before | Expand all | Expand 10 after
5520 'includes': [ '../build/jni_generator.gypi' ], 5522 'includes': [ '../build/jni_generator.gypi' ],
5521 'dependencies': [ 5523 'dependencies': [
5522 'android_jar_jni_headers', 5524 'android_jar_jni_headers',
5523 ], 5525 ],
5524 }, 5526 },
5525 ], 5527 ],
5526 }, 5528 },
5527 ], 5529 ],
5528 ], 5530 ],
5529 } 5531 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698