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

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

Issue 2794283003: Remove MediaThrottler and MediaThrottleInfoBar (Closed)
Patch Set: Deleted Java code Created 3 years, 8 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 2796 matching lines...) Expand 10 before | Expand all | Expand 10 after
2807 "android/large_icon_bridge.h", 2807 "android/large_icon_bridge.h",
2808 "android/locale/special_locale_handler.cc", 2808 "android/locale/special_locale_handler.cc",
2809 "android/locale/special_locale_handler.h", 2809 "android/locale/special_locale_handler.h",
2810 "android/location_settings.h", 2810 "android/location_settings.h",
2811 "android/location_settings_impl.cc", 2811 "android/location_settings_impl.cc",
2812 "android/location_settings_impl.h", 2812 "android/location_settings_impl.h",
2813 "android/logo_bridge.cc", 2813 "android/logo_bridge.cc",
2814 "android/logo_bridge.h", 2814 "android/logo_bridge.h",
2815 "android/logo_service.cc", 2815 "android/logo_service.cc",
2816 "android/logo_service.h", 2816 "android/logo_service.h",
2817 "android/media/media_throttle_infobar_delegate.cc",
2818 "android/media/media_throttle_infobar_delegate.h",
2819 "android/metrics/launch_metrics.cc", 2817 "android/metrics/launch_metrics.cc",
2820 "android/metrics/launch_metrics.h", 2818 "android/metrics/launch_metrics.h",
2821 "android/metrics/uma_session_stats.cc", 2819 "android/metrics/uma_session_stats.cc",
2822 "android/metrics/uma_session_stats.h", 2820 "android/metrics/uma_session_stats.h",
2823 "android/metrics/uma_utils.cc", 2821 "android/metrics/uma_utils.cc",
2824 "android/metrics/uma_utils.h", 2822 "android/metrics/uma_utils.h",
2825 "android/metrics/variations_session.cc", 2823 "android/metrics/variations_session.cc",
2826 "android/metrics/variations_session.h", 2824 "android/metrics/variations_session.h",
2827 "android/mojo/chrome_interface_registrar_android.cc", 2825 "android/mojo/chrome_interface_registrar_android.cc",
2828 "android/mojo/chrome_interface_registrar_android.h", 2826 "android/mojo/chrome_interface_registrar_android.h",
(...skipping 1834 matching lines...) Expand 10 before | Expand all | Expand 10 after
4663 "media/pepper_cdm_test_constants.cc", 4661 "media/pepper_cdm_test_constants.cc",
4664 "media/pepper_cdm_test_constants.h", 4662 "media/pepper_cdm_test_constants.h",
4665 ] 4663 ]
4666 } 4664 }
4667 } 4665 }
4668 4666
4669 service_manifest("preferences_forwarder_manifest") { 4667 service_manifest("preferences_forwarder_manifest") {
4670 name = "preferences_forwarder" 4668 name = "preferences_forwarder"
4671 source = "prefs/forwarder_manifest.json" 4669 source = "prefs/forwarder_manifest.json"
4672 } 4670 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698