OLD | NEW |
1 # Do NOT add chrome or components to the list below. We shouldn't be | 1 # Do NOT add chrome or components to the list below. We shouldn't be |
2 # including files from src/chrome or src/components in src/content. | 2 # including files from src/chrome or src/components 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/app/resources/grit/content_resources.h", | 7 "+content/app/resources/grit/content_resources.h", |
8 "+content/common", | 8 "+content/common", |
9 "+content/grit", | 9 "+content/grit", |
10 "+content/public/common", | 10 "+content/public/common", |
(...skipping 15 matching lines...) Expand all Loading... |
26 "-cc/base/scoped_ptr_deque.h", | 26 "-cc/base/scoped_ptr_deque.h", |
27 "-cc/base/scoped_ptr_vector.h", | 27 "-cc/base/scoped_ptr_vector.h", |
28 | 28 |
29 "+crypto", | 29 "+crypto", |
30 "+grit/blink_resources.h", | 30 "+grit/blink_resources.h", |
31 "+grit/content_strings.h", | 31 "+grit/content_strings.h", |
32 | 32 |
33 "+dbus", | 33 "+dbus", |
34 "+gpu", | 34 "+gpu", |
35 "+mojo/common", | 35 "+mojo/common", |
| 36 "+mojo/message_pump", |
36 "+net", | 37 "+net", |
37 "+ppapi", | 38 "+ppapi", |
38 "+printing", | 39 "+printing", |
39 "+sandbox", | 40 "+sandbox", |
40 "+skia", | 41 "+skia", |
41 | 42 |
42 # In general, content/ should not rely on google_apis, since URLs | 43 # In general, content/ should not rely on google_apis, since URLs |
43 # and access tokens should usually be provided by the | 44 # and access tokens should usually be provided by the |
44 # embedder. | 45 # embedder. |
45 # | 46 # |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 # line, since the top level DEPS doesn't allow it, we add it to make this | 110 # line, since the top level DEPS doesn't allow it, we add it to make this |
110 # explicit. | 111 # explicit. |
111 "-ui/views", | 112 "-ui/views", |
112 | 113 |
113 "+storage/browser", | 114 "+storage/browser", |
114 "+storage/common", | 115 "+storage/common", |
115 | 116 |
116 # For generated JNI includes. | 117 # For generated JNI includes. |
117 "+jni", | 118 "+jni", |
118 ] | 119 ] |
OLD | NEW |