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

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: Fix a bug with mojo bindings after the onload event fired. 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..2f2bbb263bed9ba7bf48f2d5660f16af4c641865 100644
--- a/headless/DEPS
+++ b/headless/DEPS
@@ -1,6 +1,7 @@
include_rules = [
"+components/devtools_http_handler",
"+content/public",
+ "+mojo",
yzshen1 2016/06/14 17:03:44 Is it sufficient to use only +mojo/public?
alex clarke (OOO till 29th) 2016/06/14 19:05:08 mojo/public is fine. Done.
"+net",
"+ui/base",
"+ui/base/resource",

Powered by Google App Engine
This is Rietveld 408576698