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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11195010: Extract Favicon Download logic from FaviconTabHelper (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « chrome/browser/favicon/favicon_tab_helper.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'browser/download/save_package_file_picker_chromeos.h', 615 'browser/download/save_package_file_picker_chromeos.h',
616 'browser/enumerate_modules_model_win.cc', 616 'browser/enumerate_modules_model_win.cc',
617 'browser/enumerate_modules_model_win.h', 617 'browser/enumerate_modules_model_win.h',
618 'browser/event_disposition.cc', 618 'browser/event_disposition.cc',
619 'browser/event_disposition.h', 619 'browser/event_disposition.h',
620 'browser/external_protocol/external_protocol_handler.cc', 620 'browser/external_protocol/external_protocol_handler.cc',
621 'browser/external_protocol/external_protocol_handler.h', 621 'browser/external_protocol/external_protocol_handler.h',
622 'browser/external_protocol/external_protocol_observer.cc', 622 'browser/external_protocol/external_protocol_observer.cc',
623 'browser/external_protocol/external_protocol_observer.h', 623 'browser/external_protocol/external_protocol_observer.h',
624 'browser/external_tab/external_tab_container.h', 624 'browser/external_tab/external_tab_container.h',
625 'browser/favicon/favicon_download_helper.cc',
626 'browser/favicon/favicon_download_helper.h',
627 'browser/favicon/favicon_download_helper_delegate.h',
625 'browser/favicon/favicon_handler.cc', 628 'browser/favicon/favicon_handler.cc',
626 'browser/favicon/favicon_handler.h', 629 'browser/favicon/favicon_handler.h',
627 'browser/favicon/favicon_handler_delegate.h', 630 'browser/favicon/favicon_handler_delegate.h',
628 'browser/favicon/favicon_service.cc', 631 'browser/favicon/favicon_service.cc',
629 'browser/favicon/favicon_service.h', 632 'browser/favicon/favicon_service.h',
630 'browser/favicon/favicon_service_factory.cc', 633 'browser/favicon/favicon_service_factory.cc',
631 'browser/favicon/favicon_service_factory.h', 634 'browser/favicon/favicon_service_factory.h',
632 'browser/favicon/favicon_tab_helper.cc', 635 'browser/favicon/favicon_tab_helper.cc',
633 'browser/favicon/favicon_tab_helper.h', 636 'browser/favicon/favicon_tab_helper.h',
634 'browser/favicon/favicon_util.cc', 637 'browser/favicon/favicon_util.cc',
(...skipping 2344 matching lines...) Expand 10 before | Expand all | Expand 10 after
2979 'proto_in_dir': '../third_party/cros_system_api/dbus', 2982 'proto_in_dir': '../third_party/cros_system_api/dbus',
2980 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 2983 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
2981 }, 2984 },
2982 'includes': ['../build/protoc.gypi'], 2985 'includes': ['../build/protoc.gypi'],
2983 }, 2986 },
2984 ], 2987 ],
2985 }, 2988 },
2986 ], 2989 ],
2987 ], 2990 ],
2988 } 2991 }
OLDNEW
« no previous file with comments | « chrome/browser/favicon/favicon_tab_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698