OLD | NEW |
1 # Do NOT add chrome to the list below. We shouldn't be including files | 1 # Do NOT add chrome to the list below. We shouldn't be including files |
2 # from src/chrome in src/content. Also, we may only depend on files in | 2 # from src/chrome in src/content. Also, we may only depend on files in |
3 # src/components that are shared with the mojo html_viewer. | 3 # src/components that are shared with the mojo html_viewer. |
4 include_rules = [ | 4 include_rules = [ |
5 # The subdirectories in content/ will manually allow their own include | 5 # The subdirectories in content/ will manually allow their own include |
6 # directories in content/ so we disallow all of them. | 6 # directories in content/ so we disallow all of them. |
7 "-content", | 7 "-content", |
8 "+content/app/resources/grit/content_resources.h", | 8 "+content/app/resources/grit/content_resources.h", |
9 "+content/common", | 9 "+content/common", |
10 "+content/grit", | 10 "+content/grit", |
(...skipping 13 matching lines...) Expand all Loading... |
24 "-cc/blink", | 24 "-cc/blink", |
25 # If you want to use any of these files, move them to src/base first. | 25 # If you want to use any of these files, move them to src/base first. |
26 "-cc/base/scoped_ptr_algorithm.h", | 26 "-cc/base/scoped_ptr_algorithm.h", |
27 "-cc/base/scoped_ptr_deque.h", | 27 "-cc/base/scoped_ptr_deque.h", |
28 "-cc/base/scoped_ptr_vector.h", | 28 "-cc/base/scoped_ptr_vector.h", |
29 | 29 |
30 "+crypto", | 30 "+crypto", |
31 "+grit/blink_resources.h", | 31 "+grit/blink_resources.h", |
32 "+grit/content_strings.h", | 32 "+grit/content_strings.h", |
33 | 33 |
| 34 "+components/device_event_log", |
34 "+dbus", | 35 "+dbus", |
35 "+gpu", | 36 "+gpu", |
36 "+mojo/common", | 37 "+mojo/common", |
37 "+mojo/message_pump", | 38 "+mojo/message_pump", |
38 "+mojo/public", | 39 "+mojo/public", |
39 "+net", | 40 "+net", |
40 "+ppapi", | 41 "+ppapi", |
41 "+printing", | 42 "+printing", |
42 "+sandbox", | 43 "+sandbox", |
43 "+skia", | 44 "+skia", |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
111 # line, since the top level DEPS doesn't allow it, we add it to make this | 112 # line, since the top level DEPS doesn't allow it, we add it to make this |
112 # explicit. | 113 # explicit. |
113 "-ui/views", | 114 "-ui/views", |
114 | 115 |
115 "+storage/browser", | 116 "+storage/browser", |
116 "+storage/common", | 117 "+storage/common", |
117 | 118 |
118 # For generated JNI includes. | 119 # For generated JNI includes. |
119 "+jni", | 120 "+jni", |
120 ] | 121 ] |
OLD | NEW |