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

Unified Diff: cc/test/run_all_unittests.cc

Issue 2023973002: Introduce cc StructTraits unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed Ken's comment Created 4 years, 7 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
« cc/ipc/struct_traits_unittest.cc ('K') | « cc/ipc/traits_test_service.mojom ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/run_all_unittests.cc
diff --git a/cc/test/run_all_unittests.cc b/cc/test/run_all_unittests.cc
index 6d18d8d445b8120c9fdf6976efa97a1c7076927e..57263f99905fd7b96f03f2f56f61a5b1a5b1c93e 100644
--- a/cc/test/run_all_unittests.cc
+++ b/cc/test/run_all_unittests.cc
@@ -5,10 +5,13 @@
#include "base/bind.h"
#include "base/test/launcher/unit_test_launcher.h"
#include "cc/test/cc_test_suite.h"
+#include "mojo/edk/embedder/embedder.h"
int main(int argc, char** argv) {
cc::CCTestSuite test_suite(argc, argv);
+ mojo::edk::Init();
+
return base::LaunchUnitTests(
argc,
argv,
« cc/ipc/struct_traits_unittest.cc ('K') | « cc/ipc/traits_test_service.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698