| 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/filesystem", | 4 "+components/filesystem", |
| 5 "+components/leveldb", | 5 "+components/leveldb", |
| 6 "+components/mime_util", | 6 "+components/mime_util", |
| 7 "+components/mus/public/interfaces", | 7 "+components/mus/public/interfaces", |
| 8 "+components/mus/public", | 8 "+components/mus/public", |
| 9 "+components/profile_service", | 9 "+components/profile_service", |
| 10 "+components/scheduler/common", | 10 "+components/scheduler/common", |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "+third_party/re2", | 47 "+third_party/re2", |
| 48 | 48 |
| 49 # Allow non-browser Chrome OS code to be used. | 49 # Allow non-browser Chrome OS code to be used. |
| 50 "+chromeos", | 50 "+chromeos", |
| 51 "+third_party/cros_system_api", | 51 "+third_party/cros_system_api", |
| 52 | 52 |
| 53 # No inclusion of WebKit from the browser, other than strictly enum/POD, | 53 # No inclusion of WebKit from the browser, other than strictly enum/POD, |
| 54 # header-only types, and some selected common code. | 54 # header-only types, and some selected common code. |
| 55 "-third_party/WebKit", | 55 "-third_party/WebKit", |
| 56 "+third_party/WebKit/public/platform/WebAddressSpace.h", | 56 "+third_party/WebKit/public/platform/WebAddressSpace.h", |
| 57 "+third_party/WebKit/public/platform/WebCircularGeofencingRegion.h", | |
| 58 "+third_party/WebKit/public/platform/WebCursorInfo.h", | 57 "+third_party/WebKit/public/platform/WebCursorInfo.h", |
| 59 "+third_party/WebKit/public/platform/WebDisplayMode.h", | 58 "+third_party/WebKit/public/platform/WebDisplayMode.h", |
| 60 "+third_party/WebKit/public/platform/WebDragOperation.h", | 59 "+third_party/WebKit/public/platform/WebDragOperation.h", |
| 61 "+third_party/WebKit/public/platform/WebFocusType.h", | 60 "+third_party/WebKit/public/platform/WebFocusType.h", |
| 62 "+third_party/WebKit/public/platform/WebGamepad.h", | 61 "+third_party/WebKit/public/platform/WebGamepad.h", |
| 63 "+third_party/WebKit/public/platform/WebGamepads.h", | 62 "+third_party/WebKit/public/platform/WebGamepads.h", |
| 64 "+third_party/WebKit/public/platform/WebGeofencingEventType.h", | |
| 65 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", | 63 "+third_party/WebKit/public/platform/WebReferrerPolicy.h", |
| 66 "+third_party/WebKit/public/platform/WebScreenInfo.h", | 64 "+third_party/WebKit/public/platform/WebScreenInfo.h", |
| 67 "+third_party/WebKit/public/platform/WebString.h", | 65 "+third_party/WebKit/public/platform/WebString.h", |
| 68 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m
ojom.h", | 66 "+third_party/WebKit/public/platform/modules/background_sync/background_sync.m
ojom.h", |
| 69 "+third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h", | 67 "+third_party/WebKit/public/platform/modules/geolocation/geolocation.mojom.h", |
| 70 "+third_party/WebKit/public/platform/modules/imagecapture/image_capture.mojom.
h", | 68 "+third_party/WebKit/public/platform/modules/imagecapture/image_capture.mojom.
h", |
| 71 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", | 69 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBDatabaseException
.h", |
| 72 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", | 70 "+third_party/WebKit/public/platform/modules/indexeddb/WebIDBTypes.h", |
| 73 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons
tants.h", | 71 "+third_party/WebKit/public/platform/modules/notifications/WebNotificationCons
tants.h", |
| 74 "+third_party/WebKit/public/platform/modules/notifications/notification.mojom.
h", | 72 "+third_party/WebKit/public/platform/modules/notifications/notification.mojom.
h", |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 | 108 |
| 111 # Until we define where mojo interfaces should live in blink we whitelist each | 109 # Until we define where mojo interfaces should live in blink we whitelist each |
| 112 # one separately. | 110 # one separately. |
| 113 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", | 111 "+third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom.h", |
| 114 "+third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h" | 112 "+third_party/WebKit/public/platform/modules/vr/vr_service.mojom.h" |
| 115 | 113 |
| 116 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! | 114 # DO NOT ADD ANY CHROME OR COMPONENTS INCLUDES HERE!!! |
| 117 # See https://sites.google.com/a/chromium.org/dev/developers/content-module | 115 # See https://sites.google.com/a/chromium.org/dev/developers/content-module |
| 118 # for more information. | 116 # for more information. |
| 119 ] | 117 ] |
| OLD | NEW |