OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/chrome_watcher", | 5 "+chrome/chrome_watcher", |
6 "+chrome/grit", # For generated headers | 6 "+chrome/grit", # For generated headers |
7 "+chrome/installer", | 7 "+chrome/installer", |
8 "+chrome_elf/blacklist", | 8 "+chrome_elf/blacklist", |
9 "+chrome_elf/chrome_elf_constants.h", | 9 "+chrome_elf/chrome_elf_constants.h", |
10 "+chrome_elf/create_file", | 10 "+chrome_elf/create_file", |
(...skipping 29 matching lines...) Expand all Loading... |
40 "+components/data_use_measurement/core", | 40 "+components/data_use_measurement/core", |
41 "+components/device_event_log", | 41 "+components/device_event_log", |
42 "+components/dom_distiller", | 42 "+components/dom_distiller", |
43 "+components/domain_reliability", | 43 "+components/domain_reliability", |
44 "+components/enhanced_bookmarks", | 44 "+components/enhanced_bookmarks", |
45 "+components/exo", | 45 "+components/exo", |
46 "+components/favicon", | 46 "+components/favicon", |
47 "+components/favicon_base", | 47 "+components/favicon_base", |
48 "+components/feedback", | 48 "+components/feedback", |
49 "+components/flags_ui", | 49 "+components/flags_ui", |
| 50 "+components/framelet/browser", |
50 "+components/gcm_driver", | 51 "+components/gcm_driver", |
51 "+components/google", | 52 "+components/google", |
52 "+components/grit", | 53 "+components/grit", |
53 "+components/guest_view/browser", | 54 "+components/guest_view/browser", |
54 "+components/handoff", | 55 "+components/handoff", |
55 "+components/history", | 56 "+components/history", |
56 "+components/infobars", | 57 "+components/infobars", |
57 "+components/invalidation", | 58 "+components/invalidation", |
58 "+components/keyed_service", | 59 "+components/keyed_service", |
59 "+components/language_usage_metrics", | 60 "+components/language_usage_metrics", |
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
219 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 220 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
220 "+third_party/WebKit/public/web/WebCache.h", | 221 "+third_party/WebKit/public/web/WebCache.h", |
221 "+third_party/WebKit/public/web/WebContextMenuData.h", | 222 "+third_party/WebKit/public/web/WebContextMenuData.h", |
222 "+third_party/WebKit/public/web/WebFindOptions.h", | 223 "+third_party/WebKit/public/web/WebFindOptions.h", |
223 "+third_party/WebKit/public/web/WebInputEvent.h", | 224 "+third_party/WebKit/public/web/WebInputEvent.h", |
224 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 225 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
225 "+third_party/WebKit/public/web/WebPluginAction.h", | 226 "+third_party/WebKit/public/web/WebPluginAction.h", |
226 "+third_party/WebKit/public/web/WebTextDirection.h", | 227 "+third_party/WebKit/public/web/WebTextDirection.h", |
227 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 228 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
228 ] | 229 ] |
OLD | NEW |