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 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
84 "//gpu/command_buffer/client:gles2_interface", | 84 "//gpu/command_buffer/client:gles2_interface", |
85 "//gpu/ipc/host", | 85 "//gpu/ipc/host", |
86 "//gpu/vulkan:features", | 86 "//gpu/vulkan:features", |
87 "//media", | 87 "//media", |
88 "//media/capture", | 88 "//media/capture", |
89 "//media/capture/mojo:image_capture", | 89 "//media/capture/mojo:image_capture", |
90 "//media/gpu/ipc/client", | 90 "//media/gpu/ipc/client", |
91 "//media/midi", | 91 "//media/midi", |
92 "//media/midi:mojo", | 92 "//media/midi:mojo", |
93 "//media/mojo/interfaces", | 93 "//media/mojo/interfaces", |
| 94 "//media/mojo/services", |
94 "//mojo/common", | 95 "//mojo/common", |
95 "//mojo/edk/system", | 96 "//mojo/edk/system", |
96 "//mojo/public/cpp/bindings", | 97 "//mojo/public/cpp/bindings", |
97 "//mojo/public/js", | 98 "//mojo/public/js", |
98 "//net", | 99 "//net", |
99 "//net:extras", | 100 "//net:extras", |
100 "//net:http_server", | 101 "//net:http_server", |
101 "//ppapi/features", | 102 "//ppapi/features", |
102 "//printing/features", | 103 "//printing/features", |
103 "//services/catalog:constants", | 104 "//services/catalog:constants", |
(...skipping 1056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1160 "renderer_host/media/media_stream_dispatcher_host.cc", | 1161 "renderer_host/media/media_stream_dispatcher_host.cc", |
1161 "renderer_host/media/media_stream_dispatcher_host.h", | 1162 "renderer_host/media/media_stream_dispatcher_host.h", |
1162 "renderer_host/media/media_stream_manager.cc", | 1163 "renderer_host/media/media_stream_manager.cc", |
1163 "renderer_host/media/media_stream_manager.h", | 1164 "renderer_host/media/media_stream_manager.h", |
1164 "renderer_host/media/media_stream_provider.h", | 1165 "renderer_host/media/media_stream_provider.h", |
1165 "renderer_host/media/media_stream_requester.h", | 1166 "renderer_host/media/media_stream_requester.h", |
1166 "renderer_host/media/media_stream_track_metrics_host.cc", | 1167 "renderer_host/media/media_stream_track_metrics_host.cc", |
1167 "renderer_host/media/media_stream_track_metrics_host.h", | 1168 "renderer_host/media/media_stream_track_metrics_host.h", |
1168 "renderer_host/media/media_stream_ui_proxy.cc", | 1169 "renderer_host/media/media_stream_ui_proxy.cc", |
1169 "renderer_host/media/media_stream_ui_proxy.h", | 1170 "renderer_host/media/media_stream_ui_proxy.h", |
| 1171 "renderer_host/media/render_frame_audio_output_stream_factory.cc", |
| 1172 "renderer_host/media/render_frame_audio_output_stream_factory.h", |
| 1173 "renderer_host/media/renderer_audio_output_stream_factory_context.h", |
| 1174 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc", |
| 1175 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h", |
1170 "renderer_host/media/video_capture_controller.cc", | 1176 "renderer_host/media/video_capture_controller.cc", |
1171 "renderer_host/media/video_capture_controller.h", | 1177 "renderer_host/media/video_capture_controller.h", |
1172 "renderer_host/media/video_capture_controller_event_handler.h", | 1178 "renderer_host/media/video_capture_controller_event_handler.h", |
1173 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", | 1179 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", |
1174 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", | 1180 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", |
1175 "renderer_host/media/video_capture_host.cc", | 1181 "renderer_host/media/video_capture_host.cc", |
1176 "renderer_host/media/video_capture_host.h", | 1182 "renderer_host/media/video_capture_host.h", |
1177 "renderer_host/media/video_capture_manager.cc", | 1183 "renderer_host/media/video_capture_manager.cc", |
1178 "renderer_host/media/video_capture_manager.h", | 1184 "renderer_host/media/video_capture_manager.h", |
1179 "renderer_host/media/video_frame_receiver_on_io_thread.cc", | 1185 "renderer_host/media/video_frame_receiver_on_io_thread.cc", |
(...skipping 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1901 ] | 1907 ] |
1902 } | 1908 } |
1903 | 1909 |
1904 if (is_chromeos) { | 1910 if (is_chromeos) { |
1905 deps += [ | 1911 deps += [ |
1906 "//chromeos", | 1912 "//chromeos", |
1907 "//chromeos:power_manager_proto", | 1913 "//chromeos:power_manager_proto", |
1908 ] | 1914 ] |
1909 } | 1915 } |
1910 | 1916 |
1911 if (enable_mojo_media) { | |
1912 deps += [ "//media/mojo/interfaces" ] | |
1913 } | |
1914 | |
1915 if (use_aura) { | 1917 if (use_aura) { |
1916 deps += [ | 1918 deps += [ |
1917 "//services/ui/public/cpp", | 1919 "//services/ui/public/cpp", |
1918 "//services/ui/public/interfaces", | 1920 "//services/ui/public/interfaces", |
1919 "//ui/aura", | 1921 "//ui/aura", |
1920 "//ui/aura_extra", | 1922 "//ui/aura_extra", |
1921 "//ui/strings", | 1923 "//ui/strings", |
1922 "//ui/wm", | 1924 "//ui/wm", |
1923 ] | 1925 ] |
1924 sources += [ | 1926 sources += [ |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2054 if (!is_component_build) { | 2056 if (!is_component_build) { |
2055 public_deps = [ | 2057 public_deps = [ |
2056 ":browser", | 2058 ":browser", |
2057 ] | 2059 ] |
2058 } else { | 2060 } else { |
2059 public_deps = [ | 2061 public_deps = [ |
2060 "//third_party/leveldatabase", | 2062 "//third_party/leveldatabase", |
2061 ] | 2063 ] |
2062 } | 2064 } |
2063 } | 2065 } |
OLD | NEW |