Don't add extra app list launcher page webviews.
[chromium-blink-merge.git] / content / shell / DEPS
blob3dfeb6bed63e344f7ef06e0c39a1f4459ecc18f6
1 include_rules = [
2   "+gin/public",
3   "+gin/v8_initializer.h",
4   "+v8/include",
6   # For chromeos build config
7   "+chromeos/dbus",
8   "+device/bluetooth",  # BluetoothAdapterFactory::Shutdown.
10   # The content_shell is the canonical sample embedder, so it only uses
11   # content's public API.
12   "+content/app/strings/grit",  # For generated headers
13   "+content/public",
15   # The content_shell is an embedder so it must work with resource bundles.
16   "+ui/base/l10n",
17   "+ui/base/resource",
19   # Shell resources
20   "+grit/shell_resources.h",
22   # The content_shell for aura must work with the views and aura
23   "+ui/aura",
24   "+ui/views",
26   "+components/crash",
28   # For enabling media related features.
29   "+media/base/media_switches.h",
32 specific_include_rules = {
33   "shell_views\.cc": [
34     "+ui/wm/test"
35   ],
36   "content_browser_tests_android\.cc": [
37     "+media/base"
38   ],
39   # Test hook.
40   "shell_mojo_test_utils_android\.cc": [
41     "+content/browser/mojo",
42     "+content/common/mojo",
43   ],