| 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 1109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1120 "renderer_host/legacy_render_widget_host_win.cc", | 1120 "renderer_host/legacy_render_widget_host_win.cc", |
| 1121 "renderer_host/legacy_render_widget_host_win.h", | 1121 "renderer_host/legacy_render_widget_host_win.h", |
| 1122 "renderer_host/media/audio_input_device_manager.cc", | 1122 "renderer_host/media/audio_input_device_manager.cc", |
| 1123 "renderer_host/media/audio_input_device_manager.h", | 1123 "renderer_host/media/audio_input_device_manager.h", |
| 1124 "renderer_host/media/audio_input_renderer_host.cc", | 1124 "renderer_host/media/audio_input_renderer_host.cc", |
| 1125 "renderer_host/media/audio_input_renderer_host.h", | 1125 "renderer_host/media/audio_input_renderer_host.h", |
| 1126 "renderer_host/media/audio_input_sync_writer.cc", | 1126 "renderer_host/media/audio_input_sync_writer.cc", |
| 1127 "renderer_host/media/audio_input_sync_writer.h", | 1127 "renderer_host/media/audio_input_sync_writer.h", |
| 1128 "renderer_host/media/audio_output_authorization_handler.cc", | 1128 "renderer_host/media/audio_output_authorization_handler.cc", |
| 1129 "renderer_host/media/audio_output_authorization_handler.h", | 1129 "renderer_host/media/audio_output_authorization_handler.h", |
| 1130 "renderer_host/media/audio_output_delegate.h", | |
| 1131 "renderer_host/media/audio_output_delegate_impl.cc", | 1130 "renderer_host/media/audio_output_delegate_impl.cc", |
| 1132 "renderer_host/media/audio_output_delegate_impl.h", | 1131 "renderer_host/media/audio_output_delegate_impl.h", |
| 1133 "renderer_host/media/audio_renderer_host.cc", | 1132 "renderer_host/media/audio_renderer_host.cc", |
| 1134 "renderer_host/media/audio_renderer_host.h", | 1133 "renderer_host/media/audio_renderer_host.h", |
| 1135 "renderer_host/media/audio_sync_reader.cc", | 1134 "renderer_host/media/audio_sync_reader.cc", |
| 1136 "renderer_host/media/audio_sync_reader.h", | 1135 "renderer_host/media/audio_sync_reader.h", |
| 1137 "renderer_host/media/media_capture_devices_impl.cc", | 1136 "renderer_host/media/media_capture_devices_impl.cc", |
| 1138 "renderer_host/media/media_capture_devices_impl.h", | 1137 "renderer_host/media/media_capture_devices_impl.h", |
| 1139 "renderer_host/media/media_devices_dispatcher_host.cc", | 1138 "renderer_host/media/media_devices_dispatcher_host.cc", |
| 1140 "renderer_host/media/media_devices_dispatcher_host.h", | 1139 "renderer_host/media/media_devices_dispatcher_host.h", |
| (...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2032 if (!is_component_build) { | 2031 if (!is_component_build) { |
| 2033 public_deps = [ | 2032 public_deps = [ |
| 2034 ":browser", | 2033 ":browser", |
| 2035 ] | 2034 ] |
| 2036 } else { | 2035 } else { |
| 2037 public_deps = [ | 2036 public_deps = [ |
| 2038 "//third_party/leveldatabase", | 2037 "//third_party/leveldatabase", |
| 2039 ] | 2038 ] |
| 2040 } | 2039 } |
| 2041 } | 2040 } |
| OLD | NEW |