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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
68 "platform/WebPrivatePtr.h", | 68 "platform/WebPrivatePtr.h", |
69 "platform/WebRect.h", | 69 "platform/WebRect.h", |
70 "platform/WebReferrerPolicy.h", | 70 "platform/WebReferrerPolicy.h", |
71 "platform/WebRenderingStats.h", | 71 "platform/WebRenderingStats.h", |
72 "platform/WebScreenInfo.h", | 72 "platform/WebScreenInfo.h", |
73 "platform/WebScreenOrientationType.h", | 73 "platform/WebScreenOrientationType.h", |
74 "platform/WebSelectionBound.h", | 74 "platform/WebSelectionBound.h", |
75 "platform/WebSize.h", | 75 "platform/WebSize.h", |
76 "platform/WebString.h", | 76 "platform/WebString.h", |
77 "platform/WebThread.h", | 77 "platform/WebThread.h", |
78 "platform/WebTouchPoint.h", | |
79 "platform/WebTransformAnimationCurve.h", | 78 "platform/WebTransformAnimationCurve.h", |
80 "platform/WebTransformKeyframe.h", | 79 "platform/WebTransformKeyframe.h", |
81 "platform/WebTransformOperations.h", | 80 "platform/WebTransformOperations.h", |
82 "platform/WebURL.h", | 81 "platform/WebURL.h", |
83 "platform/WebURLError.h", | 82 "platform/WebURLError.h", |
84 "platform/WebURLLoadTiming.h", | 83 "platform/WebURLLoadTiming.h", |
85 "platform/WebURLLoader.h", | 84 "platform/WebURLLoader.h", |
86 "platform/WebURLLoaderClient.h", | 85 "platform/WebURLLoaderClient.h", |
87 "platform/WebURLRequest.h", | 86 "platform/WebURLRequest.h", |
88 "platform/WebURLResponse.h", | 87 "platform/WebURLResponse.h", |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 "web/WebTextRun.h", | 134 "web/WebTextRun.h", |
136 "web/WebTouchAction.h", | 135 "web/WebTouchAction.h", |
137 "web/WebURLLoaderOptions.h", | 136 "web/WebURLLoaderOptions.h", |
138 "web/WebView.h", | 137 "web/WebView.h", |
139 "web/WebViewClient.h", | 138 "web/WebViewClient.h", |
140 "web/WebWidget.h", | 139 "web/WebWidget.h", |
141 "web/WebWidgetClient.h", | 140 "web/WebWidgetClient.h", |
142 "web/linux/WebFontRendering.h", | 141 "web/linux/WebFontRendering.h", |
143 ] | 142 ] |
144 } | 143 } |
OLD | NEW |