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

Side by Side 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 unified diff | Download patch
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 group("test_support") { 7 group("test_support") {
8 deps = [ 8 deps = [
9 "//sky/engine/web:test_support", 9 "//sky/engine/web:test_support",
10 ] 10 ]
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 "web/WebLeakDetector.h", 122 "web/WebLeakDetector.h",
123 "web/WebLocalFrame.h", 123 "web/WebLocalFrame.h",
124 "web/WebMemoryUsageInfo.h", 124 "web/WebMemoryUsageInfo.h",
125 "web/WebNavigationPolicy.h", 125 "web/WebNavigationPolicy.h",
126 "web/WebNavigationType.h", 126 "web/WebNavigationType.h",
127 "web/WebNavigatorContentUtilsClient.h", 127 "web/WebNavigatorContentUtilsClient.h",
128 "web/WebNode.h", 128 "web/WebNode.h",
129 "web/WebPageVisibilityState.h", 129 "web/WebPageVisibilityState.h",
130 "web/WebRange.h", 130 "web/WebRange.h",
131 "web/WebRuntimeFeatures.h", 131 "web/WebRuntimeFeatures.h",
132 "web/WebScopedUserGesture.h",
133 "web/WebScriptBindings.h", 132 "web/WebScriptBindings.h",
134 "web/WebScriptController.h", 133 "web/WebScriptController.h",
135 "web/WebScriptSource.h", 134 "web/WebScriptSource.h",
136 "web/WebSettings.h", 135 "web/WebSettings.h",
137 "web/WebSpellCheckClient.h", 136 "web/WebSpellCheckClient.h",
138 "web/WebTestingSupport.h", 137 "web/WebTestingSupport.h",
139 "web/WebTextAffinity.h", 138 "web/WebTextAffinity.h",
140 "web/WebTextCheckingCompletion.h", 139 "web/WebTextCheckingCompletion.h",
141 "web/WebTextCheckingResult.h", 140 "web/WebTextCheckingResult.h",
142 "web/WebTextCheckingType.h", 141 "web/WebTextCheckingType.h",
143 "web/WebTextDecorationType.h", 142 "web/WebTextDecorationType.h",
144 "web/WebTextDirection.h", 143 "web/WebTextDirection.h",
145 "web/WebTextInputInfo.h", 144 "web/WebTextInputInfo.h",
146 "web/WebTextInputType.h", 145 "web/WebTextInputType.h",
147 "web/WebTextRun.h", 146 "web/WebTextRun.h",
148 "web/WebTouchAction.h", 147 "web/WebTouchAction.h",
149 "web/WebURLLoaderOptions.h", 148 "web/WebURLLoaderOptions.h",
150 "web/WebUserGestureIndicator.h",
151 "web/WebUserGestureToken.h",
152 "web/WebView.h", 149 "web/WebView.h",
153 "web/WebViewClient.h", 150 "web/WebViewClient.h",
154 "web/WebWidget.h", 151 "web/WebWidget.h",
155 "web/WebWidgetClient.h", 152 "web/WebWidgetClient.h",
156 "web/linux/WebFontRendering.h", 153 "web/linux/WebFontRendering.h",
157 ] 154 ]
158 } 155 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698