Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(621)

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2480003002: [RemotePlayback] Keep track of source compatibility and reject prompt() correspondingly (Closed)
Patch Set: Fixed the java enum comment Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",

Powered by Google App Engine
This is Rietveld 408576698