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

Side by Side Diff: third_party/WebKit/Source/core/BUILD.gn

Issue 2449873004: Removing CSPSourceList level up to SourceListDirective. (Closed)
Patch Set: Exporting CSPDirective Created 4 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
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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/toolchain/toolchain.gni") 6 import("//build/toolchain/toolchain.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/WebKit/Source/bindings/bindings.gni") 10 import("//third_party/WebKit/Source/bindings/bindings.gni")
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1129 "fileapi/FileTest.cpp", 1129 "fileapi/FileTest.cpp",
1130 "frame/FrameViewTest.cpp", 1130 "frame/FrameViewTest.cpp",
1131 "frame/HistoryTest.cpp", 1131 "frame/HistoryTest.cpp",
1132 "frame/ImageBitmapTest.cpp", 1132 "frame/ImageBitmapTest.cpp",
1133 "frame/LocalFrameTest.cpp", 1133 "frame/LocalFrameTest.cpp",
1134 "frame/OriginsUsingFeaturesTest.cpp", 1134 "frame/OriginsUsingFeaturesTest.cpp",
1135 "frame/RootFrameViewportTest.cpp", 1135 "frame/RootFrameViewportTest.cpp",
1136 "frame/SubresourceIntegrityTest.cpp", 1136 "frame/SubresourceIntegrityTest.cpp",
1137 "frame/UseCounterTest.cpp", 1137 "frame/UseCounterTest.cpp",
1138 "frame/csp/CSPDirectiveListTest.cpp", 1138 "frame/csp/CSPDirectiveListTest.cpp",
1139 "frame/csp/CSPSourceListTest.cpp",
1140 "frame/csp/CSPSourceTest.cpp", 1139 "frame/csp/CSPSourceTest.cpp",
1141 "frame/csp/ContentSecurityPolicyTest.cpp", 1140 "frame/csp/ContentSecurityPolicyTest.cpp",
1141 "frame/csp/SourceListDirectiveTest.cpp",
1142 "html/AutoplayExperimentTest.cpp", 1142 "html/AutoplayExperimentTest.cpp",
1143 "html/FormDataTest.cpp", 1143 "html/FormDataTest.cpp",
1144 "html/HTMLDimensionTest.cpp", 1144 "html/HTMLDimensionTest.cpp",
1145 "html/HTMLEmbedElementTest.cpp", 1145 "html/HTMLEmbedElementTest.cpp",
1146 "html/HTMLFormControlElementTest.cpp", 1146 "html/HTMLFormControlElementTest.cpp",
1147 "html/HTMLIFrameElementPermissionsTest.cpp", 1147 "html/HTMLIFrameElementPermissionsTest.cpp",
1148 "html/HTMLIFrameElementTest.cpp", 1148 "html/HTMLIFrameElementTest.cpp",
1149 "html/HTMLImageElementTest.cpp", 1149 "html/HTMLImageElementTest.cpp",
1150 "html/HTMLInputElementTest.cpp", 1150 "html/HTMLInputElementTest.cpp",
1151 "html/HTMLLinkElementSizesAttributeTest.cpp", 1151 "html/HTMLLinkElementSizesAttributeTest.cpp",
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 sources = [ 1303 sources = [
1304 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1304 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1305 "html/parser/TextResourceDecoderForFuzzing.h", 1305 "html/parser/TextResourceDecoderForFuzzing.h",
1306 ] 1306 ]
1307 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1307 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1308 deps = [ 1308 deps = [
1309 ":core", 1309 ":core",
1310 "../platform:blink_fuzzer_test_support", 1310 "../platform:blink_fuzzer_test_support",
1311 ] 1311 ]
1312 } 1312 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698