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

Unified Diff: third_party/WebKit/Source/platform/battery/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/battery/DEPS
diff --git a/third_party/WebKit/Source/platform/geometry/DEPS b/third_party/WebKit/Source/platform/battery/DEPS
similarity index 75%
copy from third_party/WebKit/Source/platform/geometry/DEPS
copy to third_party/WebKit/Source/platform/battery/DEPS
index 504247153f674c1eab15f8064155ad6df32b4318..6c0cee9bc39b467b34621e970ba7d84bbae651ae 100644
--- a/third_party/WebKit/Source/platform/geometry/DEPS
+++ b/third_party/WebKit/Source/platform/battery/DEPS
@@ -1,5 +1,5 @@
include_rules = [
# To whitelist base/ stuff Blink is allowed to include, we list up all
# directories and files instead of writing 'base/'.
- "+ui/gfx/geometry",
+ "+base/message_loop", # only for unittests
]

Powered by Google App Engine
This is Rietveld 408576698