OLD | NEW |
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("//ppapi/features/features.gni") | 8 import("//ppapi/features/features.gni") |
9 import("//printing/features/features.gni") | 9 import("//printing/features/features.gni") |
10 import("//third_party/WebKit/public/public_features.gni") | 10 import("//third_party/WebKit/public/public_features.gni") |
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1080 "renderer_host/media/audio_input_debug_writer.cc", | 1080 "renderer_host/media/audio_input_debug_writer.cc", |
1081 "renderer_host/media/audio_input_debug_writer.h", | 1081 "renderer_host/media/audio_input_debug_writer.h", |
1082 "renderer_host/media/audio_input_device_manager.cc", | 1082 "renderer_host/media/audio_input_device_manager.cc", |
1083 "renderer_host/media/audio_input_device_manager.h", | 1083 "renderer_host/media/audio_input_device_manager.h", |
1084 "renderer_host/media/audio_input_renderer_host.cc", | 1084 "renderer_host/media/audio_input_renderer_host.cc", |
1085 "renderer_host/media/audio_input_renderer_host.h", | 1085 "renderer_host/media/audio_input_renderer_host.h", |
1086 "renderer_host/media/audio_input_sync_writer.cc", | 1086 "renderer_host/media/audio_input_sync_writer.cc", |
1087 "renderer_host/media/audio_input_sync_writer.h", | 1087 "renderer_host/media/audio_input_sync_writer.h", |
1088 "renderer_host/media/audio_output_authorization_handler.cc", | 1088 "renderer_host/media/audio_output_authorization_handler.cc", |
1089 "renderer_host/media/audio_output_authorization_handler.h", | 1089 "renderer_host/media/audio_output_authorization_handler.h", |
| 1090 "renderer_host/media/audio_output_delegate.cc", |
| 1091 "renderer_host/media/audio_output_delegate.h", |
1090 "renderer_host/media/audio_renderer_host.cc", | 1092 "renderer_host/media/audio_renderer_host.cc", |
1091 "renderer_host/media/audio_renderer_host.h", | 1093 "renderer_host/media/audio_renderer_host.h", |
1092 "renderer_host/media/audio_sync_reader.cc", | 1094 "renderer_host/media/audio_sync_reader.cc", |
1093 "renderer_host/media/audio_sync_reader.h", | 1095 "renderer_host/media/audio_sync_reader.h", |
1094 "renderer_host/media/media_capture_devices_impl.cc", | 1096 "renderer_host/media/media_capture_devices_impl.cc", |
1095 "renderer_host/media/media_capture_devices_impl.h", | 1097 "renderer_host/media/media_capture_devices_impl.h", |
1096 "renderer_host/media/media_devices_dispatcher_host.cc", | 1098 "renderer_host/media/media_devices_dispatcher_host.cc", |
1097 "renderer_host/media/media_devices_dispatcher_host.h", | 1099 "renderer_host/media/media_devices_dispatcher_host.h", |
1098 "renderer_host/media/media_devices_manager.cc", | 1100 "renderer_host/media/media_devices_manager.cc", |
1099 "renderer_host/media/media_devices_manager.h", | 1101 "renderer_host/media/media_devices_manager.h", |
(...skipping 875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1975 if (!is_component_build) { | 1977 if (!is_component_build) { |
1976 public_deps = [ | 1978 public_deps = [ |
1977 ":browser", | 1979 ":browser", |
1978 ] | 1980 ] |
1979 } else { | 1981 } else { |
1980 public_deps = [ | 1982 public_deps = [ |
1981 "//third_party/leveldatabase", | 1983 "//third_party/leveldatabase", |
1982 ] | 1984 ] |
1983 } | 1985 } |
1984 } | 1986 } |
OLD | NEW |