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/installer", | 6 "+chrome/installer", |
6 "+chrome_elf/blacklist", | 7 "+chrome_elf/blacklist", |
7 "+chrome_elf/chrome_elf_constants.h", | 8 "+chrome_elf/chrome_elf_constants.h", |
8 "+chrome_elf/create_file", | 9 "+chrome_elf/create_file", |
9 "+chrome_elf/dll_hash", | 10 "+chrome_elf/dll_hash", |
10 "+chromeos", | 11 "+chromeos", |
11 "+components/autofill/content/browser", | 12 "+components/autofill/content/browser", |
12 "+components/autofill/content/common", | 13 "+components/autofill/content/common", |
13 "+components/autofill/core/browser", | 14 "+components/autofill/core/browser", |
14 "+components/autofill/core/common", | 15 "+components/autofill/core/common", |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 "+content/public/browser", | 71 "+content/public/browser", |
71 "+content/test/net", | 72 "+content/test/net", |
72 "+courgette", | 73 "+courgette", |
73 "+device/bluetooth", | 74 "+device/bluetooth", |
74 "+device/media_transfer_protocol", | 75 "+device/media_transfer_protocol", |
75 "+extensions/browser", | 76 "+extensions/browser", |
76 "+extensions/common", | 77 "+extensions/common", |
77 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 78 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
78 "+google_apis", | 79 "+google_apis", |
79 "+google_update", | 80 "+google_update", |
80 "+grit", # For generated headers | 81 "+grit", # TODO(thestig) Remove. For generated headers |
81 "+installer_util_strings", # For generated headers | 82 "+installer_util_strings", # For generated headers |
82 "+jni", | 83 "+jni", |
83 "+media/base", # For media switches | 84 "+media/base", # For media switches |
84 "+policy", # For generated headers and source | 85 "+policy", # For generated headers and source |
85 "+ppapi/c", # For various types. | 86 "+ppapi/c", # For various types. |
86 "+ppapi/host", | 87 "+ppapi/host", |
87 "+ppapi/proxy", | 88 "+ppapi/proxy", |
88 "+ppapi/shared_impl", | 89 "+ppapi/shared_impl", |
89 # Defines some types that are marshalled over IPC. | 90 # Defines some types that are marshalled over IPC. |
90 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", | 91 "+ppapi/shared_impl/ppp_flash_browser_operations_shared.h", |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
143 "+third_party/WebKit/public/web/WebCache.h", | 144 "+third_party/WebKit/public/web/WebCache.h", |
144 "+third_party/WebKit/public/web/WebContextMenuData.h", | 145 "+third_party/WebKit/public/web/WebContextMenuData.h", |
145 "+third_party/WebKit/public/web/WebFindOptions.h", | 146 "+third_party/WebKit/public/web/WebFindOptions.h", |
146 "+third_party/WebKit/public/web/WebInputEvent.h", | 147 "+third_party/WebKit/public/web/WebInputEvent.h", |
147 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 148 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
148 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 149 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
149 "+third_party/WebKit/public/web/WebPluginAction.h", | 150 "+third_party/WebKit/public/web/WebPluginAction.h", |
150 "+third_party/WebKit/public/web/WebTextDirection.h", | 151 "+third_party/WebKit/public/web/WebTextDirection.h", |
151 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 152 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
152 ] | 153 ] |
OLD | NEW |