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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "+components/url_formatter", | 99 "+components/url_formatter", |
100 "+components/url_matcher", | 100 "+components/url_matcher", |
101 "+components/user_manager", | 101 "+components/user_manager", |
102 "+components/user_prefs", | 102 "+components/user_prefs", |
103 "+components/version_info", | 103 "+components/version_info", |
104 "+components/web_cache/browser", | 104 "+components/web_cache/browser", |
105 "+components/web_modal", | 105 "+components/web_modal", |
106 "+components/web_resource", | 106 "+components/web_resource", |
107 "+components/webdata/common", | 107 "+components/webdata/common", |
108 "+components/webdata_services", | 108 "+components/webdata_services", |
| 109 "+components/webusb", |
109 "+content/public/browser", | 110 "+content/public/browser", |
110 "+content/test/net", | 111 "+content/test/net", |
111 "+courgette", | 112 "+courgette", |
112 "+device/bluetooth", | 113 "+device/bluetooth", |
113 "+device/core", | 114 "+device/core", |
114 "+device/devices_app/public", | 115 "+device/devices_app/public", |
115 "+device/hid", | 116 "+device/hid", |
116 "+device/usb", | 117 "+device/usb", |
117 "+device/media_transfer_protocol", | 118 "+device/media_transfer_protocol", |
118 "+extensions/browser", | 119 "+extensions/browser", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 191 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
191 "+third_party/WebKit/public/web/WebCache.h", | 192 "+third_party/WebKit/public/web/WebCache.h", |
192 "+third_party/WebKit/public/web/WebContextMenuData.h", | 193 "+third_party/WebKit/public/web/WebContextMenuData.h", |
193 "+third_party/WebKit/public/web/WebFindOptions.h", | 194 "+third_party/WebKit/public/web/WebFindOptions.h", |
194 "+third_party/WebKit/public/web/WebInputEvent.h", | 195 "+third_party/WebKit/public/web/WebInputEvent.h", |
195 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 196 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
196 "+third_party/WebKit/public/web/WebPluginAction.h", | 197 "+third_party/WebKit/public/web/WebPluginAction.h", |
197 "+third_party/WebKit/public/web/WebTextDirection.h", | 198 "+third_party/WebKit/public/web/WebTextDirection.h", |
198 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 199 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
199 ] | 200 ] |
OLD | NEW |