Index: build/all.gyp |
diff --git a/build/all.gyp b/build/all.gyp |
index dad0538bd1cd38575a2b2a77dd2b90d17e11a05f..da71d492ca0594ac4147563958ef7aa5a503d94c 100644 |
--- a/build/all.gyp |
+++ b/build/all.gyp |
@@ -836,6 +836,13 @@ |
# Unit test bundles packaged as an apk. |
'../content/content_shell_and_tests.gyp:content_browsertests_apk', |
], |
+ 'conditions': [ |
+ ['"<(libpeer_target_type)"=="static_library"', { |
+ 'dependencies': [ |
+ '../third_party/libjingle/libjingle.gyp:libjingle_peerconnection_javalib', |
+ ], |
+ }], |
+ ], |
}, # target_name: android_builder_chromium_webrtc |
], # targets |
}], # OS="android" |