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

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

Issue 720713003: Remove WebScroll* (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/platform/scroll/Scrollbar.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("blink") { 7 group("blink") {
8 deps = [ 8 deps = [
9 ":sky_headers", 9 ":sky_headers",
10 "//sky/engine/web", 10 "//sky/engine/web",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "platform/WebMimeRegistry.h", 86 "platform/WebMimeRegistry.h",
87 "platform/WebNonCopyable.h", 87 "platform/WebNonCopyable.h",
88 "platform/WebPoint.h", 88 "platform/WebPoint.h",
89 "platform/WebPrivateOwnPtr.h", 89 "platform/WebPrivateOwnPtr.h",
90 "platform/WebPrivatePtr.h", 90 "platform/WebPrivatePtr.h",
91 "platform/WebRect.h", 91 "platform/WebRect.h",
92 "platform/WebReferrerPolicy.h", 92 "platform/WebReferrerPolicy.h",
93 "platform/WebRenderingStats.h", 93 "platform/WebRenderingStats.h",
94 "platform/WebScreenInfo.h", 94 "platform/WebScreenInfo.h",
95 "platform/WebScreenOrientationType.h", 95 "platform/WebScreenOrientationType.h",
96 "platform/WebScrollOffsetAnimationCurve.h",
97 "platform/WebScrollbar.h",
98 "platform/WebScrollbarBehavior.h",
99 "platform/WebScrollbarLayer.h",
100 "platform/WebScrollbarThemeGeometry.h",
101 "platform/WebScrollbarThemePainter.h",
102 "platform/WebSelectionBound.h", 96 "platform/WebSelectionBound.h",
103 "platform/WebSize.h", 97 "platform/WebSize.h",
104 "platform/WebString.h", 98 "platform/WebString.h",
105 "platform/WebThemeEngine.h", 99 "platform/WebThemeEngine.h",
106 "platform/WebThread.h", 100 "platform/WebThread.h",
107 "platform/WebTransformAnimationCurve.h", 101 "platform/WebTransformAnimationCurve.h",
108 "platform/WebTransformKeyframe.h", 102 "platform/WebTransformKeyframe.h",
109 "platform/WebTransformOperations.h", 103 "platform/WebTransformOperations.h",
110 "platform/WebURL.h", 104 "platform/WebURL.h",
111 "platform/WebURLError.h", 105 "platform/WebURLError.h",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 "web/WebURLLoaderOptions.h", 170 "web/WebURLLoaderOptions.h",
177 "web/WebUserGestureIndicator.h", 171 "web/WebUserGestureIndicator.h",
178 "web/WebUserGestureToken.h", 172 "web/WebUserGestureToken.h",
179 "web/WebView.h", 173 "web/WebView.h",
180 "web/WebViewClient.h", 174 "web/WebViewClient.h",
181 "web/WebWidget.h", 175 "web/WebWidget.h",
182 "web/WebWidgetClient.h", 176 "web/WebWidgetClient.h",
183 "web/linux/WebFontRendering.h", 177 "web/linux/WebFontRendering.h",
184 ] 178 ]
185 } 179 }
OLDNEW
« no previous file with comments | « sky/engine/platform/scroll/Scrollbar.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698