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

Unified Diff: content/shell/DEPS

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fixed gn check Created 4 years, 2 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: content/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index 3c61bc0e9d1c8f042c99533377b94b4142f58fcd..ea59163063b07a4ad4250be86f416eaaebfb5758 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -28,6 +28,11 @@ include_rules = [
# 2) it's not linked into the content library
"+components/crash",
"+components/url_formatter",
+
+ # For the Mus service and demo to run on Android.
+ "+services/shell",
+ "+services/tracing",
+ "+services/ui",
]
specific_include_rules = {

Powered by Google App Engine
This is Rietveld 408576698