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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 "+components/plugins/common", | 65 "+components/plugins/common", |
66 "+components/policy", | 66 "+components/policy", |
67 "+components/power", | 67 "+components/power", |
68 "+components/precache", | 68 "+components/precache", |
69 "+components/pref_registry", | 69 "+components/pref_registry", |
70 "+components/printing/common", | 70 "+components/printing/common", |
71 "+components/proximity_auth", | 71 "+components/proximity_auth", |
72 "+components/query_parser", | 72 "+components/query_parser", |
73 "+components/rappor", | 73 "+components/rappor", |
74 "+components/renderer_context_menu", | 74 "+components/renderer_context_menu", |
| 75 "+components/safe_json_parser", |
75 "+components/search", | 76 "+components/search", |
76 "+components/search_engines", | 77 "+components/search_engines", |
77 "+components/search_provider_logos", | 78 "+components/search_provider_logos", |
78 "+components/service_tab_launcher", | 79 "+components/service_tab_launcher", |
79 "+components/session_manager", | 80 "+components/session_manager", |
80 "+components/sessions", | 81 "+components/sessions", |
81 "+components/signin", | 82 "+components/signin", |
82 "+components/startup_metric_utils", | 83 "+components/startup_metric_utils", |
83 "+components/storage_monitor", | 84 "+components/storage_monitor", |
84 "+components/suggestions", | 85 "+components/suggestions", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 181 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
181 "+third_party/WebKit/public/web/WebCache.h", | 182 "+third_party/WebKit/public/web/WebCache.h", |
182 "+third_party/WebKit/public/web/WebContextMenuData.h", | 183 "+third_party/WebKit/public/web/WebContextMenuData.h", |
183 "+third_party/WebKit/public/web/WebFindOptions.h", | 184 "+third_party/WebKit/public/web/WebFindOptions.h", |
184 "+third_party/WebKit/public/web/WebInputEvent.h", | 185 "+third_party/WebKit/public/web/WebInputEvent.h", |
185 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 186 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
186 "+third_party/WebKit/public/web/WebPluginAction.h", | 187 "+third_party/WebKit/public/web/WebPluginAction.h", |
187 "+third_party/WebKit/public/web/WebTextDirection.h", | 188 "+third_party/WebKit/public/web/WebTextDirection.h", |
188 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 189 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
189 ] | 190 ] |
OLD | NEW |