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

Unified Diff: third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp

Issue 2453933003: Centralize mojo edk initialization path for some unit tests. (Closed)
Patch Set: Revert change of third_party/WebKit/Source/platform/testing/DEPS 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
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
diff --git a/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp b/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
index a45842790c77db05d7b58eda2d1066c1458680c1..01d607f55e4f47845215785d4ed7131826392f9f 100644
--- a/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
+++ b/third_party/WebKit/Source/platform/testing/BlinkFuzzerTestSupport.cpp
@@ -7,7 +7,6 @@
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/i18n/icu_util.h"
-#include "mojo/edk/embedder/embedder.h"
#include "platform/weborigin/SchemeRegistry.h"
#include <content/test/blink_test_environment.h>
@@ -21,7 +20,6 @@ void InitializeBlinkFuzzTest(int* argc, char*** argv) {
CHECK(base::i18n::InitializeICU());
- mojo::edk::Init();
base::CommandLine::Init(*argc, *argv);
content::SetUpBlinkTestEnvironment();
« no previous file with comments | « third_party/WebKit/Source/platform/BUILD.gn ('k') | third_party/WebKit/Source/web/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698