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

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

Issue 2380793002: Migrate MediaDevices.enumerateDevices to Mojo (Closed)
Patch Set: rebase Created 4 years, 2 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
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('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 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 "renderer_host/media/audio_input_renderer_host.cc", 1040 "renderer_host/media/audio_input_renderer_host.cc",
1041 "renderer_host/media/audio_input_renderer_host.h", 1041 "renderer_host/media/audio_input_renderer_host.h",
1042 "renderer_host/media/audio_input_sync_writer.cc", 1042 "renderer_host/media/audio_input_sync_writer.cc",
1043 "renderer_host/media/audio_input_sync_writer.h", 1043 "renderer_host/media/audio_input_sync_writer.h",
1044 "renderer_host/media/audio_renderer_host.cc", 1044 "renderer_host/media/audio_renderer_host.cc",
1045 "renderer_host/media/audio_renderer_host.h", 1045 "renderer_host/media/audio_renderer_host.h",
1046 "renderer_host/media/audio_sync_reader.cc", 1046 "renderer_host/media/audio_sync_reader.cc",
1047 "renderer_host/media/audio_sync_reader.h", 1047 "renderer_host/media/audio_sync_reader.h",
1048 "renderer_host/media/media_capture_devices_impl.cc", 1048 "renderer_host/media/media_capture_devices_impl.cc",
1049 "renderer_host/media/media_capture_devices_impl.h", 1049 "renderer_host/media/media_capture_devices_impl.h",
1050 "renderer_host/media/media_devices_dispatcher_host.cc",
1051 "renderer_host/media/media_devices_dispatcher_host.h",
1050 "renderer_host/media/media_devices_manager.cc", 1052 "renderer_host/media/media_devices_manager.cc",
1051 "renderer_host/media/media_devices_manager.h", 1053 "renderer_host/media/media_devices_manager.h",
1052 "renderer_host/media/media_stream_dispatcher_host.cc", 1054 "renderer_host/media/media_stream_dispatcher_host.cc",
1053 "renderer_host/media/media_stream_dispatcher_host.h", 1055 "renderer_host/media/media_stream_dispatcher_host.h",
1054 "renderer_host/media/media_stream_manager.cc", 1056 "renderer_host/media/media_stream_manager.cc",
1055 "renderer_host/media/media_stream_manager.h", 1057 "renderer_host/media/media_stream_manager.h",
1056 "renderer_host/media/media_stream_provider.h", 1058 "renderer_host/media/media_stream_provider.h",
1057 "renderer_host/media/media_stream_requester.h", 1059 "renderer_host/media/media_stream_requester.h",
1058 "renderer_host/media/media_stream_track_metrics_host.cc", 1060 "renderer_host/media/media_stream_track_metrics_host.cc",
1059 "renderer_host/media/media_stream_track_metrics_host.h", 1061 "renderer_host/media/media_stream_track_metrics_host.h",
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after
1935 if (!is_component_build) { 1937 if (!is_component_build) {
1936 public_deps = [ 1938 public_deps = [
1937 ":browser", 1939 ":browser",
1938 ] 1940 ]
1939 } else { 1941 } else {
1940 public_deps = [ 1942 public_deps = [
1941 "//third_party/leveldatabase", 1943 "//third_party/leveldatabase",
1942 ] 1944 ]
1943 } 1945 }
1944 } 1946 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/bad_message.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698