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

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: Ready for code review 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/android_webview/crash_reporter/DEPS b/third_party/WebKit/Source/platform/base/DEPS
similarity index 23%
copy from android_webview/crash_reporter/DEPS
copy to third_party/WebKit/Source/platform/base/DEPS
index 99162b4c655a4cd2e8ee6fa75aeb51e10b8ed8b3..9ee89cf5ea340791a7b0c683128e30e0fcfef29b 100644
--- a/android_webview/crash_reporter/DEPS
+++ b/third_party/WebKit/Source/platform/base/DEPS
@@ -1,3 +1,4 @@
include_rules = [
- "+components/crash",
+ "+base/bind.h",
haraken 2016/02/09 12:01:21 Add a comment: # To whitelist base/ stuff Blink i
Yuki 2016/02/12 12:36:14 Done.
+ "+mojo/public/cpp/bindings/callback.h",
]

Powered by Google App Engine
This is Rietveld 408576698