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

Unified Diff: webrtc/common_video/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 | « webrtc/common_audio/BUILD.gn ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_video/BUILD.gn
diff --git a/webrtc/common_video/BUILD.gn b/webrtc/common_video/BUILD.gn
index 20953c802cdf2bca5db5b5994f5fd9281718d8a6..68b49343171982f79c802f5eaa49f6efc3121351 100644
--- a/webrtc/common_video/BUILD.gn
+++ b/webrtc/common_video/BUILD.gn
@@ -57,10 +57,10 @@ rtc_static_library("common_video") {
deps = [
"..:webrtc_common",
+ "../base:rtc_base",
+ "../base:rtc_task_queue",
"../media:rtc_h264_profile_id",
"../modules:module_api",
- "../rtc_base:rtc_base",
- "../rtc_base:rtc_task_queue",
"../system_wrappers",
]
public_deps = [
@@ -114,9 +114,9 @@ if (rtc_include_tests) {
deps = [
":common_video",
+ "../base:rtc_base",
+ "../base:rtc_base_approved",
"../modules/video_capture:video_capture",
- "../rtc_base:rtc_base",
- "../rtc_base:rtc_base_approved",
"../system_wrappers:system_wrappers",
"../test:test_main",
"../test:video_test_common",
« no previous file with comments | « webrtc/common_audio/BUILD.gn ('k') | webrtc/examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698