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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 "+content/test/net", | 78 "+content/test/net", |
79 "+courgette", | 79 "+courgette", |
80 "+device/bluetooth", | 80 "+device/bluetooth", |
81 "+device/core", | 81 "+device/core", |
82 "+device/hid", | 82 "+device/hid", |
83 "+device/usb", | 83 "+device/usb", |
84 "+device/media_transfer_protocol", | 84 "+device/media_transfer_protocol", |
85 "+extensions/browser", | 85 "+extensions/browser", |
86 "+extensions/common", | 86 "+extensions/common", |
87 "+extensions/grit", | 87 "+extensions/grit", |
| 88 "+extensions/test", |
88 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 89 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
89 "+google_apis", | 90 "+google_apis", |
90 "+google_update", | 91 "+google_update", |
91 "+grit", # TODO(thestig) Remove. For generated headers | 92 "+grit", # TODO(thestig) Remove. For generated headers |
92 "+installer_util_strings", # For generated headers | 93 "+installer_util_strings", # For generated headers |
93 "+jni", | 94 "+jni", |
94 "+media/base", # For media switches | 95 "+media/base", # For media switches |
95 "+policy", # For generated headers and source | 96 "+policy", # For generated headers and source |
96 "+ppapi/c", # For various types. | 97 "+ppapi/c", # For various types. |
97 "+ppapi/host", | 98 "+ppapi/host", |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 "+third_party/WebKit/public/web/WebCache.h", | 156 "+third_party/WebKit/public/web/WebCache.h", |
156 "+third_party/WebKit/public/web/WebContextMenuData.h", | 157 "+third_party/WebKit/public/web/WebContextMenuData.h", |
157 "+third_party/WebKit/public/web/WebFindOptions.h", | 158 "+third_party/WebKit/public/web/WebFindOptions.h", |
158 "+third_party/WebKit/public/web/WebInputEvent.h", | 159 "+third_party/WebKit/public/web/WebInputEvent.h", |
159 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 160 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
160 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 161 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
161 "+third_party/WebKit/public/web/WebPluginAction.h", | 162 "+third_party/WebKit/public/web/WebPluginAction.h", |
162 "+third_party/WebKit/public/web/WebTextDirection.h", | 163 "+third_party/WebKit/public/web/WebTextDirection.h", |
163 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 164 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
164 ] | 165 ] |
OLD | NEW |