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

Unified Diff: headless/DEPS

Issue 2049363003: Adds support for headless chrome embedder mojo services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes for Sami Created 4 years, 6 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: headless/DEPS
diff --git a/headless/DEPS b/headless/DEPS
index 2e747057cbf977e1fc151b25cb8a3c0ddd08f3ff..de870ce89ee85e13f56952afe458c631ecd4a16b 100644
--- a/headless/DEPS
+++ b/headless/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+components/devtools_http_handler",
"+content/public",
+ "+mojo/public",
"+net",
"+ui/base",
"+ui/base/resource",
@@ -8,4 +9,5 @@ include_rules = [
"+ui/gfx",
"+ui/gfx/geometry",
"+ui/ozone/public",
+ "+services/shell/public",
]

Powered by Google App Engine
This is Rietveld 408576698