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

Unified Diff: media/blink/media_blink.gyp

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Really fixed the test failure this time 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
Index: media/blink/media_blink.gyp
diff --git a/media/blink/media_blink.gyp b/media/blink/media_blink.gyp
index a00b1f1509ceb21bf7d2972eb3cbba64a5fd849e..0d56a8e4a58b4e6a42729ee802d3909f778225b1 100644
--- a/media/blink/media_blink.gyp
+++ b/media/blink/media_blink.gyp
@@ -115,13 +115,12 @@
'../../base/base.gyp:test_support_base',
'../../cc/cc.gyp:cc',
'../../cc/blink/cc_blink.gyp:cc_blink',
- '../../components/scheduler/scheduler.gyp:scheduler',
- '../../components/scheduler/scheduler.gyp:scheduler_test_support',
'../../gin/gin.gyp:gin',
'../../net/net.gyp:net',
'../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
'../../third_party/WebKit/public/blink.gyp:blink',
+ '../../third_party/WebKit/public/blink.gyp:blink_test_support',
'../../ui/gfx/gfx.gyp:gfx',
'../../ui/gfx/gfx.gyp:gfx_geometry',
'../../ui/gfx/gfx.gyp:gfx_test_support',

Powered by Google App Engine
This is Rietveld 408576698