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

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

Issue 2436113002: Introduce MediaDevicesPermissionChecker. (Closed)
Patch Set: address xhwang's comments Created 4 years, 1 month 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
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni") 8 import("//tools/ipc_fuzzer/ipc_fuzzer.gni")
9 9
10 source_set("browser") { 10 source_set("browser") {
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 "media/capture/web_contents_video_capture_device.cc", 829 "media/capture/web_contents_video_capture_device.cc",
830 "media/capture/web_contents_video_capture_device.h", 830 "media/capture/web_contents_video_capture_device.h",
831 "media/capture/window_activity_tracker.cc", 831 "media/capture/window_activity_tracker.cc",
832 "media/capture/window_activity_tracker.h", 832 "media/capture/window_activity_tracker.h",
833 "media/capture/window_activity_tracker_aura.cc", 833 "media/capture/window_activity_tracker_aura.cc",
834 "media/capture/window_activity_tracker_aura.h", 834 "media/capture/window_activity_tracker_aura.h",
835 "media/capture/window_activity_tracker_mac.h", 835 "media/capture/window_activity_tracker_mac.h",
836 "media/capture/window_activity_tracker_mac.mm", 836 "media/capture/window_activity_tracker_mac.mm",
837 "media/cdm_service_impl.cc", 837 "media/cdm_service_impl.cc",
838 "media/cdm_service_impl.h", 838 "media/cdm_service_impl.h",
839 "media/media_devices_permission_checker.cc",
840 "media/media_devices_permission_checker.h",
839 "media/media_internals.cc", 841 "media/media_internals.cc",
840 "media/media_internals.h", 842 "media/media_internals.h",
841 "media/media_internals_handler.cc", 843 "media/media_internals_handler.cc",
842 "media/media_internals_handler.h", 844 "media/media_internals_handler.h",
843 "media/media_internals_proxy.cc", 845 "media/media_internals_proxy.cc",
844 "media/media_internals_proxy.h", 846 "media/media_internals_proxy.h",
845 "media/media_internals_ui.cc", 847 "media/media_internals_ui.cc",
846 "media/media_internals_ui.h", 848 "media/media_internals_ui.h",
847 "media/media_web_contents_observer.cc", 849 "media/media_web_contents_observer.cc",
848 "media/media_web_contents_observer.h", 850 "media/media_web_contents_observer.h",
(...skipping 1090 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 if (!is_component_build) { 1941 if (!is_component_build) {
1940 public_deps = [ 1942 public_deps = [
1941 ":browser", 1943 ":browser",
1942 ] 1944 ]
1943 } else { 1945 } else {
1944 public_deps = [ 1946 public_deps = [
1945 "//third_party/leveldatabase", 1947 "//third_party/leveldatabase",
1946 ] 1948 ]
1947 } 1949 }
1948 } 1950 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698