Move origin url validation check to PermissionContextBase class.
[chromium-blink-merge.git] / content / shell / DEPS
blobcd87a65224ef35c5b049dce1d2ebdc2813b5b27d
1 include_rules = [
2   "+v8/include",
4   # For chromeos build config
5   "+chromeos/dbus",
7   # The content_shell is the canonical sample embedder, so it only uses
8   # content's public API.
9   "+content/app/strings/grit",  # For generated headers
10   "+content/public",
12   # The content_shell is an embedder so it must work with resource bundles.
13   "+ui/base/l10n",
14   "+ui/base/resource",
16   # Shell resources
17   "+grit/shell_resources.h",
19   # The content_shell for aura must work with the views and aura
20   "+ui/aura",
21   "+ui/views",
23   "+components/crash",
25   # For enabling media related features.
26   "+media/base/media_switches.h",
29 specific_include_rules = {
30   "shell_views\.cc": [
31     "+ui/wm/test"
32   ],
33   "content_browser_tests_android\.cc": [
34     "+media/base"
35   ],
36   # Test hook.
37   "shell_mojo_test_utils_android\.cc": [
38     "+content/browser/mojo",
39     "+content/common/mojo",
40   ],