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