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

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

Issue 2687023004: reintroduce InterceptDownloadResourceThrottle for some OMA DRM downloads (Closed)
Patch Set: 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 2616 matching lines...) Expand 10 before | Expand all | Expand 10 after
2627 "android/download/dangerous_download_infobar_delegate.cc", 2627 "android/download/dangerous_download_infobar_delegate.cc",
2628 "android/download/dangerous_download_infobar_delegate.h", 2628 "android/download/dangerous_download_infobar_delegate.h",
2629 "android/download/download_controller.cc", 2629 "android/download/download_controller.cc",
2630 "android/download/download_controller.h", 2630 "android/download/download_controller.h",
2631 "android/download/download_controller_base.cc", 2631 "android/download/download_controller_base.cc",
2632 "android/download/download_controller_base.h", 2632 "android/download/download_controller_base.h",
2633 "android/download/download_manager_service.cc", 2633 "android/download/download_manager_service.cc",
2634 "android/download/download_manager_service.h", 2634 "android/download/download_manager_service.h",
2635 "android/download/duplicate_download_infobar_delegate.cc", 2635 "android/download/duplicate_download_infobar_delegate.cc",
2636 "android/download/duplicate_download_infobar_delegate.h", 2636 "android/download/duplicate_download_infobar_delegate.h",
2637 "android/download/intercept_download_resource_throttle.cc",
2638 "android/download/intercept_download_resource_throttle.h",
2637 "android/download/mock_download_controller.cc", 2639 "android/download/mock_download_controller.cc",
2638 "android/download/mock_download_controller.h", 2640 "android/download/mock_download_controller.h",
2639 "android/download/ui/thumbnail_provider.cc", 2641 "android/download/ui/thumbnail_provider.cc",
2640 "android/download/ui/thumbnail_provider.h", 2642 "android/download/ui/thumbnail_provider.h",
2641 "android/favicon_helper.cc", 2643 "android/favicon_helper.cc",
2642 "android/favicon_helper.h", 2644 "android/favicon_helper.h",
2643 "android/feature_utilities.cc", 2645 "android/feature_utilities.cc",
2644 "android/feature_utilities.h", 2646 "android/feature_utilities.h",
2645 "android/feedback/connectivity_checker.cc", 2647 "android/feedback/connectivity_checker.cc",
2646 "android/feedback/connectivity_checker.h", 2648 "android/feedback/connectivity_checker.h",
(...skipping 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after
4485 "media/pepper_cdm_test_constants.cc", 4487 "media/pepper_cdm_test_constants.cc",
4486 "media/pepper_cdm_test_constants.h", 4488 "media/pepper_cdm_test_constants.h",
4487 ] 4489 ]
4488 } 4490 }
4489 } 4491 }
4490 4492
4491 service_manifest("preferences_manifest") { 4493 service_manifest("preferences_manifest") {
4492 name = "preferences" 4494 name = "preferences"
4493 source = "prefs/preferences_manifest.json" 4495 source = "prefs/preferences_manifest.json"
4494 } 4496 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698