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

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

Issue 2642683005: reintroduce InterceptDownloadResourceThrottle for some OMA DRM downloads (Closed)
Patch Set: comments Created 3 years, 11 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 2614 matching lines...) Expand 10 before | Expand all | Expand 10 after
2625 "android/download/dangerous_download_infobar_delegate.cc", 2625 "android/download/dangerous_download_infobar_delegate.cc",
2626 "android/download/dangerous_download_infobar_delegate.h", 2626 "android/download/dangerous_download_infobar_delegate.h",
2627 "android/download/download_controller.cc", 2627 "android/download/download_controller.cc",
2628 "android/download/download_controller.h", 2628 "android/download/download_controller.h",
2629 "android/download/download_controller_base.cc", 2629 "android/download/download_controller_base.cc",
2630 "android/download/download_controller_base.h", 2630 "android/download/download_controller_base.h",
2631 "android/download/download_manager_service.cc", 2631 "android/download/download_manager_service.cc",
2632 "android/download/download_manager_service.h", 2632 "android/download/download_manager_service.h",
2633 "android/download/duplicate_download_infobar_delegate.cc", 2633 "android/download/duplicate_download_infobar_delegate.cc",
2634 "android/download/duplicate_download_infobar_delegate.h", 2634 "android/download/duplicate_download_infobar_delegate.h",
2635 "android/download/intercept_download_resource_throttle.cc",
David Trainor- moved to gerrit 2017/01/24 17:13:35 Were these files removed? I don't see them on the
qinmin 2017/01/24 17:32:23 sorry, the files are now added
2636 "android/download/intercept_download_resource_throttle.h",
2635 "android/download/mock_download_controller.cc", 2637 "android/download/mock_download_controller.cc",
2636 "android/download/mock_download_controller.h", 2638 "android/download/mock_download_controller.h",
2637 "android/download/ui/thumbnail_provider.cc", 2639 "android/download/ui/thumbnail_provider.cc",
2638 "android/download/ui/thumbnail_provider.h", 2640 "android/download/ui/thumbnail_provider.h",
2639 "android/favicon_helper.cc", 2641 "android/favicon_helper.cc",
2640 "android/favicon_helper.h", 2642 "android/favicon_helper.h",
2641 "android/feature_utilities.cc", 2643 "android/feature_utilities.cc",
2642 "android/feature_utilities.h", 2644 "android/feature_utilities.h",
2643 "android/feedback/connectivity_checker.cc", 2645 "android/feedback/connectivity_checker.cc",
2644 "android/feedback/connectivity_checker.h", 2646 "android/feedback/connectivity_checker.h",
(...skipping 1838 matching lines...) Expand 10 before | Expand all | Expand 10 after
4483 "media/pepper_cdm_test_constants.cc", 4485 "media/pepper_cdm_test_constants.cc",
4484 "media/pepper_cdm_test_constants.h", 4486 "media/pepper_cdm_test_constants.h",
4485 ] 4487 ]
4486 } 4488 }
4487 } 4489 }
4488 4490
4489 service_manifest("preferences_manifest") { 4491 service_manifest("preferences_manifest") {
4490 name = "preferences" 4492 name = "preferences"
4491 source = "prefs/preferences_manifest.json" 4493 source = "prefs/preferences_manifest.json"
4492 } 4494 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698