Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: sky/engine/public/BUILD.gn

Issue 838463004: Remove embedder custom elements. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 "web/Sky.h", 101 "web/Sky.h",
102 "web/WebActiveWheelFlingParameters.h", 102 "web/WebActiveWheelFlingParameters.h",
103 "web/WebArrayBufferConverter.h", 103 "web/WebArrayBufferConverter.h",
104 "web/WebArrayBufferView.h", 104 "web/WebArrayBufferView.h",
105 "web/WebBeginFrameArgs.h", 105 "web/WebBeginFrameArgs.h",
106 "web/WebCache.h", 106 "web/WebCache.h",
107 "web/WebCachedURLRequest.h", 107 "web/WebCachedURLRequest.h",
108 "web/WebCompositionUnderline.h", 108 "web/WebCompositionUnderline.h",
109 "web/WebConsoleMessage.h", 109 "web/WebConsoleMessage.h",
110 "web/WebContentDetectionResult.h", 110 "web/WebContentDetectionResult.h",
111 "web/WebCustomElement.h",
112 "web/WebDocument.h", 111 "web/WebDocument.h",
113 "web/WebElement.h", 112 "web/WebElement.h",
114 "web/WebExceptionCode.h", 113 "web/WebExceptionCode.h",
115 "web/WebFont.h", 114 "web/WebFont.h",
116 "web/WebFontDescription.h", 115 "web/WebFontDescription.h",
117 "web/WebFrame.h", 116 "web/WebFrame.h",
118 "web/WebFrameClient.h", 117 "web/WebFrameClient.h",
119 "web/WebGlyphCache.h", 118 "web/WebGlyphCache.h",
120 "web/WebHitTestResult.h", 119 "web/WebHitTestResult.h",
121 "web/WebImageCache.h", 120 "web/WebImageCache.h",
(...skipping 30 matching lines...) Expand all
152 "web/WebURLLoaderOptions.h", 151 "web/WebURLLoaderOptions.h",
153 "web/WebUserGestureIndicator.h", 152 "web/WebUserGestureIndicator.h",
154 "web/WebUserGestureToken.h", 153 "web/WebUserGestureToken.h",
155 "web/WebView.h", 154 "web/WebView.h",
156 "web/WebViewClient.h", 155 "web/WebViewClient.h",
157 "web/WebWidget.h", 156 "web/WebWidget.h",
158 "web/WebWidgetClient.h", 157 "web/WebWidgetClient.h",
159 "web/linux/WebFontRendering.h", 158 "web/linux/WebFontRendering.h",
160 ] 159 ]
161 } 160 }
OLDNEW
« no previous file with comments | « sky/engine/core/dom/custom/CustomElementRegistry.cpp ('k') | sky/engine/public/web/WebCustomElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698