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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 2460343002: Moving stun_prober target from webrtc/p2p to webrtc/examples (Closed)
Patch Set: Removed './' from deps path Created 4 years, 1 month 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/p2p/stunprober/main.cc ('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 6627c3134338c91ae82cb4f76741b3502dec8c2e..38fbd35f0b3cdb629608f8ca6c8f97d49199e915 100755
--- a/webrtc/webrtc_examples.gyp
+++ b/webrtc/webrtc_examples.gyp
@@ -465,6 +465,17 @@
'../build/android/test_runner.gypi',
],
},
+ {
+ 'target_name': 'stun_prober',
+ 'type': 'executable',
+ 'dependencies': [
+ 'p2p:libstunprober',
+ 'p2p:rtc_p2p'
+ ],
+ 'sources': [
+ 'examples/stunprober/main.cc',
+ ],
+ },
], # targets
}], # OS=="android"
],
« no previous file with comments | « webrtc/p2p/stunprober/main.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698