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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 "+extensions/test", | 128 "+extensions/test", |
129 "+gin", | 129 "+gin", |
130 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 130 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
131 "+google_apis", | 131 "+google_apis", |
132 "+google_update", | 132 "+google_update", |
133 "+grit", # TODO(thestig) Remove. For generated headers | 133 "+grit", # TODO(thestig) Remove. For generated headers |
134 "+installer_util_strings", # For generated headers | 134 "+installer_util_strings", # For generated headers |
135 "+jni", | 135 "+jni", |
136 "+media/audio", # For media audio hang monitor. | 136 "+media/audio", # For media audio hang monitor. |
137 "+media/base", # For media switches | 137 "+media/base", # For media switches |
| 138 "+media/midi", # For midi switches |
138 "+mojo/application/public/cpp", | 139 "+mojo/application/public/cpp", |
139 "+policy", # For generated headers and source | 140 "+policy", # For generated headers and source |
140 "+ppapi/c", # For various types. | 141 "+ppapi/c", # For various types. |
141 "+ppapi/host", | 142 "+ppapi/host", |
142 "+ppapi/proxy", | 143 "+ppapi/proxy", |
143 "+ppapi/shared_impl", | 144 "+ppapi/shared_impl", |
144 # Defines some types that are marshalled over IPC. | 145 # Defines some types that are marshalled over IPC. |
145 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 146 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
146 "+rlz", | 147 "+rlz", |
147 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 148 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
196 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 197 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
197 "+third_party/WebKit/public/web/WebCache.h", | 198 "+third_party/WebKit/public/web/WebCache.h", |
198 "+third_party/WebKit/public/web/WebContextMenuData.h", | 199 "+third_party/WebKit/public/web/WebContextMenuData.h", |
199 "+third_party/WebKit/public/web/WebFindOptions.h", | 200 "+third_party/WebKit/public/web/WebFindOptions.h", |
200 "+third_party/WebKit/public/web/WebInputEvent.h", | 201 "+third_party/WebKit/public/web/WebInputEvent.h", |
201 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 202 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
202 "+third_party/WebKit/public/web/WebPluginAction.h", | 203 "+third_party/WebKit/public/web/WebPluginAction.h", |
203 "+third_party/WebKit/public/web/WebTextDirection.h", | 204 "+third_party/WebKit/public/web/WebTextDirection.h", |
204 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 205 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
205 ] | 206 ] |
OLD | NEW |