OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+athena/content/public", | 4 "+athena/content/public", |
5 "+chrome/app", | 5 "+chrome/app", |
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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 "+components/translate/content/common", | 76 "+components/translate/content/common", |
77 "+components/translate/core/browser", | 77 "+components/translate/core/browser", |
78 "+components/translate/core/common", | 78 "+components/translate/core/common", |
79 "+components/ui", | 79 "+components/ui", |
80 "+components/url_matcher", | 80 "+components/url_matcher", |
81 "+components/user_manager", | 81 "+components/user_manager", |
82 "+components/user_prefs", | 82 "+components/user_prefs", |
83 "+components/web_modal", | 83 "+components/web_modal", |
84 "+components/web_cache/browser", | 84 "+components/web_cache/browser", |
85 "+components/webdata/common", | 85 "+components/webdata/common", |
| 86 "+components/webdata_services", |
86 "+components/web_resource", | 87 "+components/web_resource", |
87 "+content/public/browser", | 88 "+content/public/browser", |
88 "+content/test/net", | 89 "+content/test/net", |
89 "+courgette", | 90 "+courgette", |
90 "+device/bluetooth", | 91 "+device/bluetooth", |
91 "+device/core", | 92 "+device/core", |
92 "+device/hid", | 93 "+device/hid", |
93 "+device/usb", | 94 "+device/usb", |
94 "+device/media_transfer_protocol", | 95 "+device/media_transfer_protocol", |
95 "+extensions/browser", | 96 "+extensions/browser", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
167 "+third_party/WebKit/public/web/WebCache.h", | 168 "+third_party/WebKit/public/web/WebCache.h", |
168 "+third_party/WebKit/public/web/WebContextMenuData.h", | 169 "+third_party/WebKit/public/web/WebContextMenuData.h", |
169 "+third_party/WebKit/public/web/WebFindOptions.h", | 170 "+third_party/WebKit/public/web/WebFindOptions.h", |
170 "+third_party/WebKit/public/web/WebInputEvent.h", | 171 "+third_party/WebKit/public/web/WebInputEvent.h", |
171 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 172 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
172 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 173 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
173 "+third_party/WebKit/public/web/WebPluginAction.h", | 174 "+third_party/WebKit/public/web/WebPluginAction.h", |
174 "+third_party/WebKit/public/web/WebTextDirection.h", | 175 "+third_party/WebKit/public/web/WebTextDirection.h", |
175 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 176 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
176 ] | 177 ] |
OLD | NEW |