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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2886403005: Remove chrome_download_delegate.cc (Closed)
Patch Set: Created 3 years, 7 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 2840 matching lines...) Expand 10 before | Expand all | Expand 10 after
2851 "android/devtools_manager_delegate_android.cc", 2851 "android/devtools_manager_delegate_android.cc",
2852 "android/devtools_manager_delegate_android.h", 2852 "android/devtools_manager_delegate_android.h",
2853 "android/devtools_server.cc", 2853 "android/devtools_server.cc",
2854 "android/devtools_server.h", 2854 "android/devtools_server.h",
2855 "android/digital_asset_links/digital_asset_links_handler.cc", 2855 "android/digital_asset_links/digital_asset_links_handler.cc",
2856 "android/digital_asset_links/digital_asset_links_handler.h", 2856 "android/digital_asset_links/digital_asset_links_handler.h",
2857 "android/document/document_web_contents_delegate.cc", 2857 "android/document/document_web_contents_delegate.cc",
2858 "android/document/document_web_contents_delegate.h", 2858 "android/document/document_web_contents_delegate.h",
2859 "android/dom_distiller/distiller_ui_handle_android.cc", 2859 "android/dom_distiller/distiller_ui_handle_android.cc",
2860 "android/dom_distiller/distiller_ui_handle_android.h", 2860 "android/dom_distiller/distiller_ui_handle_android.h",
2861 "android/download/chrome_download_delegate.cc",
2862 "android/download/chrome_download_delegate.h",
2863 "android/download/chrome_duplicate_download_infobar_delegate.cc", 2861 "android/download/chrome_duplicate_download_infobar_delegate.cc",
2864 "android/download/chrome_duplicate_download_infobar_delegate.h", 2862 "android/download/chrome_duplicate_download_infobar_delegate.h",
2865 "android/download/dangerous_download_infobar_delegate.cc", 2863 "android/download/dangerous_download_infobar_delegate.cc",
2866 "android/download/dangerous_download_infobar_delegate.h", 2864 "android/download/dangerous_download_infobar_delegate.h",
2867 "android/download/download_controller.cc", 2865 "android/download/download_controller.cc",
2868 "android/download/download_controller.h", 2866 "android/download/download_controller.h",
2869 "android/download/download_controller_base.cc", 2867 "android/download/download_controller_base.cc",
2870 "android/download/download_controller_base.h", 2868 "android/download/download_controller_base.h",
2871 "android/download/download_manager_service.cc", 2869 "android/download/download_manager_service.cc",
2872 "android/download/download_manager_service.h", 2870 "android/download/download_manager_service.h",
(...skipping 1881 matching lines...) Expand 10 before | Expand all | Expand 10 after
4754 "media/pepper_cdm_test_constants.cc", 4752 "media/pepper_cdm_test_constants.cc",
4755 "media/pepper_cdm_test_constants.h", 4753 "media/pepper_cdm_test_constants.h",
4756 ] 4754 ]
4757 } 4755 }
4758 } 4756 }
4759 4757
4760 service_manifest("preferences_forwarder_manifest") { 4758 service_manifest("preferences_forwarder_manifest") {
4761 name = "preferences_forwarder" 4759 name = "preferences_forwarder"
4762 source = "prefs/forwarder_manifest.json" 4760 source = "prefs/forwarder_manifest.json"
4763 } 4761 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698