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

Unified Diff: webrtc/api/api.gyp

Issue 2082573004: Exclude libjingle_peerconnection_{jni,so} targets from Chromium builds. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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/api/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/api.gyp
diff --git a/webrtc/api/api.gyp b/webrtc/api/api.gyp
index 8525eb09c72f64c8db07b5f06b67b0ec6d59e8e4..c31807bc1333bd91218f1d9588581bff314aaa3d 100644
--- a/webrtc/api/api.gyp
+++ b/webrtc/api/api.gyp
@@ -22,7 +22,9 @@
}],
],
}],
- ['OS=="android"', {
+ # Excluded from the Chromium build since they cannot be built due to
+ # incompability with Chromium's logging implementation.
+ ['OS=="android" and build_with_chromium==0', {
'targets': [
{
'target_name': 'libjingle_peerconnection_jni',
« no previous file with comments | « webrtc/api/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698