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

Unified Diff: content/browser/DEPS

Issue 1442893002: Move Shell connection to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@i2
Patch Set: . Created 5 years, 1 month 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: content/browser/DEPS
diff --git a/content/browser/DEPS b/content/browser/DEPS
index d29e52f7171f66e6ebd627de822285b1705ce9e4..4ae6ddff872fd58ca4796432f1472e86872ed428 100644
--- a/content/browser/DEPS
+++ b/content/browser/DEPS
@@ -2,6 +2,7 @@ include_rules = [
# Allow inclusion of specific components that we depend on. We may only
# depend on components which we share with the mojo html_viewer.
"+components/mime_util",
+ "+components/mus/public/interfaces",
"+components/scheduler/common",
"+components/tracing",
"+components/url_formatter",
@@ -20,6 +21,7 @@ include_rules = [
"+mojo",
"+sql",
"+ui/aura_extra",
+ "+ui/views/mus",
"+ui/webui",
"+win8/util",

Powered by Google App Engine
This is Rietveld 408576698