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

Unified Diff: sky/engine/public/BUILD.gn

Issue 868933003: Remove user gesture tracking (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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: sky/engine/public/BUILD.gn
diff --git a/sky/engine/public/BUILD.gn b/sky/engine/public/BUILD.gn
index 68026c42746aca742d3549ffa6ba05f79d8a1dcc..9c2aadaded3208d131f7b7ce08e433c02e70153a 100644
--- a/sky/engine/public/BUILD.gn
+++ b/sky/engine/public/BUILD.gn
@@ -129,7 +129,6 @@ source_set("web_headers") {
"web/WebPageVisibilityState.h",
"web/WebRange.h",
"web/WebRuntimeFeatures.h",
- "web/WebScopedUserGesture.h",
"web/WebScriptBindings.h",
"web/WebScriptController.h",
"web/WebScriptSource.h",
@@ -147,8 +146,6 @@ source_set("web_headers") {
"web/WebTextRun.h",
"web/WebTouchAction.h",
"web/WebURLLoaderOptions.h",
- "web/WebUserGestureIndicator.h",
- "web/WebUserGestureToken.h",
"web/WebView.h",
"web/WebViewClient.h",
"web/WebWidget.h",

Powered by Google App Engine
This is Rietveld 408576698