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

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

Issue 1794483003: Add new files for VideoSourceBase to roll into Chrome in preparation for implementatin. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 years, 9 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/videosourcebase.h ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/base/videosourcebase.cc
diff --git a/webrtc/build/no_op.cc b/webrtc/media/base/videosourcebase.cc
similarity index 70%
copy from webrtc/build/no_op.cc
copy to webrtc/media/base/videosourcebase.cc
index 7508b9dbb4a3b129157f7f639acfc3496bb37183..28088ee56da1fbd3dc55fb346502fc3df50893d6 100644
--- a/webrtc/build/no_op.cc
+++ b/webrtc/media/base/videosourcebase.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,6 @@
* 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/videosourcebase.h"
+
+// TODO(perkj): Add implementation.
« no previous file with comments | « webrtc/media/base/videosourcebase.h ('k') | webrtc/media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698