| OLD | NEW |
| 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 1121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1132 "dom/custom/CustomElementReactionQueueTest.cpp", | 1132 "dom/custom/CustomElementReactionQueueTest.cpp", |
| 1133 "dom/custom/CustomElementReactionStackTest.cpp", | 1133 "dom/custom/CustomElementReactionStackTest.cpp", |
| 1134 "dom/custom/CustomElementReactionTestHelpers.h", | 1134 "dom/custom/CustomElementReactionTestHelpers.h", |
| 1135 "dom/custom/CustomElementRegistryTest.cpp", | 1135 "dom/custom/CustomElementRegistryTest.cpp", |
| 1136 "dom/custom/CustomElementTest.cpp", | 1136 "dom/custom/CustomElementTest.cpp", |
| 1137 "dom/custom/CustomElementTestHelpers.cpp", | 1137 "dom/custom/CustomElementTestHelpers.cpp", |
| 1138 "dom/custom/CustomElementTestHelpers.h", | 1138 "dom/custom/CustomElementTestHelpers.h", |
| 1139 "dom/custom/CustomElementUpgradeSorterTest.cpp", | 1139 "dom/custom/CustomElementUpgradeSorterTest.cpp", |
| 1140 "dom/shadow/FlatTreeTraversalTest.cpp", | 1140 "dom/shadow/FlatTreeTraversalTest.cpp", |
| 1141 "dom/shadow/SlotScopedTraversalTest.cpp", | 1141 "dom/shadow/SlotScopedTraversalTest.cpp", |
| 1142 "editing/CompositionUnderlineTest.cpp", | |
| 1143 "editing/EditingCommandTest.cpp", | |
| 1144 "editing/EditingStrategyTest.cpp", | |
| 1145 "editing/EditingStyleTest.cpp", | |
| 1146 "editing/EditingTestBase.cpp", | |
| 1147 "editing/EditingTestBase.h", | |
| 1148 "editing/EditingUtilitiesTest.cpp", | |
| 1149 "editing/EditorTest.cpp", | |
| 1150 "editing/EphemeralRangeTest.cpp", | |
| 1151 "editing/FrameSelectionTest.cpp", | |
| 1152 "editing/GranularityStrategyTest.cpp", | |
| 1153 "editing/InputMethodControllerTest.cpp", | |
| 1154 "editing/PositionTest.cpp", | |
| 1155 "editing/RelocatablePositionTest.cpp", | |
| 1156 "editing/SelectionAdjusterTest.cpp", | |
| 1157 "editing/SelectionControllerTest.cpp", | |
| 1158 "editing/SelectionTemplateTest.cpp", | |
| 1159 "editing/SurroundingTextTest.cpp", | |
| 1160 "editing/VisiblePositionTest.cpp", | |
| 1161 "editing/VisibleSelectionTest.cpp", | |
| 1162 "editing/VisibleUnitsTest.cpp", | |
| 1163 "editing/commands/ApplyBlockElementCommandTest.cpp", | |
| 1164 "editing/commands/InsertListCommandTest.cpp", | |
| 1165 "editing/commands/ReplaceSelectionCommandTest.cpp", | |
| 1166 "editing/commands/TypingCommandTest.cpp", | |
| 1167 "editing/iterators/BackwardsTextBufferTest.cpp", | |
| 1168 "editing/iterators/CharacterIteratorTest.cpp", | |
| 1169 "editing/iterators/ForwardsTextBufferTest.cpp", | |
| 1170 "editing/iterators/SearchBufferTest.cpp", | |
| 1171 "editing/iterators/SimplifiedBackwardsTextIteratorTest.cpp", | |
| 1172 "editing/iterators/TextIteratorTest.cpp", | |
| 1173 "editing/iterators/TextSearcherICUTest.cpp", | |
| 1174 "editing/markers/DocumentMarkerControllerTest.cpp", | |
| 1175 "editing/serializers/StyledMarkupSerializerTest.cpp", | |
| 1176 "editing/spellcheck/SpellCheckerTest.cpp", | |
| 1177 "editing/state_machines/BackspaceStateMachineTest.cpp", | |
| 1178 "editing/state_machines/BackwardGraphemeBoundaryStateMachineTest.cpp", | |
| 1179 "editing/state_machines/ForwardGraphemeBoundaryStateMachineTest.cpp", | |
| 1180 "editing/state_machines/StateMachineTestUtil.cpp", | |
| 1181 "editing/state_machines/StateMachineUtilTest.cpp", | |
| 1182 "events/EventPathTest.cpp", | 1142 "events/EventPathTest.cpp", |
| 1183 "events/EventTargetTest.cpp", | 1143 "events/EventTargetTest.cpp", |
| 1184 "events/PointerEventFactoryTest.cpp", | 1144 "events/PointerEventFactoryTest.cpp", |
| 1185 "fetch/CachingCorrectnessTest.cpp", | 1145 "fetch/CachingCorrectnessTest.cpp", |
| 1186 "fetch/ClientHintsPreferencesTest.cpp", | 1146 "fetch/ClientHintsPreferencesTest.cpp", |
| 1187 "fetch/CrossOriginAccessControlTest.cpp", | 1147 "fetch/CrossOriginAccessControlTest.cpp", |
| 1188 "fetch/FetchUtilsTest.cpp", | 1148 "fetch/FetchUtilsTest.cpp", |
| 1189 "fetch/ImageResourceTest.cpp", | 1149 "fetch/ImageResourceTest.cpp", |
| 1190 "fetch/MemoryCacheTest.cpp", | 1150 "fetch/MemoryCacheTest.cpp", |
| 1191 "fetch/MockFetchContext.h", | 1151 "fetch/MockFetchContext.h", |
| (...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1359 configs += [ | 1319 configs += [ |
| 1360 ":blink_core_pch", | 1320 ":blink_core_pch", |
| 1361 "//third_party/WebKit/Source:config", | 1321 "//third_party/WebKit/Source:config", |
| 1362 "//third_party/WebKit/Source:inside_blink", | 1322 "//third_party/WebKit/Source:inside_blink", |
| 1363 ] | 1323 ] |
| 1364 | 1324 |
| 1365 deps = [ | 1325 deps = [ |
| 1366 ":core", | 1326 ":core", |
| 1367 "//testing/gmock", | 1327 "//testing/gmock", |
| 1368 "//testing/gtest", | 1328 "//testing/gtest", |
| 1329 "//third_party/WebKit/Source/core/editing:unit_tests", |
| 1369 ] | 1330 ] |
| 1370 } | 1331 } |
| 1371 | 1332 |
| 1372 # Fuzzer for blink::StyleSheetContents | 1333 # Fuzzer for blink::StyleSheetContents |
| 1373 fuzzer_test("stylesheet_contents_fuzzer") { | 1334 fuzzer_test("stylesheet_contents_fuzzer") { |
| 1374 sources = [ | 1335 sources = [ |
| 1375 "css/StyleSheetContentsFuzzer.cpp", | 1336 "css/StyleSheetContentsFuzzer.cpp", |
| 1376 ] | 1337 ] |
| 1377 deps = [ | 1338 deps = [ |
| 1378 ":core", | 1339 ":core", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 1400 sources = [ | 1361 sources = [ |
| 1401 "frame/csp/ContentSecurityPolicyFuzzer.cpp", | 1362 "frame/csp/ContentSecurityPolicyFuzzer.cpp", |
| 1402 ] | 1363 ] |
| 1403 deps = [ | 1364 deps = [ |
| 1404 ":core", | 1365 ":core", |
| 1405 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", | 1366 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", |
| 1406 ] | 1367 ] |
| 1407 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" | 1368 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" |
| 1408 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" | 1369 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" |
| 1409 } | 1370 } |
| OLD | NEW |