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

Unified Diff: webrtc/media/media.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/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/media/sctp/sctpdataengine.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/media.gyp
diff --git a/webrtc/media/media.gyp b/webrtc/media/media.gyp
index 2a5295734a056bc0acd333c39e94b34d5790e49f..53716bd8f9d2ccd6619160a8be8f703a868a770c 100644
--- a/webrtc/media/media.gyp
+++ b/webrtc/media/media.gyp
@@ -37,8 +37,6 @@
'base/capturemanager.h',
'base/codec.cc',
'base/codec.h',
- 'base/constants.cc',
- 'base/constants.h',
'base/cpuid.cc',
'base/cpuid.h',
'base/cryptoparams.h',
@@ -47,6 +45,8 @@
'base/hybriddataengine.h',
'base/mediachannel.h',
'base/mediacommon.h',
+ 'base/mediaconstants.cc',
+ 'base/mediaconstants.h',
'base/mediaengine.cc',
'base/mediaengine.h',
'base/rtpdataengine.cc',
« no previous file with comments | « webrtc/media/engine/webrtcvoiceengine_unittest.cc ('k') | webrtc/media/sctp/sctpdataengine.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698