| 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("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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 "platform/WebFloatKeyframe.h", | 47 "platform/WebFloatKeyframe.h", |
| 48 "platform/WebFloatPoint.h", | 48 "platform/WebFloatPoint.h", |
| 49 "platform/WebFloatPoint3D.h", | 49 "platform/WebFloatPoint3D.h", |
| 50 "platform/WebFloatRect.h", | 50 "platform/WebFloatRect.h", |
| 51 "platform/WebFloatSize.h", | 51 "platform/WebFloatSize.h", |
| 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/WebGraphicsLayerDebugInfo.h", | |
| 58 "platform/WebHTTPBody.h", | 57 "platform/WebHTTPBody.h", |
| 59 "platform/WebHTTPHeaderVisitor.h", | 58 "platform/WebHTTPHeaderVisitor.h", |
| 60 "platform/WebHTTPLoadInfo.h", | 59 "platform/WebHTTPLoadInfo.h", |
| 61 "platform/WebImage.h", | 60 "platform/WebImage.h", |
| 62 "platform/WebImageLayer.h", | 61 "platform/WebImageLayer.h", |
| 63 "platform/WebLayer.h", | 62 "platform/WebLayer.h", |
| 64 "platform/WebLayerClient.h", | |
| 65 "platform/WebLayerScrollClient.h", | 63 "platform/WebLayerScrollClient.h", |
| 66 "platform/WebLayerTreeView.h", | 64 "platform/WebLayerTreeView.h", |
| 67 "platform/WebLocalizedString.h", | 65 "platform/WebLocalizedString.h", |
| 68 "platform/WebNonCopyable.h", | 66 "platform/WebNonCopyable.h", |
| 69 "platform/WebPoint.h", | 67 "platform/WebPoint.h", |
| 70 "platform/WebPrivateOwnPtr.h", | 68 "platform/WebPrivateOwnPtr.h", |
| 71 "platform/WebPrivatePtr.h", | 69 "platform/WebPrivatePtr.h", |
| 72 "platform/WebRect.h", | 70 "platform/WebRect.h", |
| 73 "platform/WebReferrerPolicy.h", | 71 "platform/WebReferrerPolicy.h", |
| 74 "platform/WebRenderingStats.h", | 72 "platform/WebRenderingStats.h", |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 155 "web/WebURLLoaderOptions.h", | 153 "web/WebURLLoaderOptions.h", |
| 156 "web/WebUserGestureIndicator.h", | 154 "web/WebUserGestureIndicator.h", |
| 157 "web/WebUserGestureToken.h", | 155 "web/WebUserGestureToken.h", |
| 158 "web/WebView.h", | 156 "web/WebView.h", |
| 159 "web/WebViewClient.h", | 157 "web/WebViewClient.h", |
| 160 "web/WebWidget.h", | 158 "web/WebWidget.h", |
| 161 "web/WebWidgetClient.h", | 159 "web/WebWidgetClient.h", |
| 162 "web/linux/WebFontRendering.h", | 160 "web/linux/WebFontRendering.h", |
| 163 ] | 161 ] |
| 164 } | 162 } |
| OLD | NEW |