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

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

Issue 2698313003: Fix caret paint invalidation when moving between blocks (Closed)
Patch Set: - Created 3 years, 10 months 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 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 "dom/custom/CustomElementReactionQueueTest.cpp", 1182 "dom/custom/CustomElementReactionQueueTest.cpp",
1183 "dom/custom/CustomElementReactionStackTest.cpp", 1183 "dom/custom/CustomElementReactionStackTest.cpp",
1184 "dom/custom/CustomElementReactionTestHelpers.h", 1184 "dom/custom/CustomElementReactionTestHelpers.h",
1185 "dom/custom/CustomElementRegistryTest.cpp", 1185 "dom/custom/CustomElementRegistryTest.cpp",
1186 "dom/custom/CustomElementTest.cpp", 1186 "dom/custom/CustomElementTest.cpp",
1187 "dom/custom/CustomElementTestHelpers.cpp", 1187 "dom/custom/CustomElementTestHelpers.cpp",
1188 "dom/custom/CustomElementTestHelpers.h", 1188 "dom/custom/CustomElementTestHelpers.h",
1189 "dom/custom/CustomElementUpgradeSorterTest.cpp", 1189 "dom/custom/CustomElementUpgradeSorterTest.cpp",
1190 "dom/shadow/FlatTreeTraversalTest.cpp", 1190 "dom/shadow/FlatTreeTraversalTest.cpp",
1191 "dom/shadow/SlotScopedTraversalTest.cpp", 1191 "dom/shadow/SlotScopedTraversalTest.cpp",
1192 "editing/CaretDisplayItemClientTest.cpp",
1192 "events/EventPathTest.cpp", 1193 "events/EventPathTest.cpp",
1193 "events/EventTargetTest.cpp", 1194 "events/EventTargetTest.cpp",
1194 "events/PointerEventFactoryTest.cpp", 1195 "events/PointerEventFactoryTest.cpp",
1195 "events/TouchEventTest.cpp", 1196 "events/TouchEventTest.cpp",
1196 "fileapi/FileListTest.cpp", 1197 "fileapi/FileListTest.cpp",
1197 "fileapi/FileTest.cpp", 1198 "fileapi/FileTest.cpp",
1198 "frame/DOMTimerTest.cpp", 1199 "frame/DOMTimerTest.cpp",
1199 "frame/FeaturePolicyInFrameTest.cpp", 1200 "frame/FeaturePolicyInFrameTest.cpp",
1200 "frame/FrameViewTest.cpp", 1201 "frame/FrameViewTest.cpp",
1201 "frame/HistoryTest.cpp", 1202 "frame/HistoryTest.cpp",
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 "origin_trials/OriginTrialContextTest.cpp", 1321 "origin_trials/OriginTrialContextTest.cpp",
1321 "page/ChromeClientTest.cpp", 1322 "page/ChromeClientTest.cpp",
1322 "page/ContextMenuControllerTest.cpp", 1323 "page/ContextMenuControllerTest.cpp",
1323 "page/FocusControllerTest.cpp", 1324 "page/FocusControllerTest.cpp",
1324 "page/NetworkStateNotifierTest.cpp", 1325 "page/NetworkStateNotifierTest.cpp",
1325 "page/PagePopupClientTest.cpp", 1326 "page/PagePopupClientTest.cpp",
1326 "page/PrintContextTest.cpp", 1327 "page/PrintContextTest.cpp",
1327 "page/WindowFeaturesTest.cpp", 1328 "page/WindowFeaturesTest.cpp",
1328 "page/scrolling/ScrollStateTest.cpp", 1329 "page/scrolling/ScrollStateTest.cpp",
1329 "page/scrolling/SnapCoordinatorTest.cpp", 1330 "page/scrolling/SnapCoordinatorTest.cpp",
1330 "paint/BlockPaintInvalidatorTest.cpp",
1331 "paint/BoxPaintInvalidatorTest.cpp", 1331 "paint/BoxPaintInvalidatorTest.cpp",
1332 "paint/FirstMeaningfulPaintDetectorTest.cpp", 1332 "paint/FirstMeaningfulPaintDetectorTest.cpp",
1333 "paint/HTMLCanvasPainterTest.cpp", 1333 "paint/HTMLCanvasPainterTest.cpp",
1334 "paint/LayerClipRecorderTest.cpp", 1334 "paint/LayerClipRecorderTest.cpp",
1335 "paint/LayoutObjectDrawingRecorderTest.cpp", 1335 "paint/LayoutObjectDrawingRecorderTest.cpp",
1336 "paint/NinePieceImageGridTest.cpp", 1336 "paint/NinePieceImageGridTest.cpp",
1337 "paint/ObjectPaintInvalidatorTest.cpp", 1337 "paint/ObjectPaintInvalidatorTest.cpp",
1338 "paint/PaintControllerPaintTest.cpp", 1338 "paint/PaintControllerPaintTest.cpp",
1339 "paint/PaintControllerPaintTest.h", 1339 "paint/PaintControllerPaintTest.h",
1340 "paint/PaintInfoTest.cpp", 1340 "paint/PaintInfoTest.cpp",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 sources = [ 1419 sources = [
1420 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1420 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1421 ] 1421 ]
1422 deps = [ 1422 deps = [
1423 ":core", 1423 ":core",
1424 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1424 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1425 ] 1425 ]
1426 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1426 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1427 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1427 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1428 } 1428 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698