Password manager now ignores autocomplete='off' by default; user may specify a flag...
[chromium-blink-merge.git] / chrome / DEPS
blob8b2c6160c05ca67cf59563ef32c2f54439fd9c3e
1 include_rules = [
2   "+base/prefs",
3   "+crypto",
4   "+gpu",
5   "+net",
6   "+printing",
7   "+sql",
8   # Browser, renderer, common and tests access V8 for various purposes.
9   "-v8",
10   "+v8/include",
12   # Limit what we include from nacl.
13   "-native_client",
15   # The subdirectories in chrome/ will manually allow their own include
16   # directories in chrome/ so we disallow all of them.
17   "-chrome",
18   "+chrome/common",
19   "+chrome/test",
20   "+components/variations",
21   "+content/public/common",
22   "+content/public/test",
24   # Don't allow inclusion of these other libs we shouldn't be calling directly.
25   "-webkit",
26   "-tools",
28   "-crypto/third_party",
30   # Allow inclusion of WebKit API files.
31   "+third_party/WebKit/public/platform",
32   "+third_party/WebKit/public/web",
34   # Allow inclusion of third-party code:
35   "+third_party/google_toolbox_for_mac/src",
36   "+third_party/hunspell",
37   "+third_party/libxml",
38   "+third_party/mozilla",     # Mozilla interface headers.
39   "+third_party/skia",
40   "+third_party/zlib/google",
42   "+ui",