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

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

Issue 2694903005: Add a copy of webrtc's TaskRunner abstraction, which is going to be deleted in webrtc. (Closed)
Patch Set: Delete dependencies on webrtc's rtc_task_runner. Created 3 years, 10 months 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') | jingle/DEPS » ('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/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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
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", 331 "//third_party/libjingle/webrtc:libjingle_webrtc",
332 "//third_party/webrtc/api:libjingle_peerconnection", 332 "//third_party/webrtc/api:libjingle_peerconnection",
333 "//third_party/webrtc/api:rtc_stats_api", 333 "//third_party/webrtc/api:rtc_stats_api",
334 "//third_party/webrtc/base:rtc_base", 334 "//third_party/webrtc/base:rtc_base",
335 "//third_party/webrtc/base:rtc_task_runner",
336 "//third_party/webrtc/media:rtc_media_base", 335 "//third_party/webrtc/media:rtc_media_base",
337 "//third_party/webrtc/modules/video_capture", 336 "//third_party/webrtc/modules/video_capture",
338 "//third_party/webrtc/stats:rtc_stats", 337 "//third_party/webrtc/stats:rtc_stats",
339 ] 338 ]
340 } 339 }
341 340
342 if (use_glib) { 341 if (use_glib) {
343 configs += [ "//build/config/linux:glib" ] 342 configs += [ "//build/config/linux:glib" ]
344 } 343 }
345 344
(...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 "../renderer/p2p/filtering_network_manager_unittest.cc", 1613 "../renderer/p2p/filtering_network_manager_unittest.cc",
1615 "../renderer/p2p/ipc_network_manager_unittest.cc", 1614 "../renderer/p2p/ipc_network_manager_unittest.cc",
1616 "//third_party/webrtc/base/task_queue_unittest.cc", 1615 "//third_party/webrtc/base/task_queue_unittest.cc",
1617 ] 1616 ]
1618 deps += [ 1617 deps += [
1619 "//third_party/libjingle/webrtc:libjingle_webrtc", 1618 "//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/base:rtc_task_runner",
1625 "//third_party/webrtc/media:rtc_media", 1623 "//third_party/webrtc/media:rtc_media",
1626 "//third_party/webrtc/modules/desktop_capture:primitives", 1624 "//third_party/webrtc/modules/desktop_capture:primitives",
1627 "//third_party/webrtc/modules/video_capture", 1625 "//third_party/webrtc/modules/video_capture",
1628 "//third_party/webrtc/stats:rtc_stats_test_utils", 1626 "//third_party/webrtc/stats:rtc_stats_test_utils",
1629 "//ui/shell_dialogs:shell_dialogs", 1627 "//ui/shell_dialogs:shell_dialogs",
1630 ] 1628 ]
1631 1629
1632 if (is_linux || is_mac || is_win) { 1630 if (is_linux || is_mac || is_win) {
1633 sources += 1631 sources +=
1634 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ] 1632 [ "../browser/media/capture/desktop_capture_device_unittest.cc" ]
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 if (is_android) { 1820 if (is_android) {
1823 deps += [ "//testing/android/native_test:native_test_native_code" ] 1821 deps += [ "//testing/android/native_test:native_test_native_code" ]
1824 } 1822 }
1825 } 1823 }
1826 1824
1827 group("fuzzers") { 1825 group("fuzzers") {
1828 deps = [ 1826 deps = [
1829 "//content/test/fuzzer", 1827 "//content/test/fuzzer",
1830 ] 1828 ]
1831 } 1829 }
OLDNEW
« no previous file with comments | « content/renderer/BUILD.gn ('k') | jingle/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698