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

Unified Diff: webrtc/BUILD.gn

Issue 2976633002: Revert of Remove remains of webrtc/base (patchset #7 id:120001 of https://codereview.webrtc.org/297… (Closed)
Patch Set: Created 3 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | webrtc/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/BUILD.gn
diff --git a/webrtc/BUILD.gn b/webrtc/BUILD.gn
index 12ee93c872dab2bd86e34b8db9175f47221bb0df..9280d540bc944f15865d2c4e109e44bd26dfb835 100644
--- a/webrtc/BUILD.gn
+++ b/webrtc/BUILD.gn
@@ -232,8 +232,8 @@ rtc_source_set("video_stream_api") {
deps = [
":webrtc_common",
"api:transport_api",
+ "base:rtc_base_approved",
"common_video:common_video",
- "rtc_base:rtc_base_approved",
]
}
@@ -252,6 +252,7 @@ if (!build_with_chromium) {
"api",
"api:transport_api",
"audio",
+ "base",
"call",
"common_audio",
"common_video",
@@ -290,6 +291,7 @@ if (!build_with_chromium) {
":video_engine_tests",
":webrtc_nonparallel_tests",
":webrtc_perf_tests",
+ "base:rtc_base_tests_utils",
"common_audio:common_audio_unittests",
"common_video:common_video_unittests",
"media:rtc_media_unittests",
@@ -304,7 +306,6 @@ if (!build_with_chromium) {
"ortc:ortc_unittests",
"pc:peerconnection_unittests",
"pc:rtc_pc_unittests",
- "rtc_base:rtc_base_tests_utils",
"stats:rtc_stats_unittests",
"system_wrappers:system_wrappers_unittests",
"test",
@@ -392,16 +393,16 @@ if (rtc_include_tests) {
":webrtc_common",
"api:rtc_api_unittests",
"api/audio_codecs/test:audio_codecs_api_unittests",
+ "base:rtc_base_approved_unittests",
+ "base:rtc_base_tests_main",
+ "base:rtc_base_tests_utils",
+ "base:rtc_base_unittests",
+ "base:rtc_numerics_unittests",
+ "base:rtc_task_queue_unittests",
+ "base:sequenced_task_checker_unittests",
+ "base:weak_ptr_unittests",
"p2p:libstunprober_unittests",
"p2p:rtc_p2p_unittests",
- "rtc_base:rtc_base_approved_unittests",
- "rtc_base:rtc_base_tests_main",
- "rtc_base:rtc_base_tests_utils",
- "rtc_base:rtc_base_unittests",
- "rtc_base:rtc_numerics_unittests",
- "rtc_base:rtc_task_queue_unittests",
- "rtc_base:sequenced_task_checker_unittests",
- "rtc_base:weak_ptr_unittests",
"system_wrappers:metrics_default",
]
@@ -439,12 +440,12 @@ if (rtc_include_tests) {
testonly = true
deps = [
"audio:audio_tests",
+ "base:rtc_base_tests_utils",
# TODO(eladalon): call_tests aren't actually video-specific, so we
# should move them to a more appropriate test suite.
"call:call_tests",
"modules/video_capture",
- "rtc_base:rtc_base_tests_utils",
"test:test_common",
"test:test_main",
"test:video_test_common",
@@ -516,7 +517,7 @@ if (rtc_include_tests) {
rtc_test("webrtc_nonparallel_tests") {
testonly = true
deps = [
- "rtc_base:rtc_base_nonparallel_tests",
+ "base:rtc_base_nonparallel_tests",
]
if (is_android) {
deps += [ "//testing/android/native_test:native_test_support" ]
« no previous file with comments | « PRESUBMIT.py ('k') | webrtc/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698