OLD | NEW |
1 # Do NOT add chrome to the list below. We shouldn't be including files from | 1 # Do NOT add chrome to the list below. We shouldn't be including files from |
2 # src/chrome in src/content. | 2 # src/chrome in src/content. |
3 include_rules = [ | 3 include_rules = [ |
4 # The subdirectories in content/ will manually allow their own include | 4 # The subdirectories in content/ will manually allow their own include |
5 # directories in content/ so we disallow all of them. | 5 # directories in content/ so we disallow all of them. |
6 "-content", | 6 "-content", |
7 "+content/common", | 7 "+content/common", |
8 "+content/port/common", | 8 "+content/port/common", |
9 "+content/public/common", | 9 "+content/public/common", |
10 "+content/public/test", | 10 "+content/public/test", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 # implementations that are strongly tied to Google servers, i.e. we | 43 # implementations that are strongly tied to Google servers, i.e. we |
44 # don't expect alternate implementations to be provided by the | 44 # don't expect alternate implementations to be provided by the |
45 # embedder. | 45 # embedder. |
46 "-google_apis", | 46 "-google_apis", |
47 | 47 |
48 # Don't allow inclusion of these other libs we shouldn't be calling directly. | 48 # Don't allow inclusion of these other libs we shouldn't be calling directly. |
49 "-v8", | 49 "-v8", |
50 "-tools", | 50 "-tools", |
51 | 51 |
52 # Allow inclusion of third-party code: | 52 # Allow inclusion of third-party code: |
| 53 "+components/zip", |
53 "+third_party/angle", | 54 "+third_party/angle", |
54 "+third_party/flac", | 55 "+third_party/flac", |
55 "+third_party/gpsd", | 56 "+third_party/gpsd", |
56 "+third_party/mozilla", | 57 "+third_party/mozilla", |
57 "+third_party/npapi/bindings", | 58 "+third_party/npapi/bindings", |
58 "+third_party/skia", | 59 "+third_party/skia", |
59 "+third_party/sqlite", | 60 "+third_party/sqlite", |
60 "+third_party/tcmalloc", | 61 "+third_party/tcmalloc", |
61 "+third_party/khronos", | 62 "+third_party/khronos", |
62 "+third_party/webrtc", | 63 "+third_party/webrtc", |
(...skipping 23 matching lines...) Expand all Loading... |
86 # explicit. | 87 # explicit. |
87 "-ui/views", | 88 "-ui/views", |
88 | 89 |
89 "+webkit", | 90 "+webkit", |
90 "-webkit/dom_storage", | 91 "-webkit/dom_storage", |
91 "+webkit/dom_storage/dom_storage_types.h", | 92 "+webkit/dom_storage/dom_storage_types.h", |
92 | 93 |
93 # For generated JNI includes. | 94 # For generated JNI includes. |
94 "+jni", | 95 "+jni", |
95 ] | 96 ] |
OLD | NEW |