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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 2003983002: UI for AppRTC Android demo that doesn't require Design Support Library (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 7 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/src/org/appspot/apprtc/ConnectActivity.java ('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 6f07b4d7fe363d575ae79f32e4e9c63f09967a4a..16dc83756abce7eea23c6dd313d38b403a4c1e40 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -408,7 +408,6 @@
'type': 'none',
'dependencies': [
'api/api.gyp:libjingle_peerconnection_java',
- '<(DEPTH)/third_party/android_tools/android_tools.gyp:android_support_design_javalib'
],
'variables': {
'apk_name': 'AppRTCDemo',
@@ -419,11 +418,9 @@
'R_package_relpath': 'org/appspot/apprtc',
'input_jars_paths': [
'examples/androidapp/third_party/autobanh/autobanh.jar',
- '<(DEPTH)/third_party/android_tools/sdk/extras/android/support/v4/android-support-v4.jar',
],
'library_dexed_jars_paths': [
'examples/androidapp/third_party/autobanh/autobanh.jar',
- '<(DEPTH)/third_party/android_tools/sdk/extras/android/support/v4/android-support-v4.jar',
],
'native_lib_target': 'libjingle_peerconnection_so',
'add_to_dependents_classpaths':1,
« no previous file with comments | « webrtc/examples/androidapp/src/org/appspot/apprtc/ConnectActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698