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

Side by Side Diff: third_party/WebKit/public/platform/scheduler/DEPS

Issue 2118903002: scheduler: Move the Blink scheduler into Blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Another GYP fix Created 4 years, 5 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 unified diff | Download patch
OLDNEW
(Empty)
1 include_rules = [
2 "+base/bind.h",
3 "+base/callback.h",
4 "+base/macros.h",
5 "+base/memory/ptr_util.h",
6 "+base/memory/ref_counted.h",
esprehn 2016/07/22 06:12:11 we'll want to switch to WTF stuff after moving the
Sami 2016/07/29 17:03:27 Acknowledged.
7 "+base/message_loop/message_loop.h",
8 "+base/single_thread_task_runner.h",
9 "+base/threading/thread.h",
10 "+base/time/time.h",
11 "+public/web/WebInputEvent.h",
esprehn 2016/07/22 06:12:11 platform actually can't depend on web/ https://cs
dtapuska 2016/07/22 14:40:18 See: https://codereview.chromium.org/2173073003 I'
Sami 2016/07/29 17:03:27 Thanks a lot Dave! I've now removed this dep.
12 "+v8/include/v8.h",
13 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698