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

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

Issue 752463002: Remove unused WebMIMERegistry (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/platform/graphics/Image.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « sky/engine/platform/graphics/Image.cpp ('k') | sky/engine/public/platform/Platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698