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

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

Issue 2424453002: Handle overflow, underflow in XPath substring position, length. (Closed)
Patch Set: Feedback. 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 1240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1251 "svg/UnsafeSVGAttributeSanitizationTest.cpp", 1251 "svg/UnsafeSVGAttributeSanitizationTest.cpp",
1252 "svg/graphics/SVGImageTest.cpp", 1252 "svg/graphics/SVGImageTest.cpp",
1253 "testing/PrivateScriptTestTest.cpp", 1253 "testing/PrivateScriptTestTest.cpp",
1254 "timing/MemoryInfoTest.cpp", 1254 "timing/MemoryInfoTest.cpp",
1255 "timing/PerformanceBaseTest.cpp", 1255 "timing/PerformanceBaseTest.cpp",
1256 "timing/PerformanceObserverTest.cpp", 1256 "timing/PerformanceObserverTest.cpp",
1257 "timing/PerformanceTest.cpp", 1257 "timing/PerformanceTest.cpp",
1258 "workers/DedicatedWorkerTest.cpp", 1258 "workers/DedicatedWorkerTest.cpp",
1259 "workers/WorkerThreadTest.cpp", 1259 "workers/WorkerThreadTest.cpp",
1260 "workers/WorkerThreadTestHelper.h", 1260 "workers/WorkerThreadTestHelper.h",
1261 "xml/XPathFunctionsTest.cpp",
1261 "xml/parser/SharedBufferReaderTest.cpp", 1262 "xml/parser/SharedBufferReaderTest.cpp",
1262 ] 1263 ]
1263 1264
1264 configs += [ 1265 configs += [
1265 "//third_party/WebKit/Source:config", 1266 "//third_party/WebKit/Source:config",
1266 "//third_party/WebKit/Source:inside_blink", 1267 "//third_party/WebKit/Source:inside_blink",
1267 ] 1268 ]
1268 1269
1269 deps = [ 1270 deps = [
1270 ":core", 1271 ":core",
(...skipping 20 matching lines...) Expand all
1291 sources = [ 1292 sources = [
1292 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1293 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1293 "html/parser/TextResourceDecoderForFuzzing.h", 1294 "html/parser/TextResourceDecoderForFuzzing.h",
1294 ] 1295 ]
1295 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1296 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1296 deps = [ 1297 deps = [
1297 ":core", 1298 ":core",
1298 "../platform:blink_fuzzer_test_support", 1299 "../platform:blink_fuzzer_test_support",
1299 ] 1300 ]
1300 } 1301 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698