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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
98 "+device/bluetooth", | 98 "+device/bluetooth", |
99 "+device/core", | 99 "+device/core", |
100 "+device/hid", | 100 "+device/hid", |
101 "+device/usb", | 101 "+device/usb", |
102 "+device/media_transfer_protocol", | 102 "+device/media_transfer_protocol", |
103 "+extensions/browser", | 103 "+extensions/browser", |
104 "+extensions/common", | 104 "+extensions/common", |
105 "+extensions/components/javascript_dialog_extensions_client", | 105 "+extensions/components/javascript_dialog_extensions_client", |
106 "+extensions/grit", | 106 "+extensions/grit", |
107 "+extensions/test", | 107 "+extensions/test", |
108 "+gin/public/isolate_holder.h", | 108 "+gin", |
109 "+google/cacheinvalidation", # Sync invalidation API protobuf files. | 109 "+google/cacheinvalidation", # Sync invalidation API protobuf files. |
110 "+google_apis", | 110 "+google_apis", |
111 "+google_update", | 111 "+google_update", |
112 "+grit", # TODO(thestig) Remove. For generated headers | 112 "+grit", # TODO(thestig) Remove. For generated headers |
113 "+installer_util_strings", # For generated headers | 113 "+installer_util_strings", # For generated headers |
114 "+jni", | 114 "+jni", |
115 "+media/base", # For media switches | 115 "+media/base", # For media switches |
116 "+policy", # For generated headers and source | 116 "+policy", # For generated headers and source |
117 "+ppapi/c", # For various types. | 117 "+ppapi/c", # For various types. |
118 "+ppapi/host", | 118 "+ppapi/host", |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 173 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
174 "+third_party/WebKit/public/web/WebCache.h", | 174 "+third_party/WebKit/public/web/WebCache.h", |
175 "+third_party/WebKit/public/web/WebContextMenuData.h", | 175 "+third_party/WebKit/public/web/WebContextMenuData.h", |
176 "+third_party/WebKit/public/web/WebFindOptions.h", | 176 "+third_party/WebKit/public/web/WebFindOptions.h", |
177 "+third_party/WebKit/public/web/WebInputEvent.h", | 177 "+third_party/WebKit/public/web/WebInputEvent.h", |
178 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 178 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
179 "+third_party/WebKit/public/web/WebPluginAction.h", | 179 "+third_party/WebKit/public/web/WebPluginAction.h", |
180 "+third_party/WebKit/public/web/WebTextDirection.h", | 180 "+third_party/WebKit/public/web/WebTextDirection.h", |
181 "+third_party/WebKit/public/web/WebWindowFeatures.h", | 181 "+third_party/WebKit/public/web/WebWindowFeatures.h", |
182 ] | 182 ] |
OLD | NEW |