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 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1621 "../renderer/media_capture_from_element/html_audio_element_capturer_source
_unittest.cc", | 1621 "../renderer/media_capture_from_element/html_audio_element_capturer_source
_unittest.cc", |
1622 "../renderer/media_capture_from_element/html_video_element_capturer_source
_unittest.cc", | 1622 "../renderer/media_capture_from_element/html_video_element_capturer_source
_unittest.cc", |
1623 "../renderer/media_recorder/audio_track_recorder_unittest.cc", | 1623 "../renderer/media_recorder/audio_track_recorder_unittest.cc", |
1624 "../renderer/media_recorder/media_recorder_handler_unittest.cc", | 1624 "../renderer/media_recorder/media_recorder_handler_unittest.cc", |
1625 "../renderer/media_recorder/video_track_recorder_unittest.cc", | 1625 "../renderer/media_recorder/video_track_recorder_unittest.cc", |
1626 "../renderer/p2p/filtering_network_manager_unittest.cc", | 1626 "../renderer/p2p/filtering_network_manager_unittest.cc", |
1627 "../renderer/p2p/ipc_network_manager_unittest.cc", | 1627 "../renderer/p2p/ipc_network_manager_unittest.cc", |
1628 "//third_party/webrtc/base/task_queue_unittest.cc", | 1628 "//third_party/webrtc/base/task_queue_unittest.cc", |
1629 ] | 1629 ] |
1630 deps += [ | 1630 deps += [ |
| 1631 "//device/wake_lock/public/interfaces", |
1631 "//third_party/opus", | 1632 "//third_party/opus", |
1632 "//third_party/webrtc/api:libjingle_peerconnection", | 1633 "//third_party/webrtc/api:libjingle_peerconnection", |
1633 "//third_party/webrtc/api:rtc_stats_api", | 1634 "//third_party/webrtc/api:rtc_stats_api", |
1634 "//third_party/webrtc/api:video_frame_api", | 1635 "//third_party/webrtc/api:video_frame_api", |
1635 "//third_party/webrtc/api/video_codecs:video_codecs_api", | 1636 "//third_party/webrtc/api/video_codecs:video_codecs_api", |
1636 "//third_party/webrtc/base:rtc_base", | 1637 "//third_party/webrtc/base:rtc_base", |
1637 "//third_party/webrtc/media:rtc_media", | 1638 "//third_party/webrtc/media:rtc_media", |
1638 "//third_party/webrtc/modules/desktop_capture:primitives", | 1639 "//third_party/webrtc/modules/desktop_capture:primitives", |
1639 "//third_party/webrtc/modules/video_capture", | 1640 "//third_party/webrtc/modules/video_capture", |
1640 "//third_party/webrtc/stats:rtc_stats_test_utils", | 1641 "//third_party/webrtc/stats:rtc_stats_test_utils", |
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1836 if (is_android) { | 1837 if (is_android) { |
1837 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1838 deps += [ "//testing/android/native_test:native_test_native_code" ] |
1838 } | 1839 } |
1839 } | 1840 } |
1840 | 1841 |
1841 group("fuzzers") { | 1842 group("fuzzers") { |
1842 deps = [ | 1843 deps = [ |
1843 "//content/test/fuzzer", | 1844 "//content/test/fuzzer", |
1844 ] | 1845 ] |
1845 } | 1846 } |
OLD | NEW |