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

Unified Diff: webrtc/p2p/p2p.gyp

Issue 1750593002: Rename constants files in webrtc/{media,p2p} (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed cricket naming 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/p2p/client/portallocator_unittest.cc ('k') | webrtc/pc/channel.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 10a439b4bd02bf95121cb5c121e8793e31dc2148..4bce605dee5c9847b2afa0159835e068dc1f92ab 100644
--- a/webrtc/p2p/p2p.gyp
+++ b/webrtc/p2p/p2p.gyp
@@ -26,10 +26,10 @@
'base/basicpacketsocketfactory.h',
'base/candidate.h',
'base/common.h',
- 'base/constants.cc',
- 'base/constants.h',
'base/dtlstransportchannel.cc',
'base/dtlstransportchannel.h',
+ 'base/p2pconstants.cc',
+ 'base/p2pconstants.h',
'base/p2ptransport.cc',
'base/p2ptransport.h',
'base/p2ptransportchannel.cc',
« no previous file with comments | « webrtc/p2p/client/portallocator_unittest.cc ('k') | webrtc/pc/channel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698