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

Side by Side Diff: sky/engine/public/BUILD.gn

Issue 860593003: Move WebInputEvent from public/web to public/platform (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Build fix 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 "platform/WebGestureCurve.h", 52 "platform/WebGestureCurve.h",
53 "platform/WebGestureCurveTarget.h", 53 "platform/WebGestureCurveTarget.h",
54 "platform/WebGestureDevice.h", 54 "platform/WebGestureDevice.h",
55 "platform/WebGraphicsContext3D.h", 55 "platform/WebGraphicsContext3D.h",
56 "platform/WebGraphicsContext3DProvider.h", 56 "platform/WebGraphicsContext3DProvider.h",
57 "platform/WebHTTPBody.h", 57 "platform/WebHTTPBody.h",
58 "platform/WebHTTPHeaderVisitor.h", 58 "platform/WebHTTPHeaderVisitor.h",
59 "platform/WebHTTPLoadInfo.h", 59 "platform/WebHTTPLoadInfo.h",
60 "platform/WebImage.h", 60 "platform/WebImage.h",
61 "platform/WebImageLayer.h", 61 "platform/WebImageLayer.h",
62 "platform/WebInputEvent.h",
62 "platform/WebLayer.h", 63 "platform/WebLayer.h",
63 "platform/WebLayerScrollClient.h", 64 "platform/WebLayerScrollClient.h",
64 "platform/WebLayerTreeView.h", 65 "platform/WebLayerTreeView.h",
65 "platform/WebLocalizedString.h", 66 "platform/WebLocalizedString.h",
66 "platform/WebNonCopyable.h", 67 "platform/WebNonCopyable.h",
67 "platform/WebPoint.h", 68 "platform/WebPoint.h",
68 "platform/WebPrivateOwnPtr.h", 69 "platform/WebPrivateOwnPtr.h",
69 "platform/WebPrivatePtr.h", 70 "platform/WebPrivatePtr.h",
70 "platform/WebRect.h", 71 "platform/WebRect.h",
71 "platform/WebReferrerPolicy.h", 72 "platform/WebReferrerPolicy.h",
72 "platform/WebRenderingStats.h", 73 "platform/WebRenderingStats.h",
73 "platform/WebScreenInfo.h", 74 "platform/WebScreenInfo.h",
74 "platform/WebScreenOrientationType.h", 75 "platform/WebScreenOrientationType.h",
75 "platform/WebSelectionBound.h", 76 "platform/WebSelectionBound.h",
76 "platform/WebSize.h", 77 "platform/WebSize.h",
77 "platform/WebString.h", 78 "platform/WebString.h",
78 "platform/WebThread.h", 79 "platform/WebThread.h",
80 "platform/WebTouchPoint.h",
79 "platform/WebTransformAnimationCurve.h", 81 "platform/WebTransformAnimationCurve.h",
80 "platform/WebTransformKeyframe.h", 82 "platform/WebTransformKeyframe.h",
81 "platform/WebTransformOperations.h", 83 "platform/WebTransformOperations.h",
82 "platform/WebURL.h", 84 "platform/WebURL.h",
83 "platform/WebURLError.h", 85 "platform/WebURLError.h",
84 "platform/WebURLLoadTiming.h", 86 "platform/WebURLLoadTiming.h",
85 "platform/WebURLLoader.h", 87 "platform/WebURLLoader.h",
86 "platform/WebURLLoaderClient.h", 88 "platform/WebURLLoaderClient.h",
87 "platform/WebURLRequest.h", 89 "platform/WebURLRequest.h",
88 "platform/WebURLResponse.h", 90 "platform/WebURLResponse.h",
(...skipping 23 matching lines...) Expand all
112 "web/WebElement.h", 114 "web/WebElement.h",
113 "web/WebExceptionCode.h", 115 "web/WebExceptionCode.h",
114 "web/WebFont.h", 116 "web/WebFont.h",
115 "web/WebFontDescription.h", 117 "web/WebFontDescription.h",
116 "web/WebFrame.h", 118 "web/WebFrame.h",
117 "web/WebFrameClient.h", 119 "web/WebFrameClient.h",
118 "web/WebGlyphCache.h", 120 "web/WebGlyphCache.h",
119 "web/WebHitTestResult.h", 121 "web/WebHitTestResult.h",
120 "web/WebImageCache.h", 122 "web/WebImageCache.h",
121 "web/WebImageDecoder.h", 123 "web/WebImageDecoder.h",
122 "web/WebInputEvent.h",
123 "web/WebLeakDetector.h", 124 "web/WebLeakDetector.h",
124 "web/WebLocalFrame.h", 125 "web/WebLocalFrame.h",
125 "web/WebMemoryUsageInfo.h", 126 "web/WebMemoryUsageInfo.h",
126 "web/WebNavigationPolicy.h", 127 "web/WebNavigationPolicy.h",
127 "web/WebNavigationType.h", 128 "web/WebNavigationType.h",
128 "web/WebNavigatorContentUtilsClient.h", 129 "web/WebNavigatorContentUtilsClient.h",
129 "web/WebNode.h", 130 "web/WebNode.h",
130 "web/WebPageVisibilityState.h", 131 "web/WebPageVisibilityState.h",
131 "web/WebRange.h", 132 "web/WebRange.h",
132 "web/WebRuntimeFeatures.h", 133 "web/WebRuntimeFeatures.h",
133 "web/WebScopedUserGesture.h", 134 "web/WebScopedUserGesture.h",
134 "web/WebScriptBindings.h", 135 "web/WebScriptBindings.h",
135 "web/WebScriptController.h", 136 "web/WebScriptController.h",
136 "web/WebScriptSource.h", 137 "web/WebScriptSource.h",
137 "web/WebSettings.h", 138 "web/WebSettings.h",
138 "web/WebSpellCheckClient.h", 139 "web/WebSpellCheckClient.h",
139 "web/WebTestingSupport.h", 140 "web/WebTestingSupport.h",
140 "web/WebTextAffinity.h", 141 "web/WebTextAffinity.h",
141 "web/WebTextCheckingCompletion.h", 142 "web/WebTextCheckingCompletion.h",
142 "web/WebTextCheckingResult.h", 143 "web/WebTextCheckingResult.h",
143 "web/WebTextCheckingType.h", 144 "web/WebTextCheckingType.h",
144 "web/WebTextDecorationType.h", 145 "web/WebTextDecorationType.h",
145 "web/WebTextDirection.h", 146 "web/WebTextDirection.h",
146 "web/WebTextInputInfo.h", 147 "web/WebTextInputInfo.h",
147 "web/WebTextInputType.h", 148 "web/WebTextInputType.h",
148 "web/WebTextRun.h", 149 "web/WebTextRun.h",
149 "web/WebTouchAction.h", 150 "web/WebTouchAction.h",
150 "web/WebTouchPoint.h",
151 "web/WebURLLoaderOptions.h", 151 "web/WebURLLoaderOptions.h",
152 "web/WebUserGestureIndicator.h", 152 "web/WebUserGestureIndicator.h",
153 "web/WebUserGestureToken.h", 153 "web/WebUserGestureToken.h",
154 "web/WebView.h", 154 "web/WebView.h",
155 "web/WebViewClient.h", 155 "web/WebViewClient.h",
156 "web/WebWidget.h", 156 "web/WebWidget.h",
157 "web/WebWidgetClient.h", 157 "web/WebWidgetClient.h",
158 "web/linux/WebFontRendering.h", 158 "web/linux/WebFontRendering.h",
159 ] 159 ]
160 } 160 }
OLDNEW
« no previous file with comments | « sky/engine/platform/exported/WebInputEvent.cpp ('k') | sky/engine/public/platform/WebInputEvent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698