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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 "+components/suggestions", | 59 "+components/suggestions", |
60 "+components/sync_driver", | 60 "+components/sync_driver", |
61 "+components/translate/content/browser", | 61 "+components/translate/content/browser", |
62 "+components/translate/content/common", | 62 "+components/translate/content/common", |
63 "+components/translate/core/browser", | 63 "+components/translate/core/browser", |
64 "+components/translate/core/common", | 64 "+components/translate/core/common", |
65 "+components/url_matcher", | 65 "+components/url_matcher", |
66 "+components/user_prefs", | 66 "+components/user_prefs", |
67 "+components/web_modal", | 67 "+components/web_modal", |
68 "+components/webdata/common", | 68 "+components/webdata/common", |
| 69 "+content/browser/net", |
69 "+content/public/browser", | 70 "+content/public/browser", |
70 "+content/test/net", | 71 "+content/test/net", |
71 "+courgette", | 72 "+courgette", |
72 "+device/bluetooth", | 73 "+device/bluetooth", |
73 "+device/media_transfer_protocol", | 74 "+device/media_transfer_protocol", |
74 "+extensions/browser", | 75 "+extensions/browser", |
75 "+extensions/common", | 76 "+extensions/common", |
76 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 77 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
77 "+google_apis", | 78 "+google_apis", |
78 "+google_update", | 79 "+google_update", |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 "+third_party/WebKit/public/web/WebCache.h", | 142 "+third_party/WebKit/public/web/WebCache.h", |
142 "+third_party/WebKit/public/web/WebContextMenuData.h", | 143 "+third_party/WebKit/public/web/WebContextMenuData.h", |
143 "+third_party/WebKit/public/web/WebFindOptions.h", | 144 "+third_party/WebKit/public/web/WebFindOptions.h", |
144 "+third_party/WebKit/public/web/WebInputEvent.h", | 145 "+third_party/WebKit/public/web/WebInputEvent.h", |
145 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 146 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
146 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 147 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
147 "+third_party/WebKit/public/web/WebPluginAction.h", | 148 "+third_party/WebKit/public/web/WebPluginAction.h", |
148 "+third_party/WebKit/public/web/WebTextDirection.h", | 149 "+third_party/WebKit/public/web/WebTextDirection.h", |
149 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 150 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
150 ] | 151 ] |
OLD | NEW |