OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+apps", | 2 "+apps", |
3 "+ash", | 3 "+ash", |
4 "+chrome/app", | 4 "+chrome/app", |
5 "+chrome/grit", # For generated headers | 5 "+chrome/grit", # For generated headers |
6 "+chrome/installer", | 6 "+chrome/installer", |
7 "+chrome_elf/blacklist", | 7 "+chrome_elf/blacklist", |
8 "+chrome_elf/chrome_elf_constants.h", | 8 "+chrome_elf/chrome_elf_constants.h", |
9 "+chrome_elf/create_file", | 9 "+chrome_elf/create_file", |
10 "+chrome_elf/dll_hash", | 10 "+chrome_elf/dll_hash", |
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 "+components/signin", | 62 "+components/signin", |
63 "+components/startup_metric_utils", | 63 "+components/startup_metric_utils", |
64 "+components/storage_monitor", | 64 "+components/storage_monitor", |
65 "+components/suggestions", | 65 "+components/suggestions", |
66 "+components/sync_driver", | 66 "+components/sync_driver", |
67 "+components/translate/content/browser", | 67 "+components/translate/content/browser", |
68 "+components/translate/content/common", | 68 "+components/translate/content/common", |
69 "+components/translate/core/browser", | 69 "+components/translate/core/browser", |
70 "+components/translate/core/common", | 70 "+components/translate/core/common", |
71 "+components/url_matcher", | 71 "+components/url_matcher", |
| 72 "+components/usb_service", |
72 "+components/user_manager", | 73 "+components/user_manager", |
73 "+components/user_prefs", | 74 "+components/user_prefs", |
74 "+components/web_modal", | 75 "+components/web_modal", |
75 "+components/webdata/common", | 76 "+components/webdata/common", |
76 "+content/public/browser", | 77 "+content/public/browser", |
77 "+content/test/net", | 78 "+content/test/net", |
78 "+courgette", | 79 "+courgette", |
79 "+device/bluetooth", | 80 "+device/bluetooth", |
| 81 "+device/common", |
80 "+device/media_transfer_protocol", | 82 "+device/media_transfer_protocol", |
81 "+extensions/browser", | 83 "+extensions/browser", |
82 "+extensions/common", | 84 "+extensions/common", |
83 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 85 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
84 "+google_apis", | 86 "+google_apis", |
85 "+google_update", | 87 "+google_update", |
86 "+grit", # TODO(thestig) Remove. For generated headers | 88 "+grit", # TODO(thestig) Remove. For generated headers |
87 "+installer_util_strings", # For generated headers | 89 "+installer_util_strings", # For generated headers |
88 "+jni", | 90 "+jni", |
89 "+media/base", # For media switches | 91 "+media/base", # For media switches |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
149 "+third_party/WebKit/public/web/WebCache.h", | 151 "+third_party/WebKit/public/web/WebCache.h", |
150 "+third_party/WebKit/public/web/WebContextMenuData.h", | 152 "+third_party/WebKit/public/web/WebContextMenuData.h", |
151 "+third_party/WebKit/public/web/WebFindOptions.h", | 153 "+third_party/WebKit/public/web/WebFindOptions.h", |
152 "+third_party/WebKit/public/web/WebInputEvent.h", | 154 "+third_party/WebKit/public/web/WebInputEvent.h", |
153 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 155 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
154 "+third_party/WebKit/public/web/WebPageVisibilityState.h", | 156 "+third_party/WebKit/public/web/WebPageVisibilityState.h", |
155 "+third_party/WebKit/public/web/WebPluginAction.h", | 157 "+third_party/WebKit/public/web/WebPluginAction.h", |
156 "+third_party/WebKit/public/web/WebTextDirection.h", | 158 "+third_party/WebKit/public/web/WebTextDirection.h", |
157 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 159 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
158 ] | 160 ] |
OLD | NEW |