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

Unified Diff: webrtc/tools/network_tester/BUILD.gn

Issue 2877023002: Move webrtc/{base => rtc_base} (Closed)
Patch Set: update presubmit.py and DEPS include rules Created 3 years, 6 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/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/tools/network_tester/BUILD.gn
diff --git a/webrtc/tools/network_tester/BUILD.gn b/webrtc/tools/network_tester/BUILD.gn
index dc2ce71fdc21a58c818bd1fc88e13594ea7ac716..21b1cec99550505a6f460d1d40961c7b64d8d83f 100644
--- a/webrtc/tools/network_tester/BUILD.gn
+++ b/webrtc/tools/network_tester/BUILD.gn
@@ -131,7 +131,7 @@ if (is_android) {
":NetworkTesterMobile_javalib",
":NetworkTesterMobile_resources",
"//base:base_java",
- "//webrtc/base:base_java",
+ "//webrtc/rtc_base:base_java",
]
shared_libraries = [ "//webrtc/tools/network_tester:network_tester_so" ]
@@ -148,7 +148,7 @@ if (is_android) {
deps = [
":NetworkTesterMobile_resources",
- "//webrtc/base:base_java",
+ "//webrtc/rtc_base:base_java",
]
}
« no previous file with comments | « webrtc/test/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698