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

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

Issue 2642683005: reintroduce InterceptDownloadResourceThrottle for some OMA DRM downloads (Closed)
Patch Set: function name change to avoid findbugs confusion Created 3 years, 10 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 2628 matching lines...) Expand 10 before | Expand all | Expand 10 after
2639 "android/download/dangerous_download_infobar_delegate.cc", 2639 "android/download/dangerous_download_infobar_delegate.cc",
2640 "android/download/dangerous_download_infobar_delegate.h", 2640 "android/download/dangerous_download_infobar_delegate.h",
2641 "android/download/download_controller.cc", 2641 "android/download/download_controller.cc",
2642 "android/download/download_controller.h", 2642 "android/download/download_controller.h",
2643 "android/download/download_controller_base.cc", 2643 "android/download/download_controller_base.cc",
2644 "android/download/download_controller_base.h", 2644 "android/download/download_controller_base.h",
2645 "android/download/download_manager_service.cc", 2645 "android/download/download_manager_service.cc",
2646 "android/download/download_manager_service.h", 2646 "android/download/download_manager_service.h",
2647 "android/download/duplicate_download_infobar_delegate.cc", 2647 "android/download/duplicate_download_infobar_delegate.cc",
2648 "android/download/duplicate_download_infobar_delegate.h", 2648 "android/download/duplicate_download_infobar_delegate.h",
2649 "android/download/intercept_download_resource_throttle.cc",
2650 "android/download/intercept_download_resource_throttle.h",
2649 "android/download/mock_download_controller.cc", 2651 "android/download/mock_download_controller.cc",
2650 "android/download/mock_download_controller.h", 2652 "android/download/mock_download_controller.h",
2651 "android/download/ui/thumbnail_provider.cc", 2653 "android/download/ui/thumbnail_provider.cc",
2652 "android/download/ui/thumbnail_provider.h", 2654 "android/download/ui/thumbnail_provider.h",
2653 "android/favicon_helper.cc", 2655 "android/favicon_helper.cc",
2654 "android/favicon_helper.h", 2656 "android/favicon_helper.h",
2655 "android/feature_utilities.cc", 2657 "android/feature_utilities.cc",
2656 "android/feature_utilities.h", 2658 "android/feature_utilities.h",
2657 "android/feedback/connectivity_checker.cc", 2659 "android/feedback/connectivity_checker.cc",
2658 "android/feedback/connectivity_checker.h", 2660 "android/feedback/connectivity_checker.h",
(...skipping 1849 matching lines...) Expand 10 before | Expand all | Expand 10 after
4508 "media/pepper_cdm_test_constants.cc", 4510 "media/pepper_cdm_test_constants.cc",
4509 "media/pepper_cdm_test_constants.h", 4511 "media/pepper_cdm_test_constants.h",
4510 ] 4512 ]
4511 } 4513 }
4512 } 4514 }
4513 4515
4514 service_manifest("preferences_manifest") { 4516 service_manifest("preferences_manifest") {
4515 name = "preferences" 4517 name = "preferences"
4516 source = "prefs/preferences_manifest.json" 4518 source = "prefs/preferences_manifest.json"
4517 } 4519 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698