OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
7 "+chrome/installer", | 7 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 "+gin", | 147 "+gin", |
148 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 148 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
149 "+google_apis", | 149 "+google_apis", |
150 "+google_update", | 150 "+google_update", |
151 "+grit", # TODO(thestig) Remove. For generated headers | 151 "+grit", # TODO(thestig) Remove. For generated headers |
152 "+installer_util_strings", # For generated headers | 152 "+installer_util_strings", # For generated headers |
153 "+jni", | 153 "+jni", |
154 "+media/audio", # For media audio hang monitor. | 154 "+media/audio", # For media audio hang monitor. |
155 "+media/base", # For media switches | 155 "+media/base", # For media switches |
156 "+media/midi", # For midi switches | 156 "+media/midi", # For midi switches |
| 157 "+media/mojo", # For mojo media services. |
157 "+mojo/shell/public/cpp", | 158 "+mojo/shell/public/cpp", |
158 "+mojo/converters", | 159 "+mojo/converters", |
159 "+mojo/runner/child", | 160 "+mojo/runner/child", |
160 "+policy", # For generated headers and source | 161 "+policy", # For generated headers and source |
161 "+ppapi/c", # For various types. | 162 "+ppapi/c", # For various types. |
162 "+ppapi/host", | 163 "+ppapi/host", |
163 "+ppapi/proxy", | 164 "+ppapi/proxy", |
164 "+ppapi/shared_impl", | 165 "+ppapi/shared_impl", |
165 # Defines some types that are marshalled over IPC. | 166 # Defines some types that are marshalled over IPC. |
166 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 167 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 220 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
220 "+third_party/WebKit/public/web/WebCache.h", | 221 "+third_party/WebKit/public/web/WebCache.h", |
221 "+third_party/WebKit/public/web/WebContextMenuData.h", | 222 "+third_party/WebKit/public/web/WebContextMenuData.h", |
222 "+third_party/WebKit/public/web/WebFindOptions.h", | 223 "+third_party/WebKit/public/web/WebFindOptions.h", |
223 "+third_party/WebKit/public/web/WebInputEvent.h", | 224 "+third_party/WebKit/public/web/WebInputEvent.h", |
224 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 225 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
225 "+third_party/WebKit/public/web/WebPluginAction.h", | 226 "+third_party/WebKit/public/web/WebPluginAction.h", |
226 "+third_party/WebKit/public/web/WebTextDirection.h", | 227 "+third_party/WebKit/public/web/WebTextDirection.h", |
227 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 228 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
228 ] | 229 ] |
OLD | NEW |