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

Side by Side Diff: content/child/DEPS

Issue 401523002: Move media related mimetype functionality out of net/ and into media/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase and add content/common/mime_util.h for realz Created 6 years, 5 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
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+components/tracing", 2 "+components/tracing",
3 "+content/public/child", 3 "+content/public/child",
4 "+media/base/android", 4 "+media/base",
5 ] 5 ]
6 6
7 specific_include_rules = { 7 specific_include_rules = {
8 "content_child_helpers\.cc": [ 8 "content_child_helpers\.cc": [
9 "+v8/include/v8.h" 9 "+v8/include/v8.h"
10 ] 10 ]
11 } 11 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698