| 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 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1124 "renderer_host/legacy_render_widget_host_win.cc", | 1124 "renderer_host/legacy_render_widget_host_win.cc", |
| 1125 "renderer_host/legacy_render_widget_host_win.h", | 1125 "renderer_host/legacy_render_widget_host_win.h", |
| 1126 "renderer_host/media/audio_input_device_manager.cc", | 1126 "renderer_host/media/audio_input_device_manager.cc", |
| 1127 "renderer_host/media/audio_input_device_manager.h", | 1127 "renderer_host/media/audio_input_device_manager.h", |
| 1128 "renderer_host/media/audio_input_renderer_host.cc", | 1128 "renderer_host/media/audio_input_renderer_host.cc", |
| 1129 "renderer_host/media/audio_input_renderer_host.h", | 1129 "renderer_host/media/audio_input_renderer_host.h", |
| 1130 "renderer_host/media/audio_input_sync_writer.cc", | 1130 "renderer_host/media/audio_input_sync_writer.cc", |
| 1131 "renderer_host/media/audio_input_sync_writer.h", | 1131 "renderer_host/media/audio_input_sync_writer.h", |
| 1132 "renderer_host/media/audio_output_authorization_handler.cc", | 1132 "renderer_host/media/audio_output_authorization_handler.cc", |
| 1133 "renderer_host/media/audio_output_authorization_handler.h", | 1133 "renderer_host/media/audio_output_authorization_handler.h", |
| 1134 "renderer_host/media/audio_output_delegate.h", | |
| 1135 "renderer_host/media/audio_output_delegate_impl.cc", | 1134 "renderer_host/media/audio_output_delegate_impl.cc", |
| 1136 "renderer_host/media/audio_output_delegate_impl.h", | 1135 "renderer_host/media/audio_output_delegate_impl.h", |
| 1137 "renderer_host/media/audio_renderer_host.cc", | 1136 "renderer_host/media/audio_renderer_host.cc", |
| 1138 "renderer_host/media/audio_renderer_host.h", | 1137 "renderer_host/media/audio_renderer_host.h", |
| 1139 "renderer_host/media/audio_sync_reader.cc", | 1138 "renderer_host/media/audio_sync_reader.cc", |
| 1140 "renderer_host/media/audio_sync_reader.h", | 1139 "renderer_host/media/audio_sync_reader.h", |
| 1141 "renderer_host/media/media_capture_devices_impl.cc", | 1140 "renderer_host/media/media_capture_devices_impl.cc", |
| 1142 "renderer_host/media/media_capture_devices_impl.h", | 1141 "renderer_host/media/media_capture_devices_impl.h", |
| 1143 "renderer_host/media/media_devices_dispatcher_host.cc", | 1142 "renderer_host/media/media_devices_dispatcher_host.cc", |
| 1144 "renderer_host/media/media_devices_dispatcher_host.h", | 1143 "renderer_host/media/media_devices_dispatcher_host.h", |
| (...skipping 893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2038 if (!is_component_build) { | 2037 if (!is_component_build) { |
| 2039 public_deps = [ | 2038 public_deps = [ |
| 2040 ":browser", | 2039 ":browser", |
| 2041 ] | 2040 ] |
| 2042 } else { | 2041 } else { |
| 2043 public_deps = [ | 2042 public_deps = [ |
| 2044 "//third_party/leveldatabase", | 2043 "//third_party/leveldatabase", |
| 2045 ] | 2044 ] |
| 2046 } | 2045 } |
| 2047 } | 2046 } |
| OLD | NEW |