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 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
88 "//gpu/ipc/host", | 88 "//gpu/ipc/host", |
89 "//gpu/vulkan:features", | 89 "//gpu/vulkan:features", |
90 "//ipc", | 90 "//ipc", |
91 "//media", | 91 "//media", |
92 "//media/capture", | 92 "//media/capture", |
93 "//media/capture/mojo:image_capture", | 93 "//media/capture/mojo:image_capture", |
94 "//media/gpu/ipc/client", | 94 "//media/gpu/ipc/client", |
95 "//media/midi", | 95 "//media/midi", |
96 "//media/midi:mojo", | 96 "//media/midi:mojo", |
97 "//media/mojo/interfaces", | 97 "//media/mojo/interfaces", |
98 "//media/mojo/services", | |
98 "//mojo/common", | 99 "//mojo/common", |
99 "//mojo/edk/system", | 100 "//mojo/edk/system", |
100 "//mojo/public/cpp/bindings", | 101 "//mojo/public/cpp/bindings", |
101 "//mojo/public/js", | 102 "//mojo/public/js", |
102 "//net", | 103 "//net", |
103 "//net:extras", | 104 "//net:extras", |
104 "//net:http_server", | 105 "//net:http_server", |
105 "//ppapi/features", | 106 "//ppapi/features", |
106 "//printing/features", | 107 "//printing/features", |
107 "//services/catalog:constants", | 108 "//services/catalog:constants", |
(...skipping 1049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1157 "renderer_host/media/media_stream_dispatcher_host.cc", | 1158 "renderer_host/media/media_stream_dispatcher_host.cc", |
1158 "renderer_host/media/media_stream_dispatcher_host.h", | 1159 "renderer_host/media/media_stream_dispatcher_host.h", |
1159 "renderer_host/media/media_stream_manager.cc", | 1160 "renderer_host/media/media_stream_manager.cc", |
1160 "renderer_host/media/media_stream_manager.h", | 1161 "renderer_host/media/media_stream_manager.h", |
1161 "renderer_host/media/media_stream_provider.h", | 1162 "renderer_host/media/media_stream_provider.h", |
1162 "renderer_host/media/media_stream_requester.h", | 1163 "renderer_host/media/media_stream_requester.h", |
1163 "renderer_host/media/media_stream_track_metrics_host.cc", | 1164 "renderer_host/media/media_stream_track_metrics_host.cc", |
1164 "renderer_host/media/media_stream_track_metrics_host.h", | 1165 "renderer_host/media/media_stream_track_metrics_host.h", |
1165 "renderer_host/media/media_stream_ui_proxy.cc", | 1166 "renderer_host/media/media_stream_ui_proxy.cc", |
1166 "renderer_host/media/media_stream_ui_proxy.h", | 1167 "renderer_host/media/media_stream_ui_proxy.h", |
1168 "renderer_host/media/render_frame_audio_output_stream_factory.cc", | |
1169 "renderer_host/media/render_frame_audio_output_stream_factory.h", | |
1170 "renderer_host/media/renderer_audio_output_stream_factory_context.h", | |
1171 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.cc", | |
1172 "renderer_host/media/renderer_audio_output_stream_factory_context_impl.h", | |
1167 "renderer_host/media/video_capture_controller.cc", | 1173 "renderer_host/media/video_capture_controller.cc", |
1168 "renderer_host/media/video_capture_controller.h", | 1174 "renderer_host/media/video_capture_controller.h", |
1169 "renderer_host/media/video_capture_controller_event_handler.h", | 1175 "renderer_host/media/video_capture_controller_event_handler.h", |
1170 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", | 1176 "renderer_host/media/video_capture_gpu_jpeg_decoder.cc", |
1171 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", | 1177 "renderer_host/media/video_capture_gpu_jpeg_decoder.h", |
1172 "renderer_host/media/video_capture_host.cc", | 1178 "renderer_host/media/video_capture_host.cc", |
1173 "renderer_host/media/video_capture_host.h", | 1179 "renderer_host/media/video_capture_host.h", |
1174 "renderer_host/media/video_capture_manager.cc", | 1180 "renderer_host/media/video_capture_manager.cc", |
1175 "renderer_host/media/video_capture_manager.h", | 1181 "renderer_host/media/video_capture_manager.h", |
1176 "renderer_host/media/video_frame_receiver_on_io_thread.cc", | 1182 "renderer_host/media/video_frame_receiver_on_io_thread.cc", |
(...skipping 719 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1896 ] | 1902 ] |
1897 } | 1903 } |
1898 | 1904 |
1899 if (is_chromeos) { | 1905 if (is_chromeos) { |
1900 deps += [ | 1906 deps += [ |
1901 "//chromeos", | 1907 "//chromeos", |
1902 "//chromeos:power_manager_proto", | 1908 "//chromeos:power_manager_proto", |
1903 ] | 1909 ] |
1904 } | 1910 } |
1905 | 1911 |
1906 if (enable_mojo_media) { | |
1907 deps += [ "//media/mojo/interfaces" ] | |
Max Morin
2017/03/23 16:26:14
This is unconditionally included above anyways.
| |
1908 } | |
1909 | |
1910 if (use_aura) { | 1912 if (use_aura) { |
1911 deps += [ | 1913 deps += [ |
1912 "//services/ui/public/cpp", | 1914 "//services/ui/public/cpp", |
1913 "//services/ui/public/interfaces", | 1915 "//services/ui/public/interfaces", |
1914 "//ui/aura", | 1916 "//ui/aura", |
1915 "//ui/aura_extra", | 1917 "//ui/aura_extra", |
1916 "//ui/strings", | 1918 "//ui/strings", |
1917 "//ui/wm", | 1919 "//ui/wm", |
1918 ] | 1920 ] |
1919 sources += [ | 1921 sources += [ |
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2051 if (!is_component_build) { | 2053 if (!is_component_build) { |
2052 public_deps = [ | 2054 public_deps = [ |
2053 ":browser", | 2055 ":browser", |
2054 ] | 2056 ] |
2055 } else { | 2057 } else { |
2056 public_deps = [ | 2058 public_deps = [ |
2057 "//third_party/leveldatabase", | 2059 "//third_party/leveldatabase", |
2058 ] | 2060 ] |
2059 } | 2061 } |
2060 } | 2062 } |
OLD | NEW |