Skip to content

Commit

Permalink
Remove unnecessary //base:base_java dependencies.
Browse files Browse the repository at this point in the history
WebRTC code shouldn't depend on Chromium Android base code.

Bug: None
Change-Id: Ie094f26e4ee855769c9c5276bbb47242aae9c217
Reviewed-on: https://webrtc-review.googlesource.com/92387
Reviewed-by: Mirko Bonadei <[email protected]>
Reviewed-by: Magnus Jedvert <[email protected]>
Commit-Queue: Sami Kalliomäki <[email protected]>
Cr-Commit-Position: refs/heads/master@{#24194}
  • Loading branch information
Sami Kalliomäki authored and Commit Bot committed Aug 6, 2018
1 parent 15f0a12 commit 508e234
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ if (is_android) {
":AppRTCMobile_javalib",
":AppRTCMobile_resources",
"../rtc_base:base_java",
"//base:base_java",
]

shared_libraries = [ "../sdk/android:libjingle_peerconnection_so" ]
Expand Down
1 change: 0 additions & 1 deletion rtc_tools/network_tester/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ if (is_android) {
":NetworkTesterMobile_javalib",
":NetworkTesterMobile_resources",
"../../rtc_base:base_java",
"//base:base_java",
]

shared_libraries = [ "../../rtc_tools/network_tester:network_tester_so" ]
Expand Down
1 change: 0 additions & 1 deletion sdk/android/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,6 @@ if (is_android) {
":libjingle_peerconnection_metrics_default_java",
":video_api_java",
":video_java",
"//base:base_java",
"//base:base_java_test_support",
"//rtc_base:base_java",
"//third_party/android_support_test_runner:rules_java",
Expand Down

0 comments on commit 508e234

Please sign in to comment.