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

Side by Side Diff: content/shell/DEPS

Issue 511323003: media: Remove FilterCollection. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 3 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
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/shell/app/shell_main_delegate.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 "+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/app/strings/grit", # For generated headers 9 "+content/app/strings/grit", # For generated headers
10 "+content/public", 10 "+content/public",
11 11
12 # The content_shell is an embedder so it must work with resource bundles. 12 # The content_shell is an embedder so it must work with resource bundles.
13 "+ui/base/l10n", 13 "+ui/base/l10n",
14 "+ui/base/resource", 14 "+ui/base/resource",
15 15
16 # Shell resources 16 # Shell resources
17 "+grit/shell_resources.h", 17 "+grit/shell_resources.h",
18 18
19 # The content_shell for aura must work with the views and aura 19 # The content_shell for aura must work with the views and aura
20 "+ui/aura", 20 "+ui/aura",
21 "+ui/views", 21 "+ui/views",
22 22
23 "+components/crash", 23 "+components/crash",
24
25 # For enabling media related features.
26 "+media/base/media_switches.h",
24 ] 27 ]
25 28
26 specific_include_rules = { 29 specific_include_rules = {
27 "shell_views\.cc": [ 30 "shell_views\.cc": [
28 "+ui/wm/test" 31 "+ui/wm/test"
29 ], 32 ],
30 "content_browser_tests_android\.cc": [ 33 "content_browser_tests_android\.cc": [
31 "+media/base" 34 "+media/base"
32 ], 35 ],
33 } 36 }
OLDNEW
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | content/shell/app/shell_main_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698