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

Unified Diff: webrtc/modules/desktop_capture/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/modules/congestion_controller/BUILD.gn ('k') | webrtc/modules/media_file/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/desktop_capture/BUILD.gn
diff --git a/webrtc/modules/desktop_capture/BUILD.gn b/webrtc/modules/desktop_capture/BUILD.gn
index 889f0fad4bd5476e65c4dee8b40de98623ad9e45..24140fa2543b4201e8910caa7c0fa3c69a434890 100644
--- a/webrtc/modules/desktop_capture/BUILD.gn
+++ b/webrtc/modules/desktop_capture/BUILD.gn
@@ -28,7 +28,7 @@ rtc_static_library("primitives") {
deps = [
"../..:webrtc_common",
- "../../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
+ "../../rtc_base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
]
}
@@ -49,8 +49,8 @@ if (rtc_include_tests) {
":desktop_capture_mock",
":primitives",
":screen_drawer",
- "../../base:rtc_base",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../../test:test_support",
"../../test:video_test_support",
@@ -96,7 +96,7 @@ if (rtc_include_tests) {
":desktop_capture_mock",
":primitives",
"../..:webrtc_common",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
"../../test:test_support",
"//testing/gmock",
@@ -133,7 +133,7 @@ if (rtc_include_tests) {
deps = [
":primitives",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../system_wrappers",
]
}
@@ -157,7 +157,7 @@ if (rtc_include_tests) {
deps = [
":primitives",
- "../../base:rtc_base_approved",
+ "../../rtc_base:rtc_base_approved",
"../../test:test_support",
]
}
@@ -292,7 +292,7 @@ rtc_static_library("desktop_capture") {
deps = [
":primitives",
"../..:webrtc_common",
- "../../base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
+ "../../rtc_base:rtc_base", # TODO(kjellander): Cleanup in bugs.webrtc.org/3806.
"../../system_wrappers",
"//third_party/libyuv",
]
« no previous file with comments | « webrtc/modules/congestion_controller/BUILD.gn ('k') | webrtc/modules/media_file/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698