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

Unified Diff: webrtc/webrtc_examples.gyp

Issue 2460343002: Moving stun_prober target from webrtc/p2p to webrtc/examples (Closed)
Patch Set: Fixed source and 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..d7f42fbb86b2f862c70af94caa3852761805072b 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',
kjellander_webrtc 2016/11/01 10:03:47 now this is incorrect. One dot seems to have disap
kjellander_webrtc 2016/11/01 10:05:27 My bad. This file sits at the top level. But pleas
+ './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