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

Unified Diff: webrtc/webrtc_tests.gypi

Issue 1694813002: Rename libjingle_p2p_unittest -> rtc_pc_unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 10 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/rtc_pc_unittests.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc_tests.gypi
diff --git a/webrtc/webrtc_tests.gypi b/webrtc/webrtc_tests.gypi
index 0c8b118b39ab35966a36374cd6309d5936613144..7b01ad1451dbbe7d6aa1de9b852711ef0f4d5a92 100644
--- a/webrtc/webrtc_tests.gypi
+++ b/webrtc/webrtc_tests.gypi
@@ -369,16 +369,16 @@
],
},
{
- 'target_name': 'libjingle_p2p_unittest_run',
+ 'target_name': 'rtc_pc_unittests_run',
'type': 'none',
'dependencies': [
- 'libjingle_p2p_unittest',
+ 'rtc_pc_unittests',
],
'includes': [
'build/isolate.gypi',
],
'sources': [
- 'libjingle_p2p_unittest.isolate',
+ 'rtc_pc_unittests.isolate',
],
},
{
« no previous file with comments | « webrtc/rtc_pc_unittests.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698