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

Unified Diff: webrtc/pc/pc_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/libjingle_p2p_unittest.isolate ('k') | webrtc/rtc_pc_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/pc_tests.gypi
diff --git a/webrtc/pc/pc_tests.gypi b/webrtc/pc/pc_tests.gypi
index 0245dde055951b672298b6c806e7acbef77d1a02..416fd2b5b151a04fc195078193c54d2241529a92 100755
--- a/webrtc/pc/pc_tests.gypi
+++ b/webrtc/pc/pc_tests.gypi
@@ -10,7 +10,7 @@
'includes': ['../build/common.gypi'],
'targets': [
{
- 'target_name': 'libjingle_p2p_unittest',
+ 'target_name': 'rtc_pc_unittests',
'type': 'executable',
'dependencies': [
'<(webrtc_root)/api/api.gyp:libjingle_peerconnection',
@@ -56,6 +56,6 @@
},
}],
],
- }, # target libjingle_p2p_unittest
+ }, # target rtc_pc_unittests
],
}
« no previous file with comments | « webrtc/libjingle_p2p_unittest.isolate ('k') | webrtc/rtc_pc_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698