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

Unified Diff: gin/BUILD.gn

Issue 2852373004: Use ScopedTaskEnvironment instead of MessageLoop in tests that use v8. (Closed)
Patch Set: CR-gab-12 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: gin/BUILD.gn
diff --git a/gin/BUILD.gn b/gin/BUILD.gn
index e5b6d9ebc5c9d8b4ebc89153df125cc6a2078a87..9d66473aa6f4982e5809788721838c60111fd24e 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -153,6 +153,7 @@ source_set("gin_test") {
"//testing/gtest",
]
deps = [
+ "//base/test:test_support",
"//v8",
]

Powered by Google App Engine
This is Rietveld 408576698