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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 "+components/translate/content/common", | 71 "+components/translate/content/common", |
72 "+components/translate/core/browser", | 72 "+components/translate/core/browser", |
73 "+components/translate/core/common", | 73 "+components/translate/core/common", |
74 "+components/url_matcher", | 74 "+components/url_matcher", |
75 "+components/user_manager", | 75 "+components/user_manager", |
76 "+components/user_prefs", | 76 "+components/user_prefs", |
77 "+components/web_modal", | 77 "+components/web_modal", |
78 "+components/web_cache/browser", | 78 "+components/web_cache/browser", |
79 "+components/webdata/common", | 79 "+components/webdata/common", |
80 "+content/public/browser", | 80 "+content/public/browser", |
81 "+content/test/net", | 81 "+content/test", |
82 "+courgette", | 82 "+courgette", |
83 "+device/bluetooth", | 83 "+device/bluetooth", |
84 "+device/core", | 84 "+device/core", |
85 "+device/hid", | 85 "+device/hid", |
86 "+device/usb", | 86 "+device/usb", |
87 "+device/media_transfer_protocol", | 87 "+device/media_transfer_protocol", |
88 "+extensions/browser", | 88 "+extensions/browser", |
89 "+extensions/common", | 89 "+extensions/common", |
90 "+extensions/grit", | 90 "+extensions/grit", |
91 "+extensions/test", | 91 "+extensions/test", |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 "+third_party/WebKit/public/web/WebCache.h", | 157 "+third_party/WebKit/public/web/WebCache.h", |
158 "+third_party/WebKit/public/web/WebContextMenuData.h", | 158 "+third_party/WebKit/public/web/WebContextMenuData.h", |
159 "+third_party/WebKit/public/web/WebFindOptions.h", | 159 "+third_party/WebKit/public/web/WebFindOptions.h", |
160 "+third_party/WebKit/public/web/WebInputEvent.h", | 160 "+third_party/WebKit/public/web/WebInputEvent.h", |
161 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 161 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
162 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 162 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
163 "+third_party/WebKit/public/web/WebPluginAction.h", | 163 "+third_party/WebKit/public/web/WebPluginAction.h", |
164 "+third_party/WebKit/public/web/WebTextDirection.h", | 164 "+third_party/WebKit/public/web/WebTextDirection.h", |
165 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 165 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
166 ] | 166 ] |
OLD | NEW |