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

Unified Diff: webrtc/p2p/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/ortc/BUILD.gn ('k') | webrtc/pc/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/BUILD.gn
diff --git a/webrtc/p2p/BUILD.gn b/webrtc/p2p/BUILD.gn
index daa2d8498e24221f5c68f5a3f7fb183dc6f4637f..16b8762791c2de0d29160c8d306a0640f07872ed 100644
--- a/webrtc/p2p/BUILD.gn
+++ b/webrtc/p2p/BUILD.gn
@@ -87,7 +87,7 @@ rtc_static_library("rtc_p2p") {
deps = [
"../api:libjingle_peerconnection_api",
"../api:ortc_api",
- "../base:rtc_base",
+ "../rtc_base:rtc_base",
"../system_wrappers:field_trial_api",
]
@@ -155,9 +155,9 @@ if (rtc_include_tests) {
deps = [
":rtc_p2p",
"../api:ortc_api",
- "../base:rtc_base",
- "../base:rtc_base_approved",
- "../base:rtc_base_tests_utils",
+ "../rtc_base:rtc_base",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_utils",
"../test:test_support",
"//testing/gmock",
]
@@ -209,9 +209,9 @@ if (rtc_include_tests) {
":rtc_p2p",
"../api:fakemetricsobserver",
"../api:ortc_api",
- "../base:rtc_base",
- "../base:rtc_base_approved",
- "../base:rtc_base_tests_utils",
+ "../rtc_base:rtc_base",
+ "../rtc_base:rtc_base_approved",
+ "../rtc_base:rtc_base_tests_utils",
"../test:test_support",
"//testing/gmock",
"//testing/gtest",
@@ -238,7 +238,7 @@ rtc_static_library("libstunprober") {
deps = [
":rtc_p2p",
"..:webrtc_common",
- "../base:rtc_base",
+ "../rtc_base:rtc_base",
]
}
@@ -259,8 +259,8 @@ if (rtc_include_tests) {
":libstunprober",
":p2p_test_utils",
":rtc_p2p",
- "../base:rtc_base",
- "../base:rtc_base_tests_utils",
+ "../rtc_base:rtc_base",
+ "../rtc_base:rtc_base_tests_utils",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « webrtc/ortc/BUILD.gn ('k') | webrtc/pc/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698