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

Side by Side Diff: sky/engine/web/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
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/WebLocalFrameImpl.cpp » ('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("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//sky/engine/config.gni") 6 import("//sky/engine/config.gni")
7 7
8 visibility = ["//sky/*"] 8 visibility = ["//sky/*"]
9 9
10 platform_web_unittest_files = [ 10 platform_web_unittest_files = [
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "Sky.cpp", 72 "Sky.cpp",
73 "WebLeakDetector.cpp", 73 "WebLeakDetector.cpp",
74 "WebLocalFrameImpl.cpp", 74 "WebLocalFrameImpl.cpp",
75 "WebLocalFrameImpl.h", 75 "WebLocalFrameImpl.h",
76 "WebNode.cpp", 76 "WebNode.cpp",
77 "WebRange.cpp", 77 "WebRange.cpp",
78 "WebRuntimeFeatures.cpp", 78 "WebRuntimeFeatures.cpp",
79 "WebScopedUserGesture.cpp", 79 "WebScopedUserGesture.cpp",
80 "WebScriptBindings.cpp", 80 "WebScriptBindings.cpp",
81 "WebScriptController.cpp", 81 "WebScriptController.cpp",
82 "WebSecurityPolicy.cpp",
83 "WebSettingsImpl.cpp", 82 "WebSettingsImpl.cpp",
84 "WebSettingsImpl.h", 83 "WebSettingsImpl.h",
85 "WebTextCheckingCompletionImpl.cpp", 84 "WebTextCheckingCompletionImpl.cpp",
86 "WebTextCheckingCompletionImpl.h", 85 "WebTextCheckingCompletionImpl.h",
87 "WebTextCheckingResult.cpp", 86 "WebTextCheckingResult.cpp",
88 "WebTextInputInfo.cpp", 87 "WebTextInputInfo.cpp",
89 "WebTextRun.cpp", 88 "WebTextRun.cpp",
90 "WebUserGestureIndicator.cpp", 89 "WebUserGestureIndicator.cpp",
91 "WebUserGestureToken.cpp", 90 "WebUserGestureToken.cpp",
92 "WebViewImpl.cpp", 91 "WebViewImpl.cpp",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 configs += [ "//sky/engine:config" ] 152 configs += [ "//sky/engine:config" ]
154 153
155 if (!is_component_build) { 154 if (!is_component_build) {
156 deps += [ "//sky/engine/core" ] 155 deps += [ "//sky/engine/core" ]
157 156
158 configs += [ "//sky/engine:inside_blink" ] 157 configs += [ "//sky/engine:inside_blink" ]
159 158
160 sources += platform_web_unittest_files 159 sources += platform_web_unittest_files
161 } 160 }
162 } 161 }
OLDNEW
« no previous file with comments | « sky/engine/public/web/WebView.h ('k') | sky/engine/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698