Chromium Code Reviews

Unified Diff: third_party/WebKit/Source/platform/testing/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: Synced. Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: third_party/WebKit/Source/platform/testing/DEPS
diff --git a/third_party/WebKit/Source/platform/testing/DEPS b/third_party/WebKit/Source/platform/testing/DEPS
index ce8ac9d864ac9bc279205d3c229acaf33991f593..378d13ad25d3b8998fac3d125345b1923dbb2881 100644
--- a/third_party/WebKit/Source/platform/testing/DEPS
+++ b/third_party/WebKit/Source/platform/testing/DEPS
@@ -4,4 +4,7 @@ include_rules = [
"+base/command_line.h",
"+base/path_service.h",
"+base/message_loop",
+ "+base/test/test_io_thread.h",
+ "+mojo/edk/embedder",
+ "+mojo/edk/test",
]

Powered by Google App Engine