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

Side by Side Diff: content/shell/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, 4 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 "+v8/include", 2 "+v8/include",
3 3
4 # For chromeos build config 4 # For chromeos build config
5 "+chromeos/dbus", 5 "+chromeos/dbus",
6 6
7 # The content_shell is the canonical sample embedder, so it only uses 7 # The content_shell is the canonical sample embedder, so it only uses
8 # content's public API. 8 # content's public API.
9 "+content/public", 9 "+content/public",
10 10
(...skipping 12 matching lines...) Expand all
23 "+components/breakpad", 23 "+components/breakpad",
24 ] 24 ]
25 25
26 specific_include_rules = { 26 specific_include_rules = {
27 "shell_views\.cc": [ 27 "shell_views\.cc": [
28 "+ui/wm/test" 28 "+ui/wm/test"
29 ], 29 ],
30 "content_browser_tests_android\.cc": [ 30 "content_browser_tests_android\.cc": [
31 "+media/base" 31 "+media/base"
32 ], 32 ],
33 "shell_main_delegate\.cc": [
34 "+media/base"
35 ],
33 } 36 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698