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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 "+components/query_parser", | 48 "+components/query_parser", |
49 "+components/rappor", | 49 "+components/rappor", |
50 "+components/search", | 50 "+components/search", |
51 "+components/search_engines", | 51 "+components/search_engines", |
52 "+components/search_provider_logos", | 52 "+components/search_provider_logos", |
53 "+components/session_manager", | 53 "+components/session_manager", |
54 "+components/sessions", | 54 "+components/sessions", |
55 "+components/signin", | 55 "+components/signin", |
56 "+components/startup_metric_utils", | 56 "+components/startup_metric_utils", |
57 "+components/storage_monitor", | 57 "+components/storage_monitor", |
| 58 "+components/suggestions", |
58 "+components/sync_driver", | 59 "+components/sync_driver", |
59 "+components/translate/content/browser", | 60 "+components/translate/content/browser", |
60 "+components/translate/content/common", | 61 "+components/translate/content/common", |
61 "+components/translate/core/browser", | 62 "+components/translate/core/browser", |
62 "+components/translate/core/common", | 63 "+components/translate/core/common", |
63 "+components/url_matcher", | 64 "+components/url_matcher", |
64 "+components/user_prefs", | 65 "+components/user_prefs", |
65 "+components/web_modal", | 66 "+components/web_modal", |
66 "+components/webdata/common", | 67 "+components/webdata/common", |
67 "+content/public/browser", | 68 "+content/public/browser", |
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 "+third_party/WebKit/public/web/WebContextMenuData.h", | 140 "+third_party/WebKit/public/web/WebContextMenuData.h", |
140 "+third_party/WebKit/public/web/WebFindOptions.h", | 141 "+third_party/WebKit/public/web/WebFindOptions.h", |
141 "+third_party/WebKit/public/web/WebInputEvent.h", | 142 "+third_party/WebKit/public/web/WebInputEvent.h", |
142 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 143 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
143 "+third_party/WebKit/public/web/WebNotificationPresenter.h", | 144 "+third_party/WebKit/public/web/WebNotificationPresenter.h", |
144 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 145 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
145 "+third_party/WebKit/public/web/WebPluginAction.h", | 146 "+third_party/WebKit/public/web/WebPluginAction.h", |
146 "+third_party/WebKit/public/web/WebTextDirection.h", | 147 "+third_party/WebKit/public/web/WebTextDirection.h", |
147 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 148 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
148 ] | 149 ] |
OLD | NEW |