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 "+components/filesystem", | 3 "+components/filesystem", |
4 "+components/leveldb", | 4 "+components/leveldb", |
5 "+components/mime_util", | 5 "+components/mime_util", |
6 "+components/mus/public/interfaces", | 6 "+components/mus/public/interfaces", |
7 "+components/mus/public", | 7 "+components/mus/public", |
8 "+components/permission", | 8 "+components/permission", |
9 "+components/profile_service", | 9 "+components/profile_service", |
10 "+components/scheduler/common", | 10 "+components/scheduler/common", |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 99 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", |
100 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", | 100 "+third_party/WebKit/public/web/WebSharedWorkerCreationContextType.h", |
101 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 101 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
102 "+third_party/WebKit/public/web/WebTextDirection.h", | 102 "+third_party/WebKit/public/web/WebTextDirection.h", |
103 "+third_party/WebKit/public/web/WebTextInputType.h", | 103 "+third_party/WebKit/public/web/WebTextInputType.h", |
104 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 104 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
105 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 105 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
106 | 106 |
107 # Until we define where mojo interfaces should live in blink we whitelist each | 107 # Until we define where mojo interfaces should live in blink we whitelist each |
108 # one separately. | 108 # one separately. |
109 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h" | 109 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", |
| 110 "+third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h" |
110 | 111 |
111 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 112 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
112 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 113 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
113 # for more information. | 114 # for more information. |
114 ] | 115 ] |
OLD | NEW |