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

Unified Diff: gin/BUILD.gn

Issue 2852373004: Use ScopedTaskEnvironment instead of MessageLoop in tests that use v8. (Closed)
Patch Set: Reset-RenderViewTest Created 3 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
« no previous file with comments | « extensions/renderer/gc_callback_unittest.cc ('k') | gin/modules/timer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
« no previous file with comments | « extensions/renderer/gc_callback_unittest.cc ('k') | gin/modules/timer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698