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

Unified 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.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/platform/base/DEPS
diff --git a/third_party/WebKit/Source/platform/threading/DEPS b/third_party/WebKit/Source/platform/base/DEPS
similarity index 79%
copy from third_party/WebKit/Source/platform/threading/DEPS
copy to third_party/WebKit/Source/platform/base/DEPS
index ecbc36348a14ace4aebffcca5e14f99842b98a8b..6d37cce9686ee6002d706ba97ba459de549e4d08 100644
--- a/third_party/WebKit/Source/platform/threading/DEPS
+++ b/third_party/WebKit/Source/platform/base/DEPS
@@ -2,5 +2,5 @@ include_rules = [
# To whitelist base/ stuff Blink is allowed to include, we list up all
# directories and files instead of writing 'base/'.
"+base/bind.h",
- "+base/threading",
+ "+mojo/public/cpp/bindings/callback.h",
kinuko 2016/02/16 10:09:18 nit: What other files are we going to put in this
Yuki 2016/02/16 13:21:59 I moved platform/base/Bind.h to platform/threading
]

Powered by Google App Engine
This is Rietveld 408576698