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