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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 301613004: Turn FaviconClient into a Keyed service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: touching wood Created 6 years, 6 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 625 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 'browser/extensions/signin/scoped_gaia_auth_extension.cc', 636 'browser/extensions/signin/scoped_gaia_auth_extension.cc',
637 'browser/extensions/signin/scoped_gaia_auth_extension.h', 637 'browser/extensions/signin/scoped_gaia_auth_extension.h',
638 'browser/extensions/token_cache/token_cache_service.cc', 638 'browser/extensions/token_cache/token_cache_service.cc',
639 'browser/extensions/token_cache/token_cache_service.h', 639 'browser/extensions/token_cache/token_cache_service.h',
640 'browser/extensions/token_cache/token_cache_service_factory.cc', 640 'browser/extensions/token_cache/token_cache_service_factory.cc',
641 'browser/extensions/token_cache/token_cache_service_factory.h', 641 'browser/extensions/token_cache/token_cache_service_factory.h',
642 'browser/external_protocol/external_protocol_handler.cc', 642 'browser/external_protocol/external_protocol_handler.cc',
643 'browser/external_protocol/external_protocol_handler.h', 643 'browser/external_protocol/external_protocol_handler.h',
644 'browser/favicon/chrome_favicon_client.cc', 644 'browser/favicon/chrome_favicon_client.cc',
645 'browser/favicon/chrome_favicon_client.h', 645 'browser/favicon/chrome_favicon_client.h',
646 'browser/favicon/chrome_favicon_client_factory.cc',
647 'browser/favicon/chrome_favicon_client_factory.h',
646 'browser/favicon/favicon_changed_details.cc', 648 'browser/favicon/favicon_changed_details.cc',
647 'browser/favicon/favicon_changed_details.h', 649 'browser/favicon/favicon_changed_details.h',
648 'browser/favicon/favicon_handler.cc', 650 'browser/favicon/favicon_handler.cc',
649 'browser/favicon/favicon_handler.h', 651 'browser/favicon/favicon_handler.h',
650 'browser/favicon/favicon_service.cc', 652 'browser/favicon/favicon_service.cc',
651 'browser/favicon/favicon_service.h', 653 'browser/favicon/favicon_service.h',
652 'browser/favicon/favicon_service_factory.cc', 654 'browser/favicon/favicon_service_factory.cc',
653 'browser/favicon/favicon_service_factory.h', 655 'browser/favicon/favicon_service_factory.h',
654 'browser/favicon/favicon_tab_helper.cc', 656 'browser/favicon/favicon_tab_helper.cc',
655 'browser/favicon/favicon_tab_helper.h', 657 'browser/favicon/favicon_tab_helper.h',
(...skipping 3134 matching lines...) Expand 10 before | Expand all | Expand 10 after
3790 'package_name': 'org/chromium/chrome/browser', 3792 'package_name': 'org/chromium/chrome/browser',
3791 'template_deps': ['browser/android/tab_load_status.h'], 3793 'template_deps': ['browser/android/tab_load_status.h'],
3792 }, 3794 },
3793 'includes': [ '../build/android/java_cpp_template.gypi' ], 3795 'includes': [ '../build/android/java_cpp_template.gypi' ],
3794 }, 3796 },
3795 ], 3797 ],
3796 }, 3798 },
3797 ], 3799 ],
3798 ], 3800 ],
3799 } 3801 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc ('k') | components/favicon.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698