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

Unified Diff: third_party/libjingle/libjingle.gyp

Issue 982563002: Removing WebRTC Java API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « 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 8aafdc968ec02914e44a4d1257981387cfea87a4..9415b7d59feefeab9848023b3d4b9365048eb820 100644
--- a/third_party/libjingle/libjingle.gyp
+++ b/third_party/libjingle/libjingle.gyp
@@ -645,34 +645,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