| 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 ] |
| 11 } | 11 } |
| 12 | 12 |
| 13 source_set("platform_headers") { | 13 source_set("platform_headers") { |
| 14 public = [ | 14 public = [ |
| 15 "platform/Platform.h", | 15 "platform/Platform.h", |
| 16 "platform/ServiceProvider.h", | 16 "platform/ServiceProvider.h", |
| 17 "platform/WebArrayBuffer.h", | 17 "platform/WebArrayBuffer.h", |
| 18 "platform/WebBlendMode.h", | 18 "platform/WebBlendMode.h", |
| 19 "platform/WebCString.h", | 19 "platform/WebCString.h", |
| 20 "platform/WebCallbacks.h", | 20 "platform/WebCallbacks.h", |
| 21 "platform/WebCanvas.h", | 21 "platform/WebCanvas.h", |
| 22 "platform/WebClipboard.h", | 22 "platform/WebClipboard.h", |
| 23 "platform/WebColor.h", | 23 "platform/WebColor.h", |
| 24 "platform/WebCommon.h", | 24 "platform/WebCommon.h", |
| 25 "platform/WebCompositeAndReadbackAsyncCallback.h", | |
| 26 "platform/WebCompositorAnimation.h", | |
| 27 "platform/WebCompositorAnimationCurve.h", | |
| 28 "platform/WebCompositorAnimationDelegate.h", | |
| 29 "platform/WebCompositorOutputSurface.h", | |
| 30 "platform/WebCompositorSupport.h", | |
| 31 "platform/WebContentLayer.h", | 25 "platform/WebContentLayer.h", |
| 32 "platform/WebContentLayerClient.h", | 26 "platform/WebContentLayerClient.h", |
| 33 "platform/WebConvertableToTraceFormat.h", | 27 "platform/WebConvertableToTraceFormat.h", |
| 34 "platform/WebCursorInfo.h", | 28 "platform/WebCursorInfo.h", |
| 35 "platform/WebData.h", | 29 "platform/WebData.h", |
| 36 "platform/WebDiscardableMemory.h", | 30 "platform/WebDiscardableMemory.h", |
| 37 "platform/WebExternalBitmap.h", | 31 "platform/WebExternalBitmap.h", |
| 38 "platform/WebExternalTextureLayer.h", | 32 "platform/WebExternalTextureLayer.h", |
| 39 "platform/WebExternalTextureLayerClient.h", | 33 "platform/WebExternalTextureLayerClient.h", |
| 40 "platform/WebExternalTextureMailbox.h", | 34 "platform/WebExternalTextureMailbox.h", |
| 41 "platform/WebFallbackThemeEngine.h", | 35 "platform/WebFallbackThemeEngine.h", |
| 42 "platform/WebFilterAnimationCurve.h", | |
| 43 "platform/WebFilterKeyframe.h", | |
| 44 "platform/WebFilterOperations.h", | |
| 45 "platform/WebFlingAnimator.h", | |
| 46 "platform/WebFloatAnimationCurve.h", | |
| 47 "platform/WebFloatKeyframe.h", | |
| 48 "platform/WebFloatPoint.h", | 36 "platform/WebFloatPoint.h", |
| 49 "platform/WebFloatPoint3D.h", | 37 "platform/WebFloatPoint3D.h", |
| 50 "platform/WebFloatRect.h", | 38 "platform/WebFloatRect.h", |
| 51 "platform/WebFloatSize.h", | 39 "platform/WebFloatSize.h", |
| 52 "platform/WebGestureDevice.h", | 40 "platform/WebGestureDevice.h", |
| 53 "platform/WebGraphicsContext3D.h", | 41 "platform/WebGraphicsContext3D.h", |
| 54 "platform/WebGraphicsContext3DProvider.h", | 42 "platform/WebGraphicsContext3DProvider.h", |
| 55 "platform/WebHTTPBody.h", | 43 "platform/WebHTTPBody.h", |
| 56 "platform/WebHTTPHeaderVisitor.h", | 44 "platform/WebHTTPHeaderVisitor.h", |
| 57 "platform/WebHTTPLoadInfo.h", | 45 "platform/WebHTTPLoadInfo.h", |
| (...skipping 10 matching lines...) Expand all Loading... |
| 68 "platform/WebPrivatePtr.h", | 56 "platform/WebPrivatePtr.h", |
| 69 "platform/WebRect.h", | 57 "platform/WebRect.h", |
| 70 "platform/WebReferrerPolicy.h", | 58 "platform/WebReferrerPolicy.h", |
| 71 "platform/WebRenderingStats.h", | 59 "platform/WebRenderingStats.h", |
| 72 "platform/WebScreenInfo.h", | 60 "platform/WebScreenInfo.h", |
| 73 "platform/WebScreenOrientationType.h", | 61 "platform/WebScreenOrientationType.h", |
| 74 "platform/WebSelectionBound.h", | 62 "platform/WebSelectionBound.h", |
| 75 "platform/WebSize.h", | 63 "platform/WebSize.h", |
| 76 "platform/WebString.h", | 64 "platform/WebString.h", |
| 77 "platform/WebThread.h", | 65 "platform/WebThread.h", |
| 78 "platform/WebTransformAnimationCurve.h", | |
| 79 "platform/WebTransformKeyframe.h", | |
| 80 "platform/WebTransformOperations.h", | |
| 81 "platform/WebURL.h", | 66 "platform/WebURL.h", |
| 82 "platform/WebURLError.h", | 67 "platform/WebURLError.h", |
| 83 "platform/WebURLLoadTiming.h", | 68 "platform/WebURLLoadTiming.h", |
| 84 "platform/WebURLLoader.h", | 69 "platform/WebURLLoader.h", |
| 85 "platform/WebURLLoaderClient.h", | 70 "platform/WebURLLoaderClient.h", |
| 86 "platform/WebURLRequest.h", | 71 "platform/WebURLRequest.h", |
| 87 "platform/WebURLResponse.h", | 72 "platform/WebURLResponse.h", |
| 88 "platform/WebUnitTestSupport.h", | 73 "platform/WebUnitTestSupport.h", |
| 89 "platform/WebVector.h", | 74 "platform/WebVector.h", |
| 90 "platform/android/WebSandboxSupport.h", | 75 "platform/android/WebSandboxSupport.h", |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 "web/WebTextRun.h", | 119 "web/WebTextRun.h", |
| 135 "web/WebTouchAction.h", | 120 "web/WebTouchAction.h", |
| 136 "web/WebURLLoaderOptions.h", | 121 "web/WebURLLoaderOptions.h", |
| 137 "web/WebView.h", | 122 "web/WebView.h", |
| 138 "web/WebViewClient.h", | 123 "web/WebViewClient.h", |
| 139 "web/WebWidget.h", | 124 "web/WebWidget.h", |
| 140 "web/WebWidgetClient.h", | 125 "web/WebWidgetClient.h", |
| 141 "web/linux/WebFontRendering.h", | 126 "web/linux/WebFontRendering.h", |
| 142 ] | 127 ] |
| 143 } | 128 } |
| OLD | NEW |