Side by Side Diff: third_party/WebKit/Source/platform/base/DEPS
Issue 1538803002:
Migrates battery_status from content/renderer/ to WebKit/platform/ (Closed)
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: BatteryStatusDispatcher => BatteryDispatcherProxy
Created 4 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.
2 # To whitelist base/ stuff Blink is allowed to include, we list up all
2 # To whitelist base/ stuff Blink is allowed to include, we list up all
3 # directories and files instead of writing 'base/'.
3 # directories and files instead of writing 'base/'.
4 "+base/bind.h",
4 "+base/bind.h",
5 "+base/threading",
5 "+mojo/public/cpp/bindings/callback.h",
kinuko
2016/02/16 10:09:18
nit: What other files are we going to put in this
nit: What other files are we going to put in this new directory? 'base/' feels
very generic to imagine what to expect, maybe 'mojo/' could work? Or could we
have the new (and tentative) bind.h under platform/threading?
Yuki
2016/02/16 13:21:59
I moved platform/base/Bind.h to platform/threading
On 2016/02/16 10:09:18, kinuko wrote:
> nit: What other files are we going to put in this new directory? 'base/' feels
> very generic to imagine what to expect, maybe 'mojo/' could work? Or could we
> have the new (and tentative) bind.h under platform/threading?
I moved platform/base/Bind.h to platform/threading/BindForMojo.h . Does this
look better?
Issue 1538803002: Migrates battery_status from content/renderer/ to WebKit/platform/
(Closed)
Created 5 years ago by Yuki
Modified 4 years, 9 months ago
Reviewers: tkent, Anand Mistry (off Chromium), darin (slow to review), esprehn, haraken, jam, kinuko, Ken Rockot(use gerrit already), Sam McNally, tzik, yzshen1
Base URL: https://chromium.googlesource.com/chromium/src.git@master
Comments: 65