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

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: fix order 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
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 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 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 'proto_in_dir': '../third_party/cros_system_api/dbus', 3153 'proto_in_dir': '../third_party/cros_system_api/dbus',
3157 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3154 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3158 }, 3155 },
3159 'includes': ['../build/protoc.gypi'], 3156 'includes': ['../build/protoc.gypi'],
3160 }, 3157 },
3161 ], 3158 ],
3162 }, 3159 },
3163 ], 3160 ],
3164 ], 3161 ],
3165 } 3162 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698