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

Unified Diff: webrtc/p2p/p2p.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/BUILD.gn ('k') | webrtc/p2p/stunprober/main.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/p2p/p2p.gyp
diff --git a/webrtc/p2p/p2p.gyp b/webrtc/p2p/p2p.gyp
index 6f046a91d7deac02d975dbed64d9083979e9a935..19c022ff40857825ec2189df226f005eac071203 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -128,17 +128,6 @@
'stunprober/stunprober.cc',
],
},
- {
- 'target_name': 'stun_prober',
- 'type': 'executable',
- 'dependencies': [
- 'libstunprober',
- 'rtc_p2p'
- ],
- 'sources': [
- 'stunprober/main.cc',
- ],
- },
], # targets
}
« no previous file with comments | « webrtc/p2p/BUILD.gn ('k') | webrtc/p2p/stunprober/main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698