| 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("//gpu/vulkan/features.gni") | 7 import("//gpu/vulkan/features.gni") |
| 8 import("//media/media_options.gni") | 8 import("//media/media_options.gni") |
| 9 import("//ppapi/features/features.gni") | 9 import("//ppapi/features/features.gni") |
| 10 import("//printing/features/features.gni") | 10 import("//printing/features/features.gni") |
| (...skipping 1123 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1134 "renderer_host/media/audio_input_sync_writer.cc", | 1134 "renderer_host/media/audio_input_sync_writer.cc", |
| 1135 "renderer_host/media/audio_input_sync_writer.h", | 1135 "renderer_host/media/audio_input_sync_writer.h", |
| 1136 "renderer_host/media/audio_output_authorization_handler.cc", | 1136 "renderer_host/media/audio_output_authorization_handler.cc", |
| 1137 "renderer_host/media/audio_output_authorization_handler.h", | 1137 "renderer_host/media/audio_output_authorization_handler.h", |
| 1138 "renderer_host/media/audio_output_delegate_impl.cc", | 1138 "renderer_host/media/audio_output_delegate_impl.cc", |
| 1139 "renderer_host/media/audio_output_delegate_impl.h", | 1139 "renderer_host/media/audio_output_delegate_impl.h", |
| 1140 "renderer_host/media/audio_renderer_host.cc", | 1140 "renderer_host/media/audio_renderer_host.cc", |
| 1141 "renderer_host/media/audio_renderer_host.h", | 1141 "renderer_host/media/audio_renderer_host.h", |
| 1142 "renderer_host/media/audio_sync_reader.cc", | 1142 "renderer_host/media/audio_sync_reader.cc", |
| 1143 "renderer_host/media/audio_sync_reader.h", | 1143 "renderer_host/media/audio_sync_reader.h", |
| 1144 "renderer_host/media/buildable_video_capture_device.h", |
| 1145 "renderer_host/media/in_process_buildable_video_capture_device.cc", |
| 1146 "renderer_host/media/in_process_buildable_video_capture_device.h", |
| 1144 "renderer_host/media/media_capture_devices_impl.cc", | 1147 "renderer_host/media/media_capture_devices_impl.cc", |
| 1145 "renderer_host/media/media_capture_devices_impl.h", | 1148 "renderer_host/media/media_capture_devices_impl.h", |
| 1146 "renderer_host/media/media_devices_dispatcher_host.cc", | 1149 "renderer_host/media/media_devices_dispatcher_host.cc", |
| 1147 "renderer_host/media/media_devices_dispatcher_host.h", | 1150 "renderer_host/media/media_devices_dispatcher_host.h", |
| 1148 "renderer_host/media/media_devices_manager.cc", | 1151 "renderer_host/media/media_devices_manager.cc", |
| 1149 "renderer_host/media/media_devices_manager.h", | 1152 "renderer_host/media/media_devices_manager.h", |
| 1150 "renderer_host/media/media_stream_dispatcher_host.cc", | 1153 "renderer_host/media/media_stream_dispatcher_host.cc", |
| 1151 "renderer_host/media/media_stream_dispatcher_host.h", | 1154 "renderer_host/media/media_stream_dispatcher_host.h", |
| 1152 "renderer_host/media/media_stream_manager.cc", | 1155 "renderer_host/media/media_stream_manager.cc", |
| 1153 "renderer_host/media/media_stream_manager.h", | 1156 "renderer_host/media/media_stream_manager.h", |
| (...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2040 if (!is_component_build) { | 2043 if (!is_component_build) { |
| 2041 public_deps = [ | 2044 public_deps = [ |
| 2042 ":browser", | 2045 ":browser", |
| 2043 ] | 2046 ] |
| 2044 } else { | 2047 } else { |
| 2045 public_deps = [ | 2048 public_deps = [ |
| 2046 "//third_party/leveldatabase", | 2049 "//third_party/leveldatabase", |
| 2047 ] | 2050 ] |
| 2048 } | 2051 } |
| 2049 } | 2052 } |
| OLD | NEW |