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/mime_util", | 4 "+components/mime_util", |
5 "+components/scheduler/common", | 5 "+components/scheduler/common", |
6 "+components/tracing", | 6 "+components/tracing", |
7 | 7 |
8 "+content/app/strings/grit", # For generated headers | 8 "+content/app/strings/grit", # For generated headers |
9 "+content/public/browser", | 9 "+content/public/browser", |
10 "+device/battery", # For battery status service. | 10 "+device/battery", # For battery status service. |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
57 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", | 57 "+third_party/WebKit/public/platform/WebServiceWorkerCacheError.h", |
58 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", | 58 "+third_party/WebKit/public/platform/WebServiceWorkerError.h", |
59 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", | 59 "+third_party/WebKit/public/platform/WebServiceWorkerEventResult.h", |
60 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", | 60 "+third_party/WebKit/public/platform/WebServiceWorkerResponseType.h", |
61 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", | 61 "+third_party/WebKit/public/platform/WebServiceWorkerState.h", |
62 "+third_party/WebKit/public/platform/WebString.h", | 62 "+third_party/WebKit/public/platform/WebString.h", |
63 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", | 63 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", |
64 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 64 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
65 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", | 65 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationPerm
ission.h", |
66 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", | 66 "+third_party/WebKit/public/platform/modules/push_messaging/WebPushPermissionS
tatus.h", |
| 67 "+third_party/WebKit/public/platform/modules/vr/WebVR.h", |
67 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", | 68 "+third_party/WebKit/public/web/mac/WebScrollbarTheme.h", |
68 "+third_party/WebKit/public/web/WebAXEnums.h", | 69 "+third_party/WebKit/public/web/WebAXEnums.h", |
69 "+third_party/WebKit/public/web/WebCompositionUnderline.h", | 70 "+third_party/WebKit/public/web/WebCompositionUnderline.h", |
70 "+third_party/WebKit/public/web/WebConsoleMessage.h", | 71 "+third_party/WebKit/public/web/WebConsoleMessage.h", |
71 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", | 72 "+third_party/WebKit/public/web/WebContentSecurityPolicy.h", |
72 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", | 73 "+third_party/WebKit/public/web/WebDeviceEmulationParams.h", |
73 "+third_party/WebKit/public/web/WebDragOperation.h", | 74 "+third_party/WebKit/public/web/WebDragOperation.h", |
74 "+third_party/WebKit/public/web/WebDragStatus.h", | 75 "+third_party/WebKit/public/web/WebDragStatus.h", |
75 "+third_party/WebKit/public/web/WebFindOptions.h", | 76 "+third_party/WebKit/public/web/WebFindOptions.h", |
76 "+third_party/WebKit/public/web/WebInputEvent.h", | 77 "+third_party/WebKit/public/web/WebInputEvent.h", |
77 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", | 78 "+third_party/WebKit/public/web/WebMediaPlayerAction.h", |
78 "+third_party/WebKit/public/web/WebPageSerializerClient.h", | 79 "+third_party/WebKit/public/web/WebPageSerializerClient.h", |
79 "+third_party/WebKit/public/web/WebPluginAction.h", | 80 "+third_party/WebKit/public/web/WebPluginAction.h", |
80 "+third_party/WebKit/public/web/WebPopupType.h", | 81 "+third_party/WebKit/public/web/WebPopupType.h", |
81 "+third_party/WebKit/public/web/WebSandboxFlags.h", | 82 "+third_party/WebKit/public/web/WebSandboxFlags.h", |
82 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", | 83 "+third_party/WebKit/public/web/WebSerializedScriptValueVersion.h", |
83 "+third_party/WebKit/public/web/WebTextDirection.h", | 84 "+third_party/WebKit/public/web/WebTextDirection.h", |
84 "+third_party/WebKit/public/web/WebTextInputType.h", | 85 "+third_party/WebKit/public/web/WebTextInputType.h", |
85 "+third_party/WebKit/public/web/WebTreeScopeType.h", | 86 "+third_party/WebKit/public/web/WebTreeScopeType.h", |
86 | 87 |
87 # These should be burned down. http://crbug.com/237267 | 88 # These should be burned down. http://crbug.com/237267 |
88 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", | 89 "!third_party/WebKit/public/web/mac/WebInputEventFactory.h", |
89 | 90 |
90 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 91 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
91 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 92 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
92 # for more information. | 93 # for more information. |
93 ] | 94 ] |
OLD | NEW |