OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+athena/content/public", | 4 "+athena/content/public", |
5 "+chrome/app", | 5 "+chrome/app", |
6 "+chrome/chrome_watcher", | 6 "+chrome/chrome_watcher", |
7 "+chrome/grit", # For generated headers | 7 "+chrome/grit", # For generated headers |
8 "+chrome/installer", | 8 "+chrome/installer", |
9 "+chrome_elf/blacklist", | 9 "+chrome_elf/blacklist", |
10 "+chrome_elf/chrome_elf_constants.h", | 10 "+chrome_elf/chrome_elf_constants.h", |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 "+components/precache", | 64 "+components/precache", |
65 "+components/pref_registry", | 65 "+components/pref_registry", |
66 "+components/printing/common", | 66 "+components/printing/common", |
67 "+components/proximity_auth", | 67 "+components/proximity_auth", |
68 "+components/query_parser", | 68 "+components/query_parser", |
69 "+components/rappor", | 69 "+components/rappor", |
70 "+components/renderer_context_menu", | 70 "+components/renderer_context_menu", |
71 "+components/search", | 71 "+components/search", |
72 "+components/search_engines", | 72 "+components/search_engines", |
73 "+components/search_provider_logos", | 73 "+components/search_provider_logos", |
| 74 "+components/service_tab_launcher", |
74 "+components/session_manager", | 75 "+components/session_manager", |
75 "+components/sessions", | 76 "+components/sessions", |
76 "+components/signin", | 77 "+components/signin", |
77 "+components/startup_metric_utils", | 78 "+components/startup_metric_utils", |
78 "+components/storage_monitor", | 79 "+components/storage_monitor", |
79 "+components/suggestions", | 80 "+components/suggestions", |
80 "+components/sync_driver", | 81 "+components/sync_driver", |
81 "+components/translate/content/browser", | 82 "+components/translate/content/browser", |
82 "+components/translate/content/common", | 83 "+components/translate/content/common", |
83 "+components/translate/core/browser", | 84 "+components/translate/core/browser", |
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 174 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
174 "+third_party/WebKit/public/web/WebCache.h", | 175 "+third_party/WebKit/public/web/WebCache.h", |
175 "+third_party/WebKit/public/web/WebContextMenuData.h", | 176 "+third_party/WebKit/public/web/WebContextMenuData.h", |
176 "+third_party/WebKit/public/web/WebFindOptions.h", | 177 "+third_party/WebKit/public/web/WebFindOptions.h", |
177 "+third_party/WebKit/public/web/WebInputEvent.h", | 178 "+third_party/WebKit/public/web/WebInputEvent.h", |
178 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 179 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
179 "+third_party/WebKit/public/web/WebPluginAction.h", | 180 "+third_party/WebKit/public/web/WebPluginAction.h", |
180 "+third_party/WebKit/public/web/WebTextDirection.h", | 181 "+third_party/WebKit/public/web/WebTextDirection.h", |
181 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 182 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
182 ] | 183 ] |
OLD | NEW |