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

Unified Diff: components/history/core/test/BUILD.gn

Issue 2846723005: Use ScopedTaskEnvironment instead of MessageLoopForUI in components tests. (Closed)
Patch Set: fix-test-errors Created 3 years, 8 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: components/history/core/test/BUILD.gn
diff --git a/components/history/core/test/BUILD.gn b/components/history/core/test/BUILD.gn
index 70c02fe0a55bdfd37097f09a2219fd828fff8439..2fd38cf2284489606a852d4d3203c76ce45b366e 100644
--- a/components/history/core/test/BUILD.gn
+++ b/components/history/core/test/BUILD.gn
@@ -29,6 +29,7 @@ static_library("test") {
deps = [
"//base",
+ "//base/test:test_support",
"//components/history/core/browser",
"//components/sync/protocol:protocol",
"//net",

Powered by Google App Engine
This is Rietveld 408576698