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

Unified Diff: webrtc/rtc_tools/network_tester/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/rtc_tools/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/rtc_tools/network_tester/BUILD.gn
diff --git a/webrtc/rtc_tools/network_tester/BUILD.gn b/webrtc/rtc_tools/network_tester/BUILD.gn
index 4a262fc9be587741adb352c22b7944ef8ef17f0c..847db66820a4532a83de7487551055e4f15f5c0c 100644
--- a/webrtc/rtc_tools/network_tester/BUILD.gn
+++ b/webrtc/rtc_tools/network_tester/BUILD.gn
@@ -41,10 +41,10 @@ if (rtc_enable_protobuf) {
deps = [
":network_tester_config_proto",
":network_tester_packet_proto",
- "../../base:protobuf_utils",
- "../../base:rtc_task_queue",
- "../../base:sequenced_task_checker",
"../../p2p",
+ "../../rtc_base:protobuf_utils",
+ "../../rtc_base:rtc_task_queue",
+ "../../rtc_base:sequenced_task_checker",
]
if (!build_with_chromium && is_clang) {
@@ -83,7 +83,7 @@ if (rtc_enable_protobuf) {
deps = [
":network_tester",
- "../../base:rtc_base_tests_utils",
+ "../../rtc_base:rtc_base_tests_utils",
"../../test:test_support",
"//testing/gtest",
]
« no previous file with comments | « webrtc/rtc_tools/BUILD.gn ('k') | webrtc/sdk/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698