OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+ash", | 2 "+ash", |
3 "+base/prefs", | 3 "+base/prefs", |
4 "+crypto", | 4 "+crypto", |
5 "+gpu", | 5 "+gpu", |
6 "+jni", | 6 "+jni", |
7 "+leveldb", | 7 "+leveldb", |
8 "+net", | 8 "+net", |
9 "+printing", | 9 "+printing", |
10 "+sql", | 10 "+sql", |
(...skipping 12 matching lines...) Expand all Loading... |
23 "+native_client/src/trusted/service_runtime/win", | 23 "+native_client/src/trusted/service_runtime/win", |
24 "+native_client/src/shared/imc", | 24 "+native_client/src/shared/imc", |
25 | 25 |
26 # The subdirectories in chrome/ will manually allow their own include | 26 # The subdirectories in chrome/ will manually allow their own include |
27 # directories in chrome/ so we disallow all of them. | 27 # directories in chrome/ so we disallow all of them. |
28 "-chrome", | 28 "-chrome", |
29 "+chrome/common", | 29 "+chrome/common", |
30 "+chrome/test", | 30 "+chrome/test", |
31 "+components/json_schema", | 31 "+components/json_schema", |
32 "+components/sessions", | 32 "+components/sessions", |
| 33 "+components/variations", |
33 "+components/visitedlink/common", | 34 "+components/visitedlink/common", |
34 "+content/public/common", | 35 "+content/public/common", |
35 "+content/public/test", | 36 "+content/public/test", |
36 "+content/test/gpu", | 37 "+content/test/gpu", |
37 "+content/test/net", | 38 "+content/test/net", |
38 | 39 |
39 # Don't allow inclusion of these other libs we shouldn't be calling directly. | 40 # Don't allow inclusion of these other libs we shouldn't be calling directly. |
40 "-webkit", | 41 "-webkit", |
41 "-tools", | 42 "-tools", |
42 | 43 |
43 "-crypto/third_party", | 44 "-crypto/third_party", |
44 | 45 |
45 # Allow inclusion of WebKit API files. | 46 # Allow inclusion of WebKit API files. |
46 "+third_party/WebKit/public/platform", | 47 "+third_party/WebKit/public/platform", |
47 "+third_party/WebKit/public/web", | 48 "+third_party/WebKit/public/web", |
48 | 49 |
49 # Allow inclusion of third-party code: | 50 # Allow inclusion of third-party code: |
50 "+third_party/hunspell", | 51 "+third_party/hunspell", |
51 "+third_party/libxml", | 52 "+third_party/libxml", |
52 "+third_party/mozilla", # Mozilla interface headers. | 53 "+third_party/mozilla", # Mozilla interface headers. |
53 "+third_party/npapi", # NPAPI interface headers. | 54 "+third_party/npapi", # NPAPI interface headers. |
54 "+third_party/skia", | 55 "+third_party/skia", |
55 "+third_party/tcmalloc", | 56 "+third_party/tcmalloc", |
56 "+third_party/zlib/google", | 57 "+third_party/zlib/google", |
57 "+third_party/GTM", # Google Toolbox for Mac. | 58 "+third_party/GTM", # Google Toolbox for Mac. |
58 | 59 |
59 "+ui", | 60 "+ui", |
60 ] | 61 ] |
OLD | NEW |