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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "+third_party/re2", | 68 "+third_party/re2", |
69 "+third_party/skia", | 69 "+third_party/skia", |
70 "+third_party/sqlite", | 70 "+third_party/sqlite", |
71 "+third_party/tcmalloc", | 71 "+third_party/tcmalloc", |
72 "+third_party/khronos", | 72 "+third_party/khronos", |
73 "+third_party/webrtc", | 73 "+third_party/webrtc", |
74 "+third_party/zlib/google", | 74 "+third_party/zlib/google", |
75 "+third_party/WebKit/public/platform", | 75 "+third_party/WebKit/public/platform", |
76 "+third_party/WebKit/public/web", | 76 "+third_party/WebKit/public/web", |
77 | 77 |
| 78 "+ui/accelerated_widget_mac", |
78 "+ui/accessibility", | 79 "+ui/accessibility", |
79 "+ui/android", | 80 "+ui/android", |
80 # Aura is analogous to Win32 or a Gtk, so it is allowed. | 81 # Aura is analogous to Win32 or a Gtk, so it is allowed. |
81 "+ui/aura", | 82 "+ui/aura", |
82 "+ui/base", | 83 "+ui/base", |
83 "+ui/compositor", | 84 "+ui/compositor", |
84 "+ui/events", | 85 "+ui/events", |
85 "+ui/gfx", | 86 "+ui/gfx", |
86 "+ui/gl", | 87 "+ui/gl", |
87 "+ui/native_theme", | 88 "+ui/native_theme", |
(...skipping 19 matching lines...) Expand all Loading... |
107 # explicit. | 108 # explicit. |
108 "-ui/views", | 109 "-ui/views", |
109 | 110 |
110 "+storage/browser", | 111 "+storage/browser", |
111 "+storage/common", | 112 "+storage/common", |
112 "+webkit", | 113 "+webkit", |
113 | 114 |
114 # For generated JNI includes. | 115 # For generated JNI includes. |
115 "+jni", | 116 "+jni", |
116 ] | 117 ] |
OLD | NEW |