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

Unified Diff: content/shell/DEPS

Issue 1649933002: [Chromecast] Hook up mojo media pipeline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed gn check Created 4 years, 11 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
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/DEPS
diff --git a/content/shell/DEPS b/content/shell/DEPS
index cab46eed5ac4bd8f58061458ac045980727f5637..50c7c44227921fdda8d511f625860e440b209f3f 100644
--- a/content/shell/DEPS
+++ b/content/shell/DEPS
@@ -34,6 +34,9 @@ include_rules = [
# For media::RemoveProprietaryMediaTypesAndCodecsForTests.
"+media/base/mime_util.h",
+
+ # For enabling mojo media services.
+ "+media/mojo/services",
]
specific_include_rules = {
« no previous file with comments | « content/shell/BUILD.gn ('k') | content/shell/browser/shell_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698