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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/service/service_process.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+grit", # For generated headers 2 # For generated headers.
3 # For Chromoting Host Process 3 "+grit",
4 # For Media initialization definition.
5 "+media/base",
6 # For Chromoting Host Process.
4 "+remoting/base", 7 "+remoting/base",
5 "+remoting/host", 8 "+remoting/host",
6 ] 9 ]
OLDNEW
« 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