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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
6 import("//build/config/chromecast_build.gni") | 6 import("//build/config/chromecast_build.gni") |
7 import("//build/config/compiler/compiler.gni") | 7 import("//build/config/compiler/compiler.gni") |
8 import("//build/config/crypto.gni") | 8 import("//build/config/crypto.gni") |
9 import("//build/config/features.gni") | 9 import("//build/config/features.gni") |
10 import("//build/config/ui.gni") | 10 import("//build/config/ui.gni") |
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 "//components/viz/common", | 255 "//components/viz/common", |
256 "//components/viz/host", | 256 "//components/viz/host", |
257 "//components/viz/service", | 257 "//components/viz/service", |
258 "//content/app:both_for_content_tests", | 258 "//content/app:both_for_content_tests", |
259 "//content/browser:for_content_tests", | 259 "//content/browser:for_content_tests", |
260 "//content/browser/speech/proto", | 260 "//content/browser/speech/proto", |
261 "//content/child:for_content_tests", | 261 "//content/child:for_content_tests", |
262 "//content/gpu", | 262 "//content/gpu", |
263 "//content/public/browser", | 263 "//content/public/browser", |
264 "//content/public/child", | 264 "//content/public/child", |
265 "//content/public/common:interfaces", | 265 "//content/public/common", |
266 "//content/public/common:service_names", | 266 "//content/public/common:service_names", |
267 "//content/public/renderer", | 267 "//content/public/renderer", |
268 "//content/public/utility", | 268 "//content/public/utility", |
269 "//content/renderer:for_content_tests", | 269 "//content/renderer:for_content_tests", |
270 "//content/shell:pak", | 270 "//content/shell:pak", |
271 "//content/utility:for_content_tests", | 271 "//content/utility:for_content_tests", |
272 "//device/base/synchronization", | 272 "//device/base/synchronization", |
273 "//device/geolocation", | 273 "//device/geolocation", |
274 "//ipc:test_support", | 274 "//ipc:test_support", |
275 "//media", | 275 "//media", |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 "../renderer/media/mock_peer_connection_impl.h", | 343 "../renderer/media/mock_peer_connection_impl.h", |
344 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc", | 344 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc", |
345 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h", | 345 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h", |
346 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc", | 346 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc", |
347 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h", | 347 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h", |
348 ] | 348 ] |
349 | 349 |
350 deps += [ | 350 deps += [ |
351 "//third_party/webrtc/api:libjingle_peerconnection", | 351 "//third_party/webrtc/api:libjingle_peerconnection", |
352 "//third_party/webrtc/api:rtc_stats_api", | 352 "//third_party/webrtc/api:rtc_stats_api", |
353 "//third_party/webrtc/rtc_base:rtc_base_approved", | |
354 "//third_party/webrtc/media:rtc_media_base", | 353 "//third_party/webrtc/media:rtc_media_base", |
355 "//third_party/webrtc/modules/video_capture", | 354 "//third_party/webrtc/modules/video_capture", |
| 355 "//third_party/webrtc/rtc_base:rtc_base_approved", |
356 "//third_party/webrtc/stats:rtc_stats", | 356 "//third_party/webrtc/stats:rtc_stats", |
357 "//third_party/webrtc_overrides:init_webrtc", | 357 "//third_party/webrtc_overrides:init_webrtc", |
358 ] | 358 ] |
359 } | 359 } |
360 | 360 |
361 if (use_glib) { | 361 if (use_glib) { |
362 configs += [ "//build/config/linux:glib" ] | 362 configs += [ "//build/config/linux:glib" ] |
363 } | 363 } |
364 | 364 |
365 if (use_aura) { | 365 if (use_aura) { |
(...skipping 1326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1692 "../renderer/p2p/filtering_network_manager_unittest.cc", | 1692 "../renderer/p2p/filtering_network_manager_unittest.cc", |
1693 "../renderer/p2p/ipc_network_manager_unittest.cc", | 1693 "../renderer/p2p/ipc_network_manager_unittest.cc", |
1694 ] | 1694 ] |
1695 deps += [ | 1695 deps += [ |
1696 "//device/wake_lock/public/interfaces", | 1696 "//device/wake_lock/public/interfaces", |
1697 "//third_party/opus", | 1697 "//third_party/opus", |
1698 "//third_party/webrtc/api:libjingle_peerconnection", | 1698 "//third_party/webrtc/api:libjingle_peerconnection", |
1699 "//third_party/webrtc/api:rtc_stats_api", | 1699 "//third_party/webrtc/api:rtc_stats_api", |
1700 "//third_party/webrtc/api:video_frame_api", | 1700 "//third_party/webrtc/api:video_frame_api", |
1701 "//third_party/webrtc/api/video_codecs:video_codecs_api", | 1701 "//third_party/webrtc/api/video_codecs:video_codecs_api", |
1702 "//third_party/webrtc/rtc_base:rtc_base", | |
1703 "//third_party/webrtc/media:rtc_media", | 1702 "//third_party/webrtc/media:rtc_media", |
1704 "//third_party/webrtc/modules/desktop_capture:primitives", | 1703 "//third_party/webrtc/modules/desktop_capture:primitives", |
1705 "//third_party/webrtc/modules/video_capture", | 1704 "//third_party/webrtc/modules/video_capture", |
| 1705 "//third_party/webrtc/rtc_base:rtc_base", |
1706 "//third_party/webrtc/stats:rtc_stats_test_utils", | 1706 "//third_party/webrtc/stats:rtc_stats_test_utils", |
1707 "//third_party/webrtc_overrides:init_webrtc", | 1707 "//third_party/webrtc_overrides:init_webrtc", |
1708 "//ui/shell_dialogs:shell_dialogs", | 1708 "//ui/shell_dialogs:shell_dialogs", |
1709 ] | 1709 ] |
1710 | 1710 |
1711 if (is_linux || is_mac || is_win) { | 1711 if (is_linux || is_mac || is_win) { |
1712 sources += | 1712 sources += |
1713 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] | 1713 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] |
1714 deps += [ "//third_party/webrtc/modules/desktop_capture" ] | 1714 deps += [ "//third_party/webrtc/modules/desktop_capture" ] |
1715 } | 1715 } |
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1905 if (is_android) { | 1905 if (is_android) { |
1906 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1906 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1907 } | 1907 } |
1908 } | 1908 } |
1909 | 1909 |
1910 group("fuzzers") { | 1910 group("fuzzers") { |
1911 deps = [ | 1911 deps = [ |
1912 "//content/test/fuzzer", | 1912 "//content/test/fuzzer", |
1913 ] | 1913 ] |
1914 } | 1914 } |
OLD | NEW |