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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 2105803002: Add GN targets for AppRTC Demo on Android. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase. 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/examples/androidapp/third_party/autobanh/lib/autobanh.jar ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_examples.gyp
diff --git a/webrtc/webrtc_examples.gyp b/webrtc/webrtc_examples.gyp
index 0978404435e5f4056ad8f5e38da2949be38901ae..347810bea4323fda3cb57b7578e20ba638fe87e3 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -419,10 +419,10 @@
'R_package': 'org.appspot.apprtc',
'R_package_relpath': 'org/appspot/apprtc',
'input_jars_paths': [
- 'examples/androidapp/third_party/autobanh/autobanh.jar',
+ 'examples/androidapp/third_party/autobanh/lib/autobanh.jar',
],
'library_dexed_jars_paths': [
- 'examples/androidapp/third_party/autobanh/autobanh.jar',
+ 'examples/androidapp/third_party/autobanh/lib/autobanh.jar',
],
'native_lib_target': 'libjingle_peerconnection_so',
'add_to_dependents_classpaths':1,
« no previous file with comments | « webrtc/examples/androidapp/third_party/autobanh/lib/autobanh.jar ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698