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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 767073002: Removing WebRTC Java API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years 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 | « third_party/libjingle/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjingle/libjingle.gyp
diff --git a/third_party/libjingle/libjingle.gyp b/third_party/libjingle/libjingle.gyp
index d05d38217ec1ed532cd395ea85633840d61cb706..e9986022fb0d367adfca8d7c69d9430b519aa15b 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -660,34 +660,5 @@
}, # target libpeerconnection
],
}],
- ['enable_webrtc==1 and OS=="android" and "<(libpeer_target_type)"=="static_library"', {
- 'targets': [
- {
- # GN version: //third_party/libjingle:libjingle_peerconnection_so
- 'target_name': 'libjingle_peerconnection_so',
- 'type': 'shared_library',
- 'dependencies': [
- '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
- 'libjingle_webrtc',
- 'libpeerconnection',
- ],
- 'sources': [
- '<(libjingle_source)/talk/app/webrtc/java/jni/peerconnection_jni.cc',
- ],
- },
- {
- # GN version: //third_party/libjingle:libjingle_peerconnection_java
- 'target_name': 'libjingle_peerconnection_javalib',
- 'type': 'none',
- 'variables': {
- 'java_in_dir': '<(libjingle_source)/talk/app/webrtc/java',
- },
- 'dependencies': [
- 'libjingle_peerconnection_so',
- ],
- 'includes': [ '../../build/java.gypi' ],
- },
- ],
- }],
],
}
« no previous file with comments | « third_party/libjingle/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698