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

Unified Diff: talk/app/webrtc/rtpreceiverinterface.h

Issue 1364813004: Adding stub files for RtpSender/RtpReceiver. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Expanding stubs so they pass presubmit checks... Created 5 years, 3 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 | « talk/app/webrtc/rtpreceiver.cc ('k') | talk/app/webrtc/rtpsender.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: talk/app/webrtc/rtpreceiverinterface.h
diff --git a/talk/media/base/voiceprocessor.h b/talk/app/webrtc/rtpreceiverinterface.h
old mode 100755
new mode 100644
similarity index 91%
copy from talk/media/base/voiceprocessor.h
copy to talk/app/webrtc/rtpreceiverinterface.h
index 8de2678c957d1e5becab67ddc5548f56dee68b5d..aee77e173c9c438fed345afcd68adc0e7331e955
--- a/talk/media/base/voiceprocessor.h
+++ b/talk/app/webrtc/rtpreceiverinterface.h
@@ -1,6 +1,6 @@
/*
* libjingle
- * Copyright 2004 Google Inc.
+ * Copyright 2015 Google Inc.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
@@ -25,5 +25,4 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-// TODO(solenberg): Remove this file once Chromium's libjingle.gyp/.gn are
-// updated.
+// This file is currently stubbed so that Chromium's build files can be updated.
« no previous file with comments | « talk/app/webrtc/rtpreceiver.cc ('k') | talk/app/webrtc/rtpsender.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698