| 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 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 321 "../renderer/media/mock_media_stream_dispatcher.h", | 321 "../renderer/media/mock_media_stream_dispatcher.h", |
| 322 "../renderer/media/mock_peer_connection_impl.cc", | 322 "../renderer/media/mock_peer_connection_impl.cc", |
| 323 "../renderer/media/mock_peer_connection_impl.h", | 323 "../renderer/media/mock_peer_connection_impl.h", |
| 324 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc", | 324 "../renderer/media/mock_web_rtc_peer_connection_handler_client.cc", |
| 325 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h", | 325 "../renderer/media/mock_web_rtc_peer_connection_handler_client.h", |
| 326 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc", | 326 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.cc", |
| 327 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h", | 327 "../renderer/media/webrtc/mock_peer_connection_dependency_factory.h", |
| 328 ] | 328 ] |
| 329 | 329 |
| 330 deps += [ | 330 deps += [ |
| 331 "//third_party/libjingle/webrtc:libjingle_webrtc", | |
| 332 "//third_party/webrtc/api:libjingle_peerconnection", | 331 "//third_party/webrtc/api:libjingle_peerconnection", |
| 333 "//third_party/webrtc/api:rtc_stats_api", | 332 "//third_party/webrtc/api:rtc_stats_api", |
| 334 "//third_party/webrtc/base:rtc_base", | 333 "//third_party/webrtc/base:rtc_base", |
| 335 "//third_party/webrtc/media:rtc_media_base", | 334 "//third_party/webrtc/media:rtc_media_base", |
| 336 "//third_party/webrtc/modules/video_capture", | 335 "//third_party/webrtc/modules/video_capture", |
| 337 "//third_party/webrtc/stats:rtc_stats", | 336 "//third_party/webrtc/stats:rtc_stats", |
| 337 "//third_party/webrtc_overrides:init_webrtc", |
| 338 ] | 338 ] |
| 339 } | 339 } |
| 340 | 340 |
| 341 if (use_glib) { | 341 if (use_glib) { |
| 342 configs += [ "//build/config/linux:glib" ] | 342 configs += [ "//build/config/linux:glib" ] |
| 343 } | 343 } |
| 344 | 344 |
| 345 if (use_aura) { | 345 if (use_aura) { |
| 346 deps += [ | 346 deps += [ |
| 347 "//ui/aura:test_support", | 347 "//ui/aura:test_support", |
| (...skipping 1150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1498 "//skia", | 1498 "//skia", |
| 1499 "//sql", | 1499 "//sql", |
| 1500 "//sql:test_support", | 1500 "//sql:test_support", |
| 1501 "//storage/browser", | 1501 "//storage/browser", |
| 1502 "//storage/common", | 1502 "//storage/common", |
| 1503 "//testing/gmock", | 1503 "//testing/gmock", |
| 1504 "//testing/gtest", | 1504 "//testing/gtest", |
| 1505 "//third_party/WebKit/public:blink", | 1505 "//third_party/WebKit/public:blink", |
| 1506 "//third_party/icu", | 1506 "//third_party/icu", |
| 1507 "//third_party/leveldatabase", | 1507 "//third_party/leveldatabase", |
| 1508 "//third_party/libjingle", | |
| 1509 "//third_party/re2", | 1508 "//third_party/re2", |
| 1509 "//third_party/webrtc_overrides", |
| 1510 "//third_party/widevine/cdm:headers", | 1510 "//third_party/widevine/cdm:headers", |
| 1511 "//ui/accessibility", | 1511 "//ui/accessibility", |
| 1512 "//ui/base:test_support", | 1512 "//ui/base:test_support", |
| 1513 "//ui/compositor:test_support", | 1513 "//ui/compositor:test_support", |
| 1514 "//ui/display", | 1514 "//ui/display", |
| 1515 "//ui/display:test_support", | 1515 "//ui/display:test_support", |
| 1516 "//ui/events:gesture_detection", | 1516 "//ui/events:gesture_detection", |
| 1517 "//ui/events:test_support", | 1517 "//ui/events:test_support", |
| 1518 "//ui/events/blink", | 1518 "//ui/events/blink", |
| 1519 "//ui/gfx:test_support", | 1519 "//ui/gfx:test_support", |
| (...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1609 "../renderer/media/webrtc_local_audio_source_provider_unittest.cc", | 1609 "../renderer/media/webrtc_local_audio_source_provider_unittest.cc", |
| 1610 "../renderer/media/webrtc_uma_histograms_unittest.cc", | 1610 "../renderer/media/webrtc_uma_histograms_unittest.cc", |
| 1611 "../renderer/media_recorder/audio_track_recorder_unittest.cc", | 1611 "../renderer/media_recorder/audio_track_recorder_unittest.cc", |
| 1612 "../renderer/media_recorder/media_recorder_handler_unittest.cc", | 1612 "../renderer/media_recorder/media_recorder_handler_unittest.cc", |
| 1613 "../renderer/media_recorder/video_track_recorder_unittest.cc", | 1613 "../renderer/media_recorder/video_track_recorder_unittest.cc", |
| 1614 "../renderer/p2p/filtering_network_manager_unittest.cc", | 1614 "../renderer/p2p/filtering_network_manager_unittest.cc", |
| 1615 "../renderer/p2p/ipc_network_manager_unittest.cc", | 1615 "../renderer/p2p/ipc_network_manager_unittest.cc", |
| 1616 "//third_party/webrtc/base/task_queue_unittest.cc", | 1616 "//third_party/webrtc/base/task_queue_unittest.cc", |
| 1617 ] | 1617 ] |
| 1618 deps += [ | 1618 deps += [ |
| 1619 "//third_party/libjingle/webrtc:libjingle_webrtc", | |
| 1620 "//third_party/opus", | 1619 "//third_party/opus", |
| 1621 "//third_party/webrtc/api:libjingle_peerconnection", | 1620 "//third_party/webrtc/api:libjingle_peerconnection", |
| 1622 "//third_party/webrtc/api:rtc_stats_api", | 1621 "//third_party/webrtc/api:rtc_stats_api", |
| 1623 "//third_party/webrtc/base:rtc_base", | 1622 "//third_party/webrtc/base:rtc_base", |
| 1624 "//third_party/webrtc/media:rtc_media", | 1623 "//third_party/webrtc/media:rtc_media", |
| 1625 "//third_party/webrtc/modules/desktop_capture:primitives", | 1624 "//third_party/webrtc/modules/desktop_capture:primitives", |
| 1626 "//third_party/webrtc/modules/video_capture", | 1625 "//third_party/webrtc/modules/video_capture", |
| 1627 "//third_party/webrtc/stats:rtc_stats_test_utils", | 1626 "//third_party/webrtc/stats:rtc_stats_test_utils", |
| 1627 "//third_party/webrtc_overrides:init_webrtc", |
| 1628 "//ui/shell_dialogs:shell_dialogs", | 1628 "//ui/shell_dialogs:shell_dialogs", |
| 1629 ] | 1629 ] |
| 1630 | 1630 |
| 1631 if (is_linux || is_mac || is_win) { | 1631 if (is_linux || is_mac || is_win) { |
| 1632 sources += | 1632 sources += |
| 1633 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] | 1633 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] |
| 1634 deps += [ "//third_party/webrtc/modules/desktop_capture" ] | 1634 deps += [ "//third_party/webrtc/modules/desktop_capture" ] |
| 1635 } | 1635 } |
| 1636 | 1636 |
| 1637 if (is_chromecast) { | 1637 if (is_chromecast) { |
| (...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1821 if (is_android) { | 1821 if (is_android) { |
| 1822 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1822 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1823 } | 1823 } |
| 1824 } | 1824 } |
| 1825 | 1825 |
| 1826 group("fuzzers") { | 1826 group("fuzzers") { |
| 1827 deps = [ | 1827 deps = [ |
| 1828 "//content/test/fuzzer", | 1828 "//content/test/fuzzer", |
| 1829 ] | 1829 ] |
| 1830 } | 1830 } |
| OLD | NEW |