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

Unified Diff: sky/engine/web/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/web/BUILD.gn
diff --git a/sky/engine/web/BUILD.gn b/sky/engine/web/BUILD.gn
index ebd175617eade226d3dc492150c295f728606d8b..b14f8574f27b8e2f0c6e79406b74eaa6213eaa7a 100644
--- a/sky/engine/web/BUILD.gn
+++ b/sky/engine/web/BUILD.gn
@@ -74,7 +74,6 @@ component("web") {
"WebNode.cpp",
"WebRange.cpp",
"WebRuntimeFeatures.cpp",
- "WebScopedUserGesture.cpp",
"WebScriptBindings.cpp",
"WebScriptController.cpp",
"WebSettingsImpl.cpp",
@@ -84,8 +83,6 @@ component("web") {
"WebTextCheckingResult.cpp",
"WebTextInputInfo.cpp",
"WebTextRun.cpp",
- "WebUserGestureIndicator.cpp",
- "WebUserGestureToken.cpp",
"WebViewImpl.cpp",
"WebViewImpl.h",
"linux/WebFontRendering.cpp",

Powered by Google App Engine
This is Rietveld 408576698