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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 8135017: Refactor downloads into a ProfileKeyedService. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Incorporated latest rounds of comments from John. Created 9 years, 2 months 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/downloads_ui.cc ('k') | chrome/test/base/testing_profile.h » ('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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 868 matching lines...) Expand 10 before | Expand all | Expand 10 after
879 'browser/download/download_prefs.cc', 879 'browser/download/download_prefs.cc',
880 'browser/download/download_prefs.h', 880 'browser/download/download_prefs.h',
881 'browser/download/download_request_infobar_delegate.cc', 881 'browser/download/download_request_infobar_delegate.cc',
882 'browser/download/download_request_infobar_delegate.h', 882 'browser/download/download_request_infobar_delegate.h',
883 'browser/download/download_request_limiter.cc', 883 'browser/download/download_request_limiter.cc',
884 'browser/download/download_request_limiter.h', 884 'browser/download/download_request_limiter.h',
885 'browser/download/download_request_limiter_observer.cc', 885 'browser/download/download_request_limiter_observer.cc',
886 'browser/download/download_request_limiter_observer.h', 886 'browser/download/download_request_limiter_observer.h',
887 'browser/download/download_safe_browsing_client.cc', 887 'browser/download/download_safe_browsing_client.cc',
888 'browser/download/download_safe_browsing_client.h', 888 'browser/download/download_safe_browsing_client.h',
889 'browser/download/download_service.cc',
890 'browser/download/download_service.h',
891 'browser/download/download_service_factory.cc',
892 'browser/download/download_service_factory.h',
889 'browser/download/download_shelf.h', 893 'browser/download/download_shelf.h',
890 'browser/download/download_shelf_context_menu.cc', 894 'browser/download/download_shelf_context_menu.cc',
891 'browser/download/download_shelf_context_menu.h', 895 'browser/download/download_shelf_context_menu.h',
892 'browser/download/download_started_animation.h', 896 'browser/download/download_started_animation.h',
893 'browser/download/download_throttling_resource_handler.cc', 897 'browser/download/download_throttling_resource_handler.cc',
894 'browser/download/download_throttling_resource_handler.h', 898 'browser/download/download_throttling_resource_handler.h',
895 'browser/download/download_util.cc', 899 'browser/download/download_util.cc',
896 'browser/download/download_util.h', 900 'browser/download/download_util.h',
897 'browser/download/save_package_file_picker.cc', 901 'browser/download/save_package_file_picker.cc',
898 'browser/download/save_package_file_picker.h', 902 'browser/download/save_package_file_picker.h',
(...skipping 4180 matching lines...) Expand 10 before | Expand all | Expand 10 after
5079 'type': 'static_library', 5083 'type': 'static_library',
5080 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5084 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5081 'variables': { 5085 'variables': {
5082 'proto_in_dir': 'browser/history', 5086 'proto_in_dir': 'browser/history',
5083 'proto_out_dir': 'chrome/browser/history', 5087 'proto_out_dir': 'chrome/browser/history',
5084 }, 5088 },
5085 'includes': [ '../build/protoc.gypi' ] 5089 'includes': [ '../build/protoc.gypi' ]
5086 }, 5090 },
5087 ], 5091 ],
5088 } 5092 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/downloads_ui.cc ('k') | chrome/test/base/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698