Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(55)

Side by Side Diff: content/test/BUILD.gn

Issue 2543633006: To M56: Use ffmpeg for opus decoding, no need to maintain our decoder. (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « content/renderer/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 1512 matching lines...) Expand 10 before | Expand all | Expand 10 after
1523 "../renderer/media/webrtc/webrtc_video_capturer_adapter_unittest.cc", 1523 "../renderer/media/webrtc/webrtc_video_capturer_adapter_unittest.cc",
1524 "../renderer/media/webrtc_audio_renderer_unittest.cc", 1524 "../renderer/media/webrtc_audio_renderer_unittest.cc",
1525 "../renderer/media/webrtc_local_audio_source_provider_unittest.cc", 1525 "../renderer/media/webrtc_local_audio_source_provider_unittest.cc",
1526 "../renderer/media/webrtc_uma_histograms_unittest.cc", 1526 "../renderer/media/webrtc_uma_histograms_unittest.cc",
1527 "../renderer/p2p/filtering_network_manager_unittest.cc", 1527 "../renderer/p2p/filtering_network_manager_unittest.cc",
1528 "../renderer/p2p/ipc_network_manager_unittest.cc", 1528 "../renderer/p2p/ipc_network_manager_unittest.cc",
1529 "//third_party/webrtc/base/task_queue_unittest.cc", 1529 "//third_party/webrtc/base/task_queue_unittest.cc",
1530 ] 1530 ]
1531 deps += [ 1531 deps += [
1532 "//third_party/libjingle:libjingle_webrtc", 1532 "//third_party/libjingle:libjingle_webrtc",
1533 "//third_party/opus",
1533 "//third_party/webrtc/api:libjingle_peerconnection", 1534 "//third_party/webrtc/api:libjingle_peerconnection",
1534 "//third_party/webrtc/base:rtc_base", 1535 "//third_party/webrtc/base:rtc_base",
1535 "//third_party/webrtc/media:rtc_media", 1536 "//third_party/webrtc/media:rtc_media",
1536 "//third_party/webrtc/modules/desktop_capture:primitives", 1537 "//third_party/webrtc/modules/desktop_capture:primitives",
1537 "//third_party/webrtc/modules/video_capture", 1538 "//third_party/webrtc/modules/video_capture",
1538 "//third_party/webrtc/stats:rtc_stats_test_utils", 1539 "//third_party/webrtc/stats:rtc_stats_test_utils",
1539 "//ui/shell_dialogs:shell_dialogs", 1540 "//ui/shell_dialogs:shell_dialogs",
1540 ] 1541 ]
1541 1542
1542 if (is_linux || is_mac || is_win) { 1543 if (is_linux || is_mac || is_win) {
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
1709 if (is_android) { 1710 if (is_android) {
1710 deps += [ "//testing/android/native_test:native_test_native_code" ] 1711 deps += [ "//testing/android/native_test:native_test_native_code" ]
1711 } 1712 }
1712 } 1713 }
1713 1714
1714 group("fuzzers") { 1715 group("fuzzers") {
1715 deps = [ 1716 deps = [
1716 "//content/test/fuzzer", 1717 "//content/test/fuzzer",
1717 ] 1718 ]
1718 } 1719 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698