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/breakpad", | 15 "+components/breakpad", |
16 "+components/browser_context_keyed_service", | 16 "+components/browser_context_keyed_service", |
17 "+components/dom_distiller", | 17 "+components/dom_distiller", |
18 "+components/encryptor", | |
19 "+components/keyed_service", | 18 "+components/keyed_service", |
20 "+components/language_usage_metrics", | 19 "+components/language_usage_metrics", |
21 "+components/nacl/browser", | 20 "+components/nacl/browser", |
22 "+components/nacl/common", | 21 "+components/nacl/common", |
23 "+components/navigation_interception", | 22 "+components/navigation_interception", |
24 "+components/navigation_metrics", | 23 "+components/navigation_metrics", |
| 24 "+components/os_crypt", |
25 "+components/password_manager", | 25 "+components/password_manager", |
26 "+components/policy", | 26 "+components/policy", |
27 "+components/precache", | 27 "+components/precache", |
28 "+components/rappor", | 28 "+components/rappor", |
29 "+components/sessions", | 29 "+components/sessions", |
30 "+components/signin", | 30 "+components/signin", |
31 "+components/startup_metric_utils", | 31 "+components/startup_metric_utils", |
32 "+components/storage_monitor", | 32 "+components/storage_monitor", |
33 "+components/translate/content/browser", | 33 "+components/translate/content/browser", |
34 "+components/translate/core/browser", | 34 "+components/translate/core/browser", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
109 "+third_party/WebKit/public/web/WebContextMenuData.h", | 109 "+third_party/WebKit/public/web/WebContextMenuData.h", |
110 "+third_party/WebKit/public/web/WebFindOptions.h", | 110 "+third_party/WebKit/public/web/WebFindOptions.h", |
111 "+third_party/WebKit/public/web/WebInputEvent.h", | 111 "+third_party/WebKit/public/web/WebInputEvent.h", |
112 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 112 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
113 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 113 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
114 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 114 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
115 "+third_party/WebKit/public/web/WebPluginAction.h", | 115 "+third_party/WebKit/public/web/WebPluginAction.h", |
116 "+third_party/WebKit/public/web/WebTextDirection.h", | 116 "+third_party/WebKit/public/web/WebTextDirection.h", |
117 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 117 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
118 ] | 118 ] |
OLD | NEW |