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

Unified Diff: gin/BUILD.gn

Issue 2610473002: Use TaskScheduler instead of WorkerPool in v8_platform.cc. (Closed)
Patch Set: Blink test environment Created 3 years, 11 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 72d0125d92c7d525abaac9f9c7a2596c08155d95..4d13433420a9fedcdbfa1d49ea12833da0bf1945 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -169,6 +169,7 @@ source_set("gin_test") {
"//testing/gtest",
]
deps = [
+ "//base/test:test_support",
"//v8",
]

Powered by Google App Engine
This is Rietveld 408576698