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

Unified Diff: content/test/BUILD.gn

Issue 1058873010: Move blink scheduler implementation into a component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: updates Created 5 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
« no previous file with comments | « content/renderer/scheduler/webthread_impl_for_renderer_scheduler_unittest.cc ('k') | content/test/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index fddbb5cef6846bc1068d3db42cdf8a658f077686..81823f02c46c6202d9e63ca4f2cf4f7f7ff2d51b 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -54,6 +54,7 @@ static_library("test_support") {
public_deps += [ "//third_party/WebKit/public:blink" ]
deps += [
+ "//components/scheduler:scheduler",
"//content/browser/speech/proto",
"//content/public/child:child_sources",
"//content/gpu",
« no previous file with comments | « content/renderer/scheduler/webthread_impl_for_renderer_scheduler_unittest.cc ('k') | content/test/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698