Remove dependency to Chromium code from WebRTC Java code.

BUG=webrtc:6996

Review-Url: https://codereview.webrtc.org/2631423002
Cr-Commit-Position: refs/heads/master@{#16122}
This commit is contained in:
sakal 2017-01-17 06:46:34 -08:00 committed by Commit bot
parent e08b253ee0
commit 61c98e0899

View File

@ -950,9 +950,5 @@ if (is_android) {
"java/src/org/webrtc/Size.java",
"java/src/org/webrtc/ThreadUtils.java",
]
deps = [
"//base:base_java",
]
}
}