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

Unified Diff: chrome/service/DEPS

Issue 6539017: Initialize media library on service process startup. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Add missing include under Mac OS X Created 9 years, 10 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 | « no previous file | chrome/service/service_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/service/DEPS
diff --git a/chrome/service/DEPS b/chrome/service/DEPS
index 14500cf6e96ff62ea23430434e84bafe58444ce9..1a5238bc4f7e6b00cbedcdea016c120bb2fad2c3 100644
--- a/chrome/service/DEPS
+++ b/chrome/service/DEPS
@@ -1,6 +1,9 @@
include_rules = [
- "+grit", # For generated headers
- # For Chromoting Host Process
+ # For generated headers.
+ "+grit",
+ # For Media initialization definition.
+ "+media/base",
+ # For Chromoting Host Process.
"+remoting/base",
"+remoting/host",
]
« no previous file with comments | « no previous file | chrome/service/service_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698