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

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

Issue 2456773002: Clear the custom element's reaction queue if upgrade fails. (Closed)
Patch Set: 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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 "dom/RangeTest.cpp", 1055 "dom/RangeTest.cpp",
1056 "dom/ScriptRunnerTest.cpp", 1056 "dom/ScriptRunnerTest.cpp",
1057 "dom/SelectorQueryTest.cpp", 1057 "dom/SelectorQueryTest.cpp",
1058 "dom/StaticRangeTest.cpp", 1058 "dom/StaticRangeTest.cpp",
1059 "dom/StyleElementTest.cpp", 1059 "dom/StyleElementTest.cpp",
1060 "dom/StyleEngineTest.cpp", 1060 "dom/StyleEngineTest.cpp",
1061 "dom/TextTest.cpp", 1061 "dom/TextTest.cpp",
1062 "dom/TreeScopeStyleSheetCollectionTest.cpp", 1062 "dom/TreeScopeStyleSheetCollectionTest.cpp",
1063 "dom/TreeScopeTest.cpp", 1063 "dom/TreeScopeTest.cpp",
1064 "dom/URLSearchParamsTest.cpp", 1064 "dom/URLSearchParamsTest.cpp",
1065 "dom/custom/CustomElementDefinitionTest.cpp",
1065 "dom/custom/CustomElementDescriptorTest.cpp", 1066 "dom/custom/CustomElementDescriptorTest.cpp",
1066 "dom/custom/CustomElementReactionQueueTest.cpp", 1067 "dom/custom/CustomElementReactionQueueTest.cpp",
1067 "dom/custom/CustomElementReactionStackTest.cpp", 1068 "dom/custom/CustomElementReactionStackTest.cpp",
1068 "dom/custom/CustomElementReactionTestHelpers.h", 1069 "dom/custom/CustomElementReactionTestHelpers.h",
1069 "dom/custom/CustomElementRegistryTest.cpp", 1070 "dom/custom/CustomElementRegistryTest.cpp",
1070 "dom/custom/CustomElementTest.cpp", 1071 "dom/custom/CustomElementTest.cpp",
1071 "dom/custom/CustomElementTestHelpers.cpp", 1072 "dom/custom/CustomElementTestHelpers.cpp",
1072 "dom/custom/CustomElementTestHelpers.h", 1073 "dom/custom/CustomElementTestHelpers.h",
1073 "dom/custom/CustomElementUpgradeSorterTest.cpp", 1074 "dom/custom/CustomElementUpgradeSorterTest.cpp",
1074 "dom/shadow/FlatTreeTraversalTest.cpp", 1075 "dom/shadow/FlatTreeTraversalTest.cpp",
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
1302 sources = [ 1303 sources = [
1303 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1304 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1304 "html/parser/TextResourceDecoderForFuzzing.h", 1305 "html/parser/TextResourceDecoderForFuzzing.h",
1305 ] 1306 ]
1306 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1307 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1307 deps = [ 1308 deps = [
1308 ":core", 1309 ":core",
1309 "../platform:blink_fuzzer_test_support", 1310 "../platform:blink_fuzzer_test_support",
1310 ] 1311 ]
1311 } 1312 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698