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

Unified Diff: webrtc/media/base/videobroadcaster.cc

Issue 1688033004: Added empty files for VideoBroadcaster so adding them don't break Chrome. (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/media/base/videobroadcaster.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videobroadcaster.cc
diff --git a/webrtc/build/no_op.cc b/webrtc/media/base/videobroadcaster.cc
similarity index 70%
copy from webrtc/build/no_op.cc
copy to webrtc/media/base/videobroadcaster.cc
index 7508b9dbb4a3b129157f7f639acfc3496bb37183..a9f6eaee4cc91b16238cee1656c3a3ed1318c648 100644
--- a/webrtc/build/no_op.cc
+++ b/webrtc/media/base/videobroadcaster.cc
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
+ * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
* Use of this source code is governed by a BSD-style license
* that can be found in the LICENSE file in the root of the source
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// No-op main() to provide a dummy executable target.
-int main() {
- return 0;
-}
+#include "webrtc/media/base/videobroadcaster.h"
+
+// TODO(perkj): Implement.
+
« no previous file with comments | « webrtc/media/base/videobroadcaster.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698