| OLD | NEW |
| 1 include_rules = [ | 1 include_rules = [ |
| 2 # Allow inclusion of specific components that we depend on. | 2 # Allow inclusion of specific components that we depend on. |
| 3 # See comment in content/DEPS for which components are allowed. | 3 # See comment in content/DEPS for which components are allowed. |
| 4 "+components/discardable_memory/common", | 4 "+components/discardable_memory/common", |
| 5 "+components/discardable_memory/service", | 5 "+components/discardable_memory/service", |
| 6 "+components/filesystem", | 6 "+components/filesystem", |
| 7 "+components/leveldb", | 7 "+components/leveldb", |
| 8 "+components/link_header_util", | 8 "+components/link_header_util", |
| 9 "+components/metrics", | 9 "+components/metrics", |
| 10 "+components/metrics:single_sample_metrics", | 10 "+components/metrics:single_sample_metrics", |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 "+third_party/WebKit/public/platform/WebMixedContentContextType.h", | 77 "+third_party/WebKit/public/platform/WebMixedContentContextType.h", |
| 78 "+third_party/WebKit/public/platform/WebMouseEvent.h", | 78 "+third_party/WebKit/public/platform/WebMouseEvent.h", |
| 79 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", | 79 "+third_party/WebKit/public/platform/WebMouseWheelEvent.h", |
| 80 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", | 80 "+third_party/WebKit/public/platform/WebPageVisibilityState.h", |
| 81 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 81 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 82 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 82 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 83 "+third_party/WebKit/public/platform/WebSecurityStyle.h", | 83 "+third_party/WebKit/public/platform/WebSecurityStyle.h", |
| 84 "+third_party/WebKit/public/platform/WebSuddenTerminationDisablerType.h", | 84 "+third_party/WebKit/public/platform/WebSuddenTerminationDisablerType.h", |
| 85 "+third_party/WebKit/public/platform/WebTouchEvent.h", | 85 "+third_party/WebKit/public/platform/WebTouchEvent.h", |
| 86 "+third_party/WebKit/public/platform/WebTextInputType.h", | 86 "+third_party/WebKit/public/platform/WebTextInputType.h", |
| 87 "+third_party/WebKit/public/platform/input_host.mojom.h", |
| 88 "+third_party/WebKit/public/platform/input_messages.mojom.h", |
| 87 "+third_party/WebKit/public/platform/mac/WebScrollbarTheme.h", | 89 "+third_party/WebKit/public/platform/mac/WebScrollbarTheme.h", |
| 88 "+third_party/WebKit/public/platform/mime_registry.mojom.h", | 90 "+third_party/WebKit/public/platform/mime_registry.mojom.h", |
| 89 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m
ojom.h", | 91 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m
ojom.h", |
| 90 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", | 92 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", |
| 91 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe
l.mojom.h", | 93 "+third_party/WebKit/public/platform/modules/broadcastchannel/broadcast_channe
l.mojom.h", |
| 92 "+third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom.h", | 94 "+third_party/WebKit/public/platform/modules/fetch/fetch_api_request.mojom.h", |
| 93 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", | 95 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", |
| 94 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 96 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
| 95 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid
er.mojom.h", | 97 "+third_party/WebKit/public/platform/modules/installedapp/installed_app_provid
er.mojom.h", |
| 96 "+third_party/WebKit/public/platform/modules/installedapp/related_application.
mojom.h", | 98 "+third_party/WebKit/public/platform/modules/installedapp/related_application.
mojom.h", |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 | 143 |
| 142 # Unlike other WebKit directories WebKit/common is for the files that | 144 # Unlike other WebKit directories WebKit/common is for the files that |
| 143 # are commonly referenced by renderer-side and browser-side code, and | 145 # are commonly referenced by renderer-side and browser-side code, and |
| 144 # does not use Blink types like WTF. | 146 # does not use Blink types like WTF. |
| 145 "+third_party/WebKit/common", | 147 "+third_party/WebKit/common", |
| 146 | 148 |
| 147 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 149 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 148 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 150 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 149 # for more information. | 151 # for more information. |
| 150 ] | 152 ] |
| OLD | NEW |