OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 # Allow inclusion of specific components that we depend on. We may only | 2 # Allow inclusion of specific components that we depend on. We may only |
3 # depend on components which we share with the mojo html_viewer. | 3 # depend on components which we share with the mojo html_viewer. |
4 "+components/leveldb/public/interfaces", | 4 "+components/leveldb/public/interfaces", |
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/profile_service", | 8 "+components/profile_service", |
9 "+components/scheduler/common", | 9 "+components/scheduler/common", |
10 "+components/tracing", | 10 "+components/tracing", |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 56 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
57 "+third_party/WebKit/public/platform/WebFocusType.h", | 57 "+third_party/WebKit/public/platform/WebFocusType.h", |
58 "+third_party/WebKit/public/platform/WebGamepad.h", | 58 "+third_party/WebKit/public/platform/WebGamepad.h", |
59 "+third_party/WebKit/public/platform/WebGamepads.h", | 59 "+third_party/WebKit/public/platform/WebGamepads.h", |
60 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", | 60 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", |
61 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", | 61 "+third_party/WebKit/public/platform/WebGraphicsContext3D.h", |
62 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", | 62 "+third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrienta
tionError.h", |
63 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 63 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
64 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 64 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
65 "+third_party/WebKit/public/platform/WebString.h", | 65 "+third_party/WebKit/public/platform/WebString.h", |
| 66 "+third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h", |
66 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", | 67 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", |
67 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 68 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
68 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", | 69 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", |
| 70 "+third_party/WebKit/public/platform/modules/permissions/permission.mojom.h", |
69 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 71 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
70 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", | 72 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationLockType.h", |
71 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", | 73 "+third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrien
tationType.h", |
72 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", | 74 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerCac
heError.h", |
73 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", | 75 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerErr
or.h", |
74 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", | 76 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerEve
ntResult.h", |
75 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", | 77 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseError.h", |
76 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", | 78 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRes
ponseType.h", |
77 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", | 79 "+third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerSta
te.h", |
78 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", | 80 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", |
(...skipping 16 matching lines...) Expand all Loading... |
95 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", | 97 "+third_party/WebKit/public/web/WebSharedWorkerCreationErrors.h", |
96 "+third_party/WebKit/public/web/WebTextDirection.h", | 98 "+third_party/WebKit/public/web/WebTextDirection.h", |
97 "+third_party/WebKit/public/web/WebTextInputType.h", | 99 "+third_party/WebKit/public/web/WebTextInputType.h", |
98 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 100 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
99 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 101 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
100 | 102 |
101 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 103 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
102 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 104 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
103 # for more information. | 105 # for more information. |
104 ] | 106 ] |
OLD | NEW |