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

Unified Diff: media/blink/BUILD.gn

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 4 years, 4 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/utility/webthread_impl_for_utility_thread.cc ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index ca30cd48cc9d1a3e6680b2249bbe9c52555063d9..7de528524a0bd4d8e509d303cc4bf6c56abf8963 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -107,8 +107,6 @@ test("media_blink_unittests") {
"//base/test:test_support",
"//cc",
"//cc/blink",
- "//components/scheduler:scheduler",
- "//components/scheduler:test_support",
"//gin",
"//media",
"//media:shared_memory_support",
@@ -117,6 +115,7 @@ test("media_blink_unittests") {
"//testing/gmock",
"//testing/gtest",
"//third_party/WebKit/public:blink",
+ "//third_party/WebKit/public:test_support",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
"//url",
« no previous file with comments | « content/utility/webthread_impl_for_utility_thread.cc ('k') | media/blink/media_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698