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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 "+gin", | 146 "+gin", |
147 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 147 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
148 "+google_apis", | 148 "+google_apis", |
149 "+google_update", | 149 "+google_update", |
150 "+grit", # TODO(thestig) Remove. For generated headers | 150 "+grit", # TODO(thestig) Remove. For generated headers |
151 "+installer_util_strings", # For generated headers | 151 "+installer_util_strings", # For generated headers |
152 "+jni", | 152 "+jni", |
153 "+media/audio", # For media audio hang monitor. | 153 "+media/audio", # For media audio hang monitor. |
154 "+media/base", # For media switches | 154 "+media/base", # For media switches |
155 "+media/midi", # For midi switches | 155 "+media/midi", # For midi switches |
156 "+mojo/application/public/cpp", | 156 "+mojo/shell/public/cpp", |
157 "+mojo/converters", | 157 "+mojo/converters", |
158 "+mojo/runner/child", | 158 "+mojo/runner/child", |
159 "+policy", # For generated headers and source | 159 "+policy", # For generated headers and source |
160 "+ppapi/c", # For various types. | 160 "+ppapi/c", # For various types. |
161 "+ppapi/host", | 161 "+ppapi/host", |
162 "+ppapi/proxy", | 162 "+ppapi/proxy", |
163 "+ppapi/shared_impl", | 163 "+ppapi/shared_impl", |
164 # Defines some types that are marshalled over IPC. | 164 # Defines some types that are marshalled over IPC. |
165 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 165 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
166 "+rlz", | 166 "+rlz", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
218 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 218 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
219 "+third_party/WebKit/public/web/WebCache.h", | 219 "+third_party/WebKit/public/web/WebCache.h", |
220 "+third_party/WebKit/public/web/WebContextMenuData.h", | 220 "+third_party/WebKit/public/web/WebContextMenuData.h", |
221 "+third_party/WebKit/public/web/WebFindOptions.h", | 221 "+third_party/WebKit/public/web/WebFindOptions.h", |
222 "+third_party/WebKit/public/web/WebInputEvent.h", | 222 "+third_party/WebKit/public/web/WebInputEvent.h", |
223 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 223 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
224 "+third_party/WebKit/public/web/WebPluginAction.h", | 224 "+third_party/WebKit/public/web/WebPluginAction.h", |
225 "+third_party/WebKit/public/web/WebTextDirection.h", | 225 "+third_party/WebKit/public/web/WebTextDirection.h", |
226 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 226 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
227 ] | 227 ] |
OLD | NEW |