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

Unified Diff: gin/BUILD.gn

Issue 2610473002: Use TaskScheduler instead of WorkerPool in v8_platform.cc. (Closed)
Patch Set: rebase Created 3 years, 10 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/module_system_test.h ('k') | gin/shell/gin_main.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 6ad0eac4e6feb284727c631c5be655d56c2c4214..b8b1a5d8d87ab10fda4724b6c1b8db6c5ae9d08a 100644
--- a/gin/BUILD.gn
+++ b/gin/BUILD.gn
@@ -151,6 +151,7 @@ source_set("gin_test") {
"//testing/gtest",
]
deps = [
+ "//base/test:test_support",
"//v8",
]
« no previous file with comments | « extensions/renderer/module_system_test.h ('k') | gin/shell/gin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698