Loosen up heuristics for detecting account creation forms.
[chromium-blink-merge.git] / content / shell / DEPS
blob82e5b1182f9f568b1a982c175e7dd757a1ae6492
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/public",
11   # The content_shell is an embedder so it must work with resource bundles.
12   "+ui/base/l10n",
13   "+ui/base/resource",
15   # Shell resources
16   "+grit/net_resources.h",
17   "+grit/shell_resources.h",
19   # The content_shell for aura must work with the views and aura
20   "+ui/aura",
21   "+ui/views",