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

Unified Diff: webrtc/video/BUILD.gn

Issue 2976293002: Remove remains of webrtc/base (Closed)
Patch Set: Add README.md 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 | « webrtc/test/fuzzers/BUILD.gn ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/BUILD.gn
diff --git a/webrtc/video/BUILD.gn b/webrtc/video/BUILD.gn
index 430b00de6a05d93a125bccad63414944aab33ee2..990a7aec42562d0dffa23543677de0b755a6b91f 100644
--- a/webrtc/video/BUILD.gn
+++ b/webrtc/video/BUILD.gn
@@ -58,11 +58,6 @@ rtc_static_library("video") {
"..:webrtc_common",
"../api:transport_api",
"../api/video_codecs:video_codecs_api",
- "../base:rtc_base_approved",
- "../base:rtc_numerics",
- "../base:rtc_task_queue",
- "../base:sequenced_task_checker",
- "../base:weak_ptr",
"../call:call_interfaces",
"../call:rtp_interfaces",
"../common_video",
@@ -79,6 +74,11 @@ rtc_static_library("video") {
"../modules/video_coding:video_coding_utility",
"../modules/video_coding:webrtc_vp8",
"../modules/video_processing",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_numerics",
+ "../rtc_base:rtc_task_queue",
+ "../rtc_base:sequenced_task_checker",
+ "../rtc_base:weak_ptr",
"../system_wrappers",
"../voice_engine",
]
@@ -93,8 +93,6 @@ if (rtc_include_tests) {
"video_quality_test.h",
]
deps = [
- "../base:rtc_base_tests_utils",
- "../base:rtc_task_queue",
"../call:call_interfaces",
"../common_video",
"../logging:rtc_event_log_api",
@@ -105,6 +103,8 @@ if (rtc_include_tests) {
"../modules/video_coding:webrtc_h264",
"../modules/video_coding:webrtc_vp8",
"../modules/video_coding:webrtc_vp9",
+ "../rtc_base:rtc_base_tests_utils",
+ "../rtc_base:rtc_task_queue",
"../system_wrappers",
"../test:test_common",
"../test:test_renderer",
@@ -158,7 +158,7 @@ if (rtc_include_tests) {
]
deps = [
":video_quality_test",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers:metrics_default",
"../test:field_trial",
"../test:run_test",
@@ -183,7 +183,7 @@ if (rtc_include_tests) {
deps = [
":video_quality_test",
- "../base:rtc_base_approved",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers:metrics_default",
"../test:field_trial",
"../test:run_test",
@@ -206,11 +206,11 @@ if (rtc_include_tests) {
deps = [
"..:webrtc_common",
"../api/video_codecs:video_codecs_api",
- "../base:rtc_base_approved",
"../call:call_interfaces",
"../common_video",
"../logging:rtc_event_log_api",
"../modules/rtp_rtcp",
+ "../rtc_base:rtc_base_approved",
"../system_wrappers",
"../system_wrappers:metrics_default",
"../test:field_trial",
@@ -263,8 +263,6 @@ if (rtc_include_tests) {
"..:video_stream_api",
"../api:video_frame_api",
"../api/video_codecs:video_codecs_api",
- "../base:rtc_base_approved",
- "../base:rtc_base_tests_utils",
"../call:call_interfaces",
"../call:rtp_receiver",
"../common_video",
@@ -282,6 +280,8 @@ if (rtc_include_tests) {
"../modules/video_coding:webrtc_h264",
"../modules/video_coding:webrtc_vp8",
"../modules/video_coding:webrtc_vp9",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_utils",
"../system_wrappers",
"../system_wrappers:field_trial_default",
"../system_wrappers:metrics_api",
« no previous file with comments | « webrtc/test/fuzzers/BUILD.gn ('k') | webrtc/voice_engine/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698