OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/grit", # For generated headers | 5 "+chrome/grit", # For generated headers |
6 "+chrome/installer", | 6 "+chrome/installer", |
7 "+chrome_elf/blacklist", | 7 "+chrome_elf/blacklist", |
8 "+chrome_elf/chrome_elf_constants.h", | 8 "+chrome_elf/chrome_elf_constants.h", |
9 "+chrome_elf/create_file", | 9 "+chrome_elf/create_file", |
10 "+chrome_elf/dll_hash", | 10 "+chrome_elf/dll_hash", |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 "+components/signin", | 59 "+components/signin", |
60 "+components/startup_metric_utils", | 60 "+components/startup_metric_utils", |
61 "+components/storage_monitor", | 61 "+components/storage_monitor", |
62 "+components/suggestions", | 62 "+components/suggestions", |
63 "+components/sync_driver", | 63 "+components/sync_driver", |
64 "+components/translate/content/browser", | 64 "+components/translate/content/browser", |
65 "+components/translate/content/common", | 65 "+components/translate/content/common", |
66 "+components/translate/core/browser", | 66 "+components/translate/core/browser", |
67 "+components/translate/core/common", | 67 "+components/translate/core/common", |
68 "+components/url_matcher", | 68 "+components/url_matcher", |
| 69 "+components/user_manager", |
69 "+components/user_prefs", | 70 "+components/user_prefs", |
70 "+components/web_modal", | 71 "+components/web_modal", |
71 "+components/webdata/common", | 72 "+components/webdata/common", |
72 "+content/public/browser", | 73 "+content/public/browser", |
73 "+content/test/net", | 74 "+content/test/net", |
74 "+courgette", | 75 "+courgette", |
75 "+device/bluetooth", | 76 "+device/bluetooth", |
76 "+device/media_transfer_protocol", | 77 "+device/media_transfer_protocol", |
77 "+extensions/browser", | 78 "+extensions/browser", |
78 "+extensions/common", | 79 "+extensions/common", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "+third_party/WebKit/public/web/WebCache.h", | 146 "+third_party/WebKit/public/web/WebCache.h", |
146 "+third_party/WebKit/public/web/WebContextMenuData.h", | 147 "+third_party/WebKit/public/web/WebContextMenuData.h", |
147 "+third_party/WebKit/public/web/WebFindOptions.h", | 148 "+third_party/WebKit/public/web/WebFindOptions.h", |
148 "+third_party/WebKit/public/web/WebInputEvent.h", | 149 "+third_party/WebKit/public/web/WebInputEvent.h", |
149 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 150 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
150 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 151 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
151 "+third_party/WebKit/public/web/WebPluginAction.h", | 152 "+third_party/WebKit/public/web/WebPluginAction.h", |
152 "+third_party/WebKit/public/web/WebTextDirection.h", | 153 "+third_party/WebKit/public/web/WebTextDirection.h", |
153 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 154 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
154 ] | 155 ] |
OLD | NEW |