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

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

Issue 2480003002: [RemotePlayback] Keep track of source compatibility and reject prompt() correspondingly (Closed)
Patch Set: Removed unnecessary forward declaration. 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 ea700035fa52f95d37ada1584f1f4d72537282cd..268d32469676de96d8e5b7471e7a7db0200fec00 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",
]
}

Powered by Google App Engine
This is Rietveld 408576698