OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
7 "+chrome_elf/chrome_elf_constants.h", | 7 "+chrome_elf/chrome_elf_constants.h", |
8 "+chrome_elf/create_file", | 8 "+chrome_elf/create_file", |
9 "+chrome_elf/dll_hash", | 9 "+chrome_elf/dll_hash", |
10 "+chromeos", | 10 "+chromeos", |
11 "+components/autofill/content/browser", | 11 "+components/autofill/content/browser", |
12 "+components/autofill/content/common", | 12 "+components/autofill/content/common", |
13 "+components/autofill/core/browser", | 13 "+components/autofill/core/browser", |
14 "+components/autofill/core/common", | 14 "+components/autofill/core/common", |
15 "+components/bookmarks/core/browser", | 15 "+components/bookmarks/core/browser", |
16 "+components/bookmarks/core/common", | 16 "+components/bookmarks/core/common", |
17 "+components/bookmarks/core/test", | 17 "+components/bookmarks/core/test", |
18 "+components/breakpad", | 18 "+components/breakpad", |
19 "+components/cloud_devices/common", | 19 "+components/cloud_devices/common", |
20 "+components/data_reduction_proxy", | 20 "+components/data_reduction_proxy", |
21 "+components/dom_distiller", | 21 "+components/dom_distiller", |
22 "+components/domain_reliability", | 22 "+components/domain_reliability", |
23 "+components/favicon_base", | 23 "+components/favicon_base", |
| 24 "+components/feedback", |
24 "+components/infobars", | 25 "+components/infobars", |
25 "+components/keyed_service", | 26 "+components/keyed_service", |
26 "+components/language_usage_metrics", | 27 "+components/language_usage_metrics", |
27 "+components/nacl/browser", | 28 "+components/nacl/browser", |
28 "+components/nacl/common", | 29 "+components/nacl/common", |
29 "+components/navigation_interception", | 30 "+components/navigation_interception", |
30 "+components/navigation_metrics", | 31 "+components/navigation_metrics", |
31 "+components/os_crypt", | 32 "+components/os_crypt", |
32 "+components/password_manager", | 33 "+components/password_manager", |
33 "+components/policy", | 34 "+components/policy", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
122 "+third_party/WebKit/public/web/WebContextMenuData.h", | 123 "+third_party/WebKit/public/web/WebContextMenuData.h", |
123 "+third_party/WebKit/public/web/WebFindOptions.h", | 124 "+third_party/WebKit/public/web/WebFindOptions.h", |
124 "+third_party/WebKit/public/web/WebInputEvent.h", | 125 "+third_party/WebKit/public/web/WebInputEvent.h", |
125 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 126 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
126 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 127 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
127 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 128 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
128 "+third_party/WebKit/public/web/WebPluginAction.h", | 129 "+third_party/WebKit/public/web/WebPluginAction.h", |
129 "+third_party/WebKit/public/web/WebTextDirection.h", | 130 "+third_party/WebKit/public/web/WebTextDirection.h", |
130 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 131 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
131 ] | 132 ] |
OLD | NEW |