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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11411180: move favicon download code from chrome/ into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WebContentsObserver and callback Created 8 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 | 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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'browser/download/save_package_file_picker_chromeos.h', 579 'browser/download/save_package_file_picker_chromeos.h',
580 'browser/enumerate_modules_model_win.cc', 580 'browser/enumerate_modules_model_win.cc',
581 'browser/enumerate_modules_model_win.h', 581 'browser/enumerate_modules_model_win.h',
582 'browser/event_disposition.cc', 582 'browser/event_disposition.cc',
583 'browser/event_disposition.h', 583 'browser/event_disposition.h',
584 'browser/external_protocol/external_protocol_handler.cc', 584 'browser/external_protocol/external_protocol_handler.cc',
585 'browser/external_protocol/external_protocol_handler.h', 585 'browser/external_protocol/external_protocol_handler.h',
586 'browser/external_protocol/external_protocol_observer.cc', 586 'browser/external_protocol/external_protocol_observer.cc',
587 'browser/external_protocol/external_protocol_observer.h', 587 'browser/external_protocol/external_protocol_observer.h',
588 'browser/external_tab/external_tab_container.h', 588 'browser/external_tab/external_tab_container.h',
589 'browser/favicon/favicon_download_helper.cc',
590 'browser/favicon/favicon_download_helper.h',
591 'browser/favicon/favicon_download_helper_delegate.h',
592 'browser/favicon/favicon_handler.cc', 589 'browser/favicon/favicon_handler.cc',
593 'browser/favicon/favicon_handler.h', 590 'browser/favicon/favicon_handler.h',
594 'browser/favicon/favicon_handler_delegate.h', 591 'browser/favicon/favicon_handler_delegate.h',
595 'browser/favicon/favicon_service.cc', 592 'browser/favicon/favicon_service.cc',
596 'browser/favicon/favicon_service.h', 593 'browser/favicon/favicon_service.h',
597 'browser/favicon/favicon_service_factory.cc', 594 'browser/favicon/favicon_service_factory.cc',
598 'browser/favicon/favicon_service_factory.h', 595 'browser/favicon/favicon_service_factory.h',
599 'browser/favicon/favicon_tab_helper.cc', 596 'browser/favicon/favicon_tab_helper.cc',
600 'browser/favicon/favicon_tab_helper.h', 597 'browser/favicon/favicon_tab_helper.h',
601 'browser/favicon/favicon_util.cc', 598 'browser/favicon/favicon_util.cc',
(...skipping 2511 matching lines...) Expand 10 before | Expand all | Expand 10 after
3113 'proto_in_dir': '../third_party/cros_system_api/dbus', 3110 'proto_in_dir': '../third_party/cros_system_api/dbus',
3114 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3111 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3115 }, 3112 },
3116 'includes': ['../build/protoc.gypi'], 3113 'includes': ['../build/protoc.gypi'],
3117 }, 3114 },
3118 ], 3115 ],
3119 }, 3116 },
3120 ], 3117 ],
3121 ], 3118 ],
3122 } 3119 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698