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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 "+components/handoff", | 51 "+components/handoff", |
52 "+components/history", | 52 "+components/history", |
53 "+components/infobars", | 53 "+components/infobars", |
54 "+components/invalidation", | 54 "+components/invalidation", |
55 "+components/keyed_service", | 55 "+components/keyed_service", |
56 "+components/language_usage_metrics", | 56 "+components/language_usage_metrics", |
57 "+components/leveldb_proto", | 57 "+components/leveldb_proto", |
58 "+components/metrics", | 58 "+components/metrics", |
59 "+components/metrics_services_manager", | 59 "+components/metrics_services_manager", |
60 "+components/mime_util", | 60 "+components/mime_util", |
| 61 "+components/mus/public/interfaces", |
61 "+components/nacl/browser", | 62 "+components/nacl/browser", |
62 "+components/nacl/common", | 63 "+components/nacl/common", |
63 "+components/navigation_interception", | 64 "+components/navigation_interception", |
64 "+components/navigation_metrics", | 65 "+components/navigation_metrics", |
65 "+components/net_log", | 66 "+components/net_log", |
66 "+components/network_hints", | 67 "+components/network_hints", |
67 "+components/network_time", | 68 "+components/network_time", |
68 "+components/offline_pages", | 69 "+components/offline_pages", |
69 "+components/omnibox/browser", | 70 "+components/omnibox/browser", |
70 "+components/os_crypt", | 71 "+components/os_crypt", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 143 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
143 "+google_apis", | 144 "+google_apis", |
144 "+google_update", | 145 "+google_update", |
145 "+grit", # TODO(thestig) Remove. For generated headers | 146 "+grit", # TODO(thestig) Remove. For generated headers |
146 "+installer_util_strings", # For generated headers | 147 "+installer_util_strings", # For generated headers |
147 "+jni", | 148 "+jni", |
148 "+media/audio", # For media audio hang monitor. | 149 "+media/audio", # For media audio hang monitor. |
149 "+media/base", # For media switches | 150 "+media/base", # For media switches |
150 "+media/midi", # For midi switches | 151 "+media/midi", # For midi switches |
151 "+mojo/application/public/cpp", | 152 "+mojo/application/public/cpp", |
| 153 "+mojo/converters", |
152 "+mojo/runner/child", | 154 "+mojo/runner/child", |
153 "+policy", # For generated headers and source | 155 "+policy", # For generated headers and source |
154 "+ppapi/c", # For various types. | 156 "+ppapi/c", # For various types. |
155 "+ppapi/host", | 157 "+ppapi/host", |
156 "+ppapi/proxy", | 158 "+ppapi/proxy", |
157 "+ppapi/shared_impl", | 159 "+ppapi/shared_impl", |
158 # Defines some types that are marshalled over IPC. | 160 # Defines some types that are marshalled over IPC. |
159 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 161 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
160 "+rlz", | 162 "+rlz", |
161 "+sandbox/win/src", # The path doesn't say it, but this is the Windows sandbo
x. | 163 "+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... |
210 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 212 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
211 "+third_party/WebKit/public/web/WebCache.h", | 213 "+third_party/WebKit/public/web/WebCache.h", |
212 "+third_party/WebKit/public/web/WebContextMenuData.h", | 214 "+third_party/WebKit/public/web/WebContextMenuData.h", |
213 "+third_party/WebKit/public/web/WebFindOptions.h", | 215 "+third_party/WebKit/public/web/WebFindOptions.h", |
214 "+third_party/WebKit/public/web/WebInputEvent.h", | 216 "+third_party/WebKit/public/web/WebInputEvent.h", |
215 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 217 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
216 "+third_party/WebKit/public/web/WebPluginAction.h", | 218 "+third_party/WebKit/public/web/WebPluginAction.h", |
217 "+third_party/WebKit/public/web/WebTextDirection.h", | 219 "+third_party/WebKit/public/web/WebTextDirection.h", |
218 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 220 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
219 ] | 221 ] |
OLD | NEW |