Enable right clicking on the applist doodle web contents and log the data.
[chromium-blink-merge.git] / content / shell / DEPS
bloba46f5cf5d804bfe9937d7ed64c66c48227542d43
1 include_rules = [
2   "+gin/public",
3   "+v8/include",
5   # For chromeos build config
6   "+chromeos/dbus",
7   "+device/bluetooth",  # BluetoothAdapterFactory::Shutdown.
9   # The content_shell is the canonical sample embedder, so it only uses
10   # content's public API.
11   "+content/app/strings/grit",  # For generated headers
12   "+content/public",
14   # The content_shell is an embedder so it must work with resource bundles.
15   "+ui/base/l10n",
16   "+ui/base/resource",
18   # Shell resources
19   "+grit/shell_resources.h",
21   # The content_shell for aura must work with the views and aura
22   "+ui/aura",
23   "+ui/views",
25   "+components/crash",
27   # For enabling media related features.
28   "+media/base/media_switches.h",
31 specific_include_rules = {
32   "shell_views\.cc": [
33     "+ui/wm/test"
34   ],
35   "content_browser_tests_android\.cc": [
36     "+media/base"
37   ],
38   # Test hook.
39   "shell_mojo_test_utils_android\.cc": [
40     "+content/browser/mojo",
41     "+content/common/mojo",
42   ],