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

Unified Diff: media/test/run_all_unittests.cc

Issue 2435423002: Add media remoting unittests to media_unittests. (Closed)
Patch Set: Created 4 years, 2 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
Index: media/test/run_all_unittests.cc
diff --git a/media/test/run_all_unittests.cc b/media/test/run_all_unittests.cc
index 9a1b132edf6883cac9b65831b020ea615d22b848..10b42b590c4476f76bbe6b94cb7be3fa3134b3a3 100644
--- a/media/test/run_all_unittests.cc
+++ b/media/test/run_all_unittests.cc
@@ -11,6 +11,7 @@
#include "media/base/fake_media_resources.h"
#include "media/base/media.h"
#include "media/base/media_switches.h"
+#include "mojo/edk/embedder/embedder.h"
#if defined(OS_ANDROID)
#include "base/android/jni_android.h"
@@ -59,6 +60,7 @@ void TestSuiteNoAtExit::Initialize() {
}
int main(int argc, char** argv) {
+ mojo::edk::Init();
TestSuiteNoAtExit test_suite(argc, argv);
return base::LaunchUnitTests(

Powered by Google App Engine
This is Rietveld 408576698