| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 "platform/WebPrivateOwnPtr.h", | 70 "platform/WebPrivateOwnPtr.h", |
| 71 "platform/WebPrivatePtr.h", | 71 "platform/WebPrivatePtr.h", |
| 72 "platform/WebRect.h", | 72 "platform/WebRect.h", |
| 73 "platform/WebReferrerPolicy.h", | 73 "platform/WebReferrerPolicy.h", |
| 74 "platform/WebRenderingStats.h", | 74 "platform/WebRenderingStats.h", |
| 75 "platform/WebScreenInfo.h", | 75 "platform/WebScreenInfo.h", |
| 76 "platform/WebScreenOrientationType.h", | 76 "platform/WebScreenOrientationType.h", |
| 77 "platform/WebSelectionBound.h", | 77 "platform/WebSelectionBound.h", |
| 78 "platform/WebSize.h", | 78 "platform/WebSize.h", |
| 79 "platform/WebString.h", | 79 "platform/WebString.h", |
| 80 "platform/WebThemeEngine.h", | |
| 81 "platform/WebThread.h", | 80 "platform/WebThread.h", |
| 82 "platform/WebTransformAnimationCurve.h", | 81 "platform/WebTransformAnimationCurve.h", |
| 83 "platform/WebTransformKeyframe.h", | 82 "platform/WebTransformKeyframe.h", |
| 84 "platform/WebTransformOperations.h", | 83 "platform/WebTransformOperations.h", |
| 85 "platform/WebURL.h", | 84 "platform/WebURL.h", |
| 86 "platform/WebURLError.h", | 85 "platform/WebURLError.h", |
| 87 "platform/WebURLLoadTiming.h", | 86 "platform/WebURLLoadTiming.h", |
| 88 "platform/WebURLLoader.h", | 87 "platform/WebURLLoader.h", |
| 89 "platform/WebURLLoaderClient.h", | 88 "platform/WebURLLoaderClient.h", |
| 90 "platform/WebURLRequest.h", | 89 "platform/WebURLRequest.h", |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "web/WebURLLoaderOptions.h", | 155 "web/WebURLLoaderOptions.h", |
| 157 "web/WebUserGestureIndicator.h", | 156 "web/WebUserGestureIndicator.h", |
| 158 "web/WebUserGestureToken.h", | 157 "web/WebUserGestureToken.h", |
| 159 "web/WebView.h", | 158 "web/WebView.h", |
| 160 "web/WebViewClient.h", | 159 "web/WebViewClient.h", |
| 161 "web/WebWidget.h", | 160 "web/WebWidget.h", |
| 162 "web/WebWidgetClient.h", | 161 "web/WebWidgetClient.h", |
| 163 "web/linux/WebFontRendering.h", | 162 "web/linux/WebFontRendering.h", |
| 164 ] | 163 ] |
| 165 } | 164 } |
| OLD | NEW |