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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10828263: Moving FaviconService to a ProfileKeyedService. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: resyncing with library after revert 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 1102 matching lines...) Expand 10 before | Expand all | Expand 10 after
1113 'browser/external_protocol/external_protocol_handler.cc', 1113 'browser/external_protocol/external_protocol_handler.cc',
1114 'browser/external_protocol/external_protocol_handler.h', 1114 'browser/external_protocol/external_protocol_handler.h',
1115 'browser/external_protocol/external_protocol_observer.cc', 1115 'browser/external_protocol/external_protocol_observer.cc',
1116 'browser/external_protocol/external_protocol_observer.h', 1116 'browser/external_protocol/external_protocol_observer.h',
1117 'browser/external_tab/external_tab_container.h', 1117 'browser/external_tab/external_tab_container.h',
1118 'browser/favicon/favicon_handler.cc', 1118 'browser/favicon/favicon_handler.cc',
1119 'browser/favicon/favicon_handler.h', 1119 'browser/favicon/favicon_handler.h',
1120 'browser/favicon/favicon_handler_delegate.h', 1120 'browser/favicon/favicon_handler_delegate.h',
1121 'browser/favicon/favicon_service.cc', 1121 'browser/favicon/favicon_service.cc',
1122 'browser/favicon/favicon_service.h', 1122 'browser/favicon/favicon_service.h',
1123 'browser/favicon/favicon_service_factory.cc',
1124 'browser/favicon/favicon_service_factory.h',
1123 'browser/favicon/favicon_tab_helper.cc', 1125 'browser/favicon/favicon_tab_helper.cc',
1124 'browser/favicon/favicon_tab_helper.h', 1126 'browser/favicon/favicon_tab_helper.h',
1125 'browser/favicon/favicon_util.cc', 1127 'browser/favicon/favicon_util.cc',
1126 'browser/favicon/favicon_util.h', 1128 'browser/favicon/favicon_util.h',
1127 'browser/favicon/select_favicon_frames.cc', 1129 'browser/favicon/select_favicon_frames.cc',
1128 'browser/favicon/select_favicon_frames.h', 1130 'browser/favicon/select_favicon_frames.h',
1129 'browser/file_select_helper.cc', 1131 'browser/file_select_helper.cc',
1130 'browser/file_select_helper.h', 1132 'browser/file_select_helper.h',
1131 'browser/first_run/first_run.cc', 1133 'browser/first_run/first_run.cc',
1132 'browser/first_run/first_run.h', 1134 'browser/first_run/first_run.h',
(...skipping 4510 matching lines...) Expand 10 before | Expand all | Expand 10 after
5643 'includes': [ '../build/jni_generator.gypi' ], 5645 'includes': [ '../build/jni_generator.gypi' ],
5644 'dependencies': [ 5646 'dependencies': [
5645 'android_jar_jni_headers', 5647 'android_jar_jni_headers',
5646 ], 5648 ],
5647 }, 5649 },
5648 ], 5650 ],
5649 }, 5651 },
5650 ], 5652 ],
5651 ], 5653 ],
5652 } 5654 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/favicon_webui_handler.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698