| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |