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

Unified Diff: chromecast/media/cma/test/mock_media_pipeline_backend.cc

Issue 2581013002: [chromecast] Uses mock backend for MediaPipelineImplTest. (Closed)
Patch Set: moved mocks to media/ Created 4 years 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 | « chromecast/media/cma/test/mock_media_pipeline_backend.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/media/cma/test/mock_media_pipeline_backend.cc
diff --git a/chromecast/media/cma/test/mock_media_pipeline_backend.cc b/chromecast/media/cma/test/mock_media_pipeline_backend.cc
new file mode 100644
index 0000000000000000000000000000000000000000..dcaf607d5ab008837b66022a54891a9e7ed7e2c8
--- /dev/null
+++ b/chromecast/media/cma/test/mock_media_pipeline_backend.cc
@@ -0,0 +1,20 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chromecast/media/cma/test/mock_media_pipeline_backend.h"
+
+namespace chromecast {
+namespace media {
+
+MockAudioDecoder::MockAudioDecoder() {}
+MockAudioDecoder::~MockAudioDecoder() {}
+
+MockVideoDecoder::MockVideoDecoder() {}
+MockVideoDecoder::~MockVideoDecoder() {}
+
+MockMediaPipelineBackend::MockMediaPipelineBackend() {}
+MockMediaPipelineBackend::~MockMediaPipelineBackend() {}
+
+} // namespace media
+} // namespace chromecast
« no previous file with comments | « chromecast/media/cma/test/mock_media_pipeline_backend.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698