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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "+third_party/libjingle", | 64 "+third_party/libjingle", |
65 "+third_party/mojo/src/mojo/edk/embedder", | 65 "+third_party/mojo/src/mojo/edk/embedder", |
66 "+third_party/mojo/src/mojo/edk/js", | 66 "+third_party/mojo/src/mojo/edk/js", |
67 "+third_party/mojo/src/mojo/edk/test", | 67 "+third_party/mojo/src/mojo/edk/test", |
68 "+third_party/mozilla", | 68 "+third_party/mozilla", |
69 "+third_party/npapi/bindings", | 69 "+third_party/npapi/bindings", |
70 "+third_party/ocmock", | 70 "+third_party/ocmock", |
71 "+third_party/re2", | 71 "+third_party/re2", |
72 "+third_party/skia", | 72 "+third_party/skia", |
73 "+third_party/sqlite", | 73 "+third_party/sqlite", |
74 "+third_party/tcmalloc", | |
75 "+third_party/khronos", | 74 "+third_party/khronos", |
76 "+third_party/webrtc", | 75 "+third_party/webrtc", |
77 "+third_party/zlib/google", | 76 "+third_party/zlib/google", |
78 "+third_party/WebKit/public/platform", | 77 "+third_party/WebKit/public/platform", |
79 "+third_party/WebKit/public/web", | 78 "+third_party/WebKit/public/web", |
80 | 79 |
81 "+ui/accelerated_widget_mac", | 80 "+ui/accelerated_widget_mac", |
82 "+ui/accessibility", | 81 "+ui/accessibility", |
83 "+ui/android", | 82 "+ui/android", |
84 # Aura is analogous to Win32 or a Gtk, so it is allowed. | 83 # Aura is analogous to Win32 or a Gtk, so it is allowed. |
(...skipping 26 matching lines...) Expand all Loading... |
111 # 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 |
112 # explicit. | 111 # explicit. |
113 "-ui/views", | 112 "-ui/views", |
114 | 113 |
115 "+storage/browser", | 114 "+storage/browser", |
116 "+storage/common", | 115 "+storage/common", |
117 | 116 |
118 # For generated JNI includes. | 117 # For generated JNI includes. |
119 "+jni", | 118 "+jni", |
120 ] | 119 ] |
OLD | NEW |