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

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

Issue 758233004: Remove SchemeRegistry and WebSecurityPolicy. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 "web/WebNavigationType.h", 128 "web/WebNavigationType.h",
129 "web/WebNavigatorContentUtilsClient.h", 129 "web/WebNavigatorContentUtilsClient.h",
130 "web/WebNode.h", 130 "web/WebNode.h",
131 "web/WebPageVisibilityState.h", 131 "web/WebPageVisibilityState.h",
132 "web/WebRange.h", 132 "web/WebRange.h",
133 "web/WebRuntimeFeatures.h", 133 "web/WebRuntimeFeatures.h",
134 "web/WebScopedUserGesture.h", 134 "web/WebScopedUserGesture.h",
135 "web/WebScriptBindings.h", 135 "web/WebScriptBindings.h",
136 "web/WebScriptController.h", 136 "web/WebScriptController.h",
137 "web/WebScriptSource.h", 137 "web/WebScriptSource.h",
138 "web/WebSecurityPolicy.h",
139 "web/WebSettings.h", 138 "web/WebSettings.h",
140 "web/WebSpellCheckClient.h", 139 "web/WebSpellCheckClient.h",
141 "web/WebTestingSupport.h", 140 "web/WebTestingSupport.h",
142 "web/WebTextAffinity.h", 141 "web/WebTextAffinity.h",
143 "web/WebTextCheckingCompletion.h", 142 "web/WebTextCheckingCompletion.h",
144 "web/WebTextCheckingResult.h", 143 "web/WebTextCheckingResult.h",
145 "web/WebTextCheckingType.h", 144 "web/WebTextCheckingType.h",
146 "web/WebTextDecorationType.h", 145 "web/WebTextDecorationType.h",
147 "web/WebTextDirection.h", 146 "web/WebTextDirection.h",
148 "web/WebTextInputInfo.h", 147 "web/WebTextInputInfo.h",
149 "web/WebTextInputType.h", 148 "web/WebTextInputType.h",
150 "web/WebTextRun.h", 149 "web/WebTextRun.h",
151 "web/WebTouchAction.h", 150 "web/WebTouchAction.h",
152 "web/WebTouchPoint.h", 151 "web/WebTouchPoint.h",
153 "web/WebURLLoaderOptions.h", 152 "web/WebURLLoaderOptions.h",
154 "web/WebUserGestureIndicator.h", 153 "web/WebUserGestureIndicator.h",
155 "web/WebUserGestureToken.h", 154 "web/WebUserGestureToken.h",
156 "web/WebView.h", 155 "web/WebView.h",
157 "web/WebViewClient.h", 156 "web/WebViewClient.h",
158 "web/WebWidget.h", 157 "web/WebWidget.h",
159 "web/WebWidgetClient.h", 158 "web/WebWidgetClient.h",
160 "web/linux/WebFontRendering.h", 159 "web/linux/WebFontRendering.h",
161 ] 160 ]
162 } 161 }
OLDNEW
« no previous file with comments | « sky/engine/platform/weborigin/SchemeRegistry.cpp ('k') | sky/engine/public/web/WebSecurityPolicy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698