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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
58 "+components/signin", | 58 "+components/signin", |
59 "+components/startup_metric_utils", | 59 "+components/startup_metric_utils", |
60 "+components/storage_monitor", | 60 "+components/storage_monitor", |
61 "+components/suggestions", | 61 "+components/suggestions", |
62 "+components/sync_driver", | 62 "+components/sync_driver", |
63 "+components/translate/content/browser", | 63 "+components/translate/content/browser", |
64 "+components/translate/content/common", | 64 "+components/translate/content/common", |
65 "+components/translate/core/browser", | 65 "+components/translate/core/browser", |
66 "+components/translate/core/common", | 66 "+components/translate/core/common", |
67 "+components/url_matcher", | 67 "+components/url_matcher", |
| 68 "+components/user_manager", |
68 "+components/user_prefs", | 69 "+components/user_prefs", |
69 "+components/web_modal", | 70 "+components/web_modal", |
70 "+components/webdata/common", | 71 "+components/webdata/common", |
71 "+content/public/browser", | 72 "+content/public/browser", |
72 "+content/test/net", | 73 "+content/test/net", |
73 "+courgette", | 74 "+courgette", |
74 "+device/bluetooth", | 75 "+device/bluetooth", |
75 "+device/media_transfer_protocol", | 76 "+device/media_transfer_protocol", |
76 "+extensions/browser", | 77 "+extensions/browser", |
77 "+extensions/common", | 78 "+extensions/common", |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
144 "+third_party/WebKit/public/web/WebCache.h", | 145 "+third_party/WebKit/public/web/WebCache.h", |
145 "+third_party/WebKit/public/web/WebContextMenuData.h", | 146 "+third_party/WebKit/public/web/WebContextMenuData.h", |
146 "+third_party/WebKit/public/web/WebFindOptions.h", | 147 "+third_party/WebKit/public/web/WebFindOptions.h", |
147 "+third_party/WebKit/public/web/WebInputEvent.h", | 148 "+third_party/WebKit/public/web/WebInputEvent.h", |
148 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 149 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
149 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 150 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
150 "+third_party/WebKit/public/web/WebPluginAction.h", | 151 "+third_party/WebKit/public/web/WebPluginAction.h", |
151 "+third_party/WebKit/public/web/WebTextDirection.h", | 152 "+third_party/WebKit/public/web/WebTextDirection.h", |
152 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 153 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
153 ] | 154 ] |
OLD | NEW |