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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 64853004: Use high resolution icons where possible for streamlined hosted app icons. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@browser_experiment_create_app_from_page
Patch Set: mass refactor: pull code into FaviconDownloader class Created 7 years 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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'browser/extensions/token_cache/token_cache_service.h', 595 'browser/extensions/token_cache/token_cache_service.h',
596 'browser/extensions/token_cache/token_cache_service_factory.cc', 596 'browser/extensions/token_cache/token_cache_service_factory.cc',
597 'browser/extensions/token_cache/token_cache_service_factory.h', 597 'browser/extensions/token_cache/token_cache_service_factory.h',
598 'browser/external_protocol/external_protocol_handler.cc', 598 'browser/external_protocol/external_protocol_handler.cc',
599 'browser/external_protocol/external_protocol_handler.h', 599 'browser/external_protocol/external_protocol_handler.h',
600 'browser/external_protocol/external_protocol_observer.cc', 600 'browser/external_protocol/external_protocol_observer.cc',
601 'browser/external_protocol/external_protocol_observer.h', 601 'browser/external_protocol/external_protocol_observer.h',
602 'browser/external_tab/external_tab_container.h', 602 'browser/external_tab/external_tab_container.h',
603 'browser/favicon/favicon_changed_details.cc', 603 'browser/favicon/favicon_changed_details.cc',
604 'browser/favicon/favicon_changed_details.h', 604 'browser/favicon/favicon_changed_details.h',
605 'browser/favicon/favicon_downloader.cc',
606 'browser/favicon/favicon_downloader.h',
605 'browser/favicon/favicon_handler.cc', 607 'browser/favicon/favicon_handler.cc',
606 'browser/favicon/favicon_handler.h', 608 'browser/favicon/favicon_handler.h',
607 'browser/favicon/favicon_handler_delegate.h', 609 'browser/favicon/favicon_handler_delegate.h',
608 'browser/favicon/favicon_service.cc', 610 'browser/favicon/favicon_service.cc',
609 'browser/favicon/favicon_service.h', 611 'browser/favicon/favicon_service.h',
610 'browser/favicon/favicon_service_factory.cc', 612 'browser/favicon/favicon_service_factory.cc',
611 'browser/favicon/favicon_service_factory.h', 613 'browser/favicon/favicon_service_factory.h',
612 'browser/favicon/favicon_tab_helper.cc', 614 'browser/favicon/favicon_tab_helper.cc',
613 'browser/favicon/favicon_tab_helper.h', 615 'browser/favicon/favicon_tab_helper.h',
614 'browser/favicon/favicon_util.cc', 616 'browser/favicon/favicon_util.cc',
(...skipping 3158 matching lines...) Expand 10 before | Expand all | Expand 10 after
3773 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3775 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3774 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3776 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3775 }, 3777 },
3776 'includes': [ '../build/android/java_cpp_template.gypi' ], 3778 'includes': [ '../build/android/java_cpp_template.gypi' ],
3777 }, 3779 },
3778 ], 3780 ],
3779 }, 3781 },
3780 ], 3782 ],
3781 ], 3783 ],
3782 } 3784 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698