| 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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "platform/WebHTTPBody.h", | 58 "platform/WebHTTPBody.h", |
| 59 "platform/WebHTTPHeaderVisitor.h", | 59 "platform/WebHTTPHeaderVisitor.h", |
| 60 "platform/WebHTTPLoadInfo.h", | 60 "platform/WebHTTPLoadInfo.h", |
| 61 "platform/WebImage.h", | 61 "platform/WebImage.h", |
| 62 "platform/WebImageLayer.h", | 62 "platform/WebImageLayer.h", |
| 63 "platform/WebLayer.h", | 63 "platform/WebLayer.h", |
| 64 "platform/WebLayerClient.h", | 64 "platform/WebLayerClient.h", |
| 65 "platform/WebLayerScrollClient.h", | 65 "platform/WebLayerScrollClient.h", |
| 66 "platform/WebLayerTreeView.h", | 66 "platform/WebLayerTreeView.h", |
| 67 "platform/WebLocalizedString.h", | 67 "platform/WebLocalizedString.h", |
| 68 "platform/WebMimeRegistry.h", | |
| 69 "platform/WebNonCopyable.h", | 68 "platform/WebNonCopyable.h", |
| 70 "platform/WebPoint.h", | 69 "platform/WebPoint.h", |
| 71 "platform/WebPrivateOwnPtr.h", | 70 "platform/WebPrivateOwnPtr.h", |
| 72 "platform/WebPrivatePtr.h", | 71 "platform/WebPrivatePtr.h", |
| 73 "platform/WebRect.h", | 72 "platform/WebRect.h", |
| 74 "platform/WebReferrerPolicy.h", | 73 "platform/WebReferrerPolicy.h", |
| 75 "platform/WebRenderingStats.h", | 74 "platform/WebRenderingStats.h", |
| 76 "platform/WebScreenInfo.h", | 75 "platform/WebScreenInfo.h", |
| 77 "platform/WebScreenOrientationType.h", | 76 "platform/WebScreenOrientationType.h", |
| 78 "platform/WebSelectionBound.h", | 77 "platform/WebSelectionBound.h", |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 "web/WebURLLoaderOptions.h", | 156 "web/WebURLLoaderOptions.h", |
| 158 "web/WebUserGestureIndicator.h", | 157 "web/WebUserGestureIndicator.h", |
| 159 "web/WebUserGestureToken.h", | 158 "web/WebUserGestureToken.h", |
| 160 "web/WebView.h", | 159 "web/WebView.h", |
| 161 "web/WebViewClient.h", | 160 "web/WebViewClient.h", |
| 162 "web/WebWidget.h", | 161 "web/WebWidget.h", |
| 163 "web/WebWidgetClient.h", | 162 "web/WebWidgetClient.h", |
| 164 "web/linux/WebFontRendering.h", | 163 "web/linux/WebFontRendering.h", |
| 165 ] | 164 ] |
| 166 } | 165 } |
| OLD | NEW |