OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/installer", | 5 "+chrome/installer", |
6 "+chrome_elf/blacklist", | 6 "+chrome_elf/blacklist", |
7 "+chrome_elf/chrome_elf_constants.h", | 7 "+chrome_elf/chrome_elf_constants.h", |
8 "+chrome_elf/create_file", | 8 "+chrome_elf/create_file", |
9 "+chrome_elf/dll_hash", | 9 "+chrome_elf/dll_hash", |
10 "+chromeos", | 10 "+chromeos", |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 "+components/storage_monitor", | 54 "+components/storage_monitor", |
55 "+components/sync_driver", | 55 "+components/sync_driver", |
56 "+components/translate/content/browser", | 56 "+components/translate/content/browser", |
57 "+components/translate/content/common", | 57 "+components/translate/content/common", |
58 "+components/translate/core/browser", | 58 "+components/translate/core/browser", |
59 "+components/translate/core/common", | 59 "+components/translate/core/common", |
60 "+components/url_matcher", | 60 "+components/url_matcher", |
61 "+components/user_prefs", | 61 "+components/user_prefs", |
62 "+components/web_modal", | 62 "+components/web_modal", |
63 "+components/webdata/common", | 63 "+components/webdata/common", |
| 64 "+content/browser/net", |
64 "+content/public/browser", | 65 "+content/public/browser", |
65 "+content/test/net", | 66 "+content/test/net", |
66 "+courgette", | 67 "+courgette", |
67 "+device/bluetooth", | 68 "+device/bluetooth", |
68 "+device/media_transfer_protocol", | 69 "+device/media_transfer_protocol", |
69 "+extensions/browser", | 70 "+extensions/browser", |
70 "+extensions/common", | 71 "+extensions/common", |
71 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 72 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
72 "+google_apis", | 73 "+google_apis", |
73 "+google_update", | 74 "+google_update", |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 "+third_party/WebKit/public/web/WebContextMenuData.h", | 138 "+third_party/WebKit/public/web/WebContextMenuData.h", |
138 "+third_party/WebKit/public/web/WebFindOptions.h", | 139 "+third_party/WebKit/public/web/WebFindOptions.h", |
139 "+third_party/WebKit/public/web/WebInputEvent.h", | 140 "+third_party/WebKit/public/web/WebInputEvent.h", |
140 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 141 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
141 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 142 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
142 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 143 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
143 "+third_party/WebKit/public/web/WebPluginAction.h", | 144 "+third_party/WebKit/public/web/WebPluginAction.h", |
144 "+third_party/WebKit/public/web/WebTextDirection.h", | 145 "+third_party/WebKit/public/web/WebTextDirection.h", |
145 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 146 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
146 ] | 147 ] |
OLD | NEW |