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

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: 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 567 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'browser/download/save_package_file_picker_chromeos.h', 578 'browser/download/save_package_file_picker_chromeos.h',
579 'browser/enumerate_modules_model_win.cc', 579 'browser/enumerate_modules_model_win.cc',
580 'browser/enumerate_modules_model_win.h', 580 'browser/enumerate_modules_model_win.h',
581 'browser/event_disposition.cc', 581 'browser/event_disposition.cc',
582 'browser/event_disposition.h', 582 'browser/event_disposition.h',
583 'browser/external_protocol/external_protocol_handler.cc', 583 'browser/external_protocol/external_protocol_handler.cc',
584 'browser/external_protocol/external_protocol_handler.h', 584 'browser/external_protocol/external_protocol_handler.h',
585 'browser/external_protocol/external_protocol_observer.cc', 585 'browser/external_protocol/external_protocol_observer.cc',
586 'browser/external_protocol/external_protocol_observer.h', 586 'browser/external_protocol/external_protocol_observer.h',
587 'browser/external_tab/external_tab_container.h', 587 'browser/external_tab/external_tab_container.h',
588 'browser/favicon/favicon_download_helper.cc',
589 'browser/favicon/favicon_download_helper.h',
590 'browser/favicon/favicon_download_helper_delegate.h',
591 'browser/favicon/favicon_handler.cc', 588 'browser/favicon/favicon_handler.cc',
592 'browser/favicon/favicon_handler.h', 589 'browser/favicon/favicon_handler.h',
593 'browser/favicon/favicon_handler_delegate.h', 590 'browser/favicon/favicon_handler_delegate.h',
594 'browser/favicon/favicon_service.cc', 591 'browser/favicon/favicon_service.cc',
595 'browser/favicon/favicon_service.h', 592 'browser/favicon/favicon_service.h',
596 'browser/favicon/favicon_service_factory.cc', 593 'browser/favicon/favicon_service_factory.cc',
597 'browser/favicon/favicon_service_factory.h', 594 'browser/favicon/favicon_service_factory.h',
598 'browser/favicon/favicon_tab_helper.cc', 595 'browser/favicon/favicon_tab_helper.cc',
599 'browser/favicon/favicon_tab_helper.h', 596 'browser/favicon/favicon_tab_helper.h',
600 'browser/favicon/favicon_util.cc', 597 'browser/favicon/favicon_util.cc',
(...skipping 2457 matching lines...) Expand 10 before | Expand all | Expand 10 after
3058 'proto_in_dir': '../third_party/cros_system_api/dbus', 3055 'proto_in_dir': '../third_party/cros_system_api/dbus',
3059 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3056 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3060 }, 3057 },
3061 'includes': ['../build/protoc.gypi'], 3058 'includes': ['../build/protoc.gypi'],
3062 }, 3059 },
3063 ], 3060 ],
3064 }, 3061 },
3065 ], 3062 ],
3066 ], 3063 ],
3067 } 3064 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698