| 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",
|
|
|