| 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 1620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1631 "../renderer/media_capture_from_element/html_audio_element_capturer_source
_unittest.cc", | 1631 "../renderer/media_capture_from_element/html_audio_element_capturer_source
_unittest.cc", |
| 1632 "../renderer/media_capture_from_element/html_video_element_capturer_source
_unittest.cc", | 1632 "../renderer/media_capture_from_element/html_video_element_capturer_source
_unittest.cc", |
| 1633 "../renderer/media_recorder/audio_track_recorder_unittest.cc", | 1633 "../renderer/media_recorder/audio_track_recorder_unittest.cc", |
| 1634 "../renderer/media_recorder/media_recorder_handler_unittest.cc", | 1634 "../renderer/media_recorder/media_recorder_handler_unittest.cc", |
| 1635 "../renderer/media_recorder/video_track_recorder_unittest.cc", | 1635 "../renderer/media_recorder/video_track_recorder_unittest.cc", |
| 1636 "../renderer/p2p/filtering_network_manager_unittest.cc", | 1636 "../renderer/p2p/filtering_network_manager_unittest.cc", |
| 1637 "../renderer/p2p/ipc_network_manager_unittest.cc", | 1637 "../renderer/p2p/ipc_network_manager_unittest.cc", |
| 1638 "//third_party/webrtc/base/task_queue_unittest.cc", | 1638 "//third_party/webrtc/base/task_queue_unittest.cc", |
| 1639 ] | 1639 ] |
| 1640 deps += [ | 1640 deps += [ |
| 1641 "//device/wake_lock/public/interfaces", |
| 1641 "//third_party/opus", | 1642 "//third_party/opus", |
| 1642 "//third_party/webrtc/api:libjingle_peerconnection", | 1643 "//third_party/webrtc/api:libjingle_peerconnection", |
| 1643 "//third_party/webrtc/api:rtc_stats_api", | 1644 "//third_party/webrtc/api:rtc_stats_api", |
| 1644 "//third_party/webrtc/api:video_frame_api", | 1645 "//third_party/webrtc/api:video_frame_api", |
| 1645 "//third_party/webrtc/api/video_codecs:video_codecs_api", | 1646 "//third_party/webrtc/api/video_codecs:video_codecs_api", |
| 1646 "//third_party/webrtc/base:rtc_base", | 1647 "//third_party/webrtc/base:rtc_base", |
| 1647 "//third_party/webrtc/media:rtc_media", | 1648 "//third_party/webrtc/media:rtc_media", |
| 1648 "//third_party/webrtc/modules/desktop_capture:primitives", | 1649 "//third_party/webrtc/modules/desktop_capture:primitives", |
| 1649 "//third_party/webrtc/modules/video_capture", | 1650 "//third_party/webrtc/modules/video_capture", |
| 1650 "//third_party/webrtc/stats:rtc_stats_test_utils", | 1651 "//third_party/webrtc/stats:rtc_stats_test_utils", |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1846 if (is_android) { | 1847 if (is_android) { |
| 1847 deps += [ "//testing/android/native_test:native_test_native_code" ] | 1848 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 1848 } | 1849 } |
| 1849 } | 1850 } |
| 1850 | 1851 |
| 1851 group("fuzzers") { | 1852 group("fuzzers") { |
| 1852 deps = [ | 1853 deps = [ |
| 1853 "//content/test/fuzzer", | 1854 "//content/test/fuzzer", |
| 1854 ] | 1855 ] |
| 1855 } | 1856 } |
| OLD | NEW |