| Index: third_party/WebKit/public/BUILD.gn
|
| diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
|
| index 82760205d49040ccfd3637972b5a9381dfe15551..502fef7eb1a75701d0c188706d60f23e2589f655 100644
|
| --- a/third_party/WebKit/public/BUILD.gn
|
| +++ b/third_party/WebKit/public/BUILD.gn
|
| @@ -80,6 +80,7 @@ if (is_android) {
|
| "./platform/WebDisplayMode.h",
|
| "./platform/WebInputEvent.h",
|
| "./platform/WebTextInputType.h",
|
| + "./platform/modules/remoteplayback/WebRemotePlaybackAvailability.h",
|
| ]
|
| }
|
|
|
| @@ -367,6 +368,7 @@ source_set("blink_headers") {
|
| "platform/modules/push_messaging/WebPushProvider.h",
|
| "platform/modules/push_messaging/WebPushSubscription.h",
|
| "platform/modules/push_messaging/WebPushSubscriptionOptions.h",
|
| + "platform/modules/remoteplayback/WebRemotePlaybackAvailability.h",
|
| "platform/modules/remoteplayback/WebRemotePlaybackClient.h",
|
| "platform/modules/remoteplayback/WebRemotePlaybackState.h",
|
| "platform/modules/screen_orientation/WebLockOrientationCallback.h",
|
|
|