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

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

Issue 2371523002: Apply SVG root viewport clips in PaintLayerClipper. (Closed)
Patch Set: none Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ClipRectsCache.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/split_static_library.gni") 7 import("//build/split_static_library.gni")
8 import("//testing/libfuzzer/fuzzer_test.gni") 8 import("//testing/libfuzzer/fuzzer_test.gni")
9 import("//third_party/WebKit/Source/bindings/bindings.gni") 9 import("//third_party/WebKit/Source/bindings/bindings.gni")
10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 "page/scrolling/SnapCoordinatorTest.cpp", 1196 "page/scrolling/SnapCoordinatorTest.cpp",
1197 "paint/FirstMeaningfulPaintDetectorTest.cpp", 1197 "paint/FirstMeaningfulPaintDetectorTest.cpp",
1198 "paint/HTMLCanvasPainterTest.cpp", 1198 "paint/HTMLCanvasPainterTest.cpp",
1199 "paint/LayerClipRecorderTest.cpp", 1199 "paint/LayerClipRecorderTest.cpp",
1200 "paint/LayoutObjectDrawingRecorderTest.cpp", 1200 "paint/LayoutObjectDrawingRecorderTest.cpp",
1201 "paint/NinePieceImageGridTest.cpp", 1201 "paint/NinePieceImageGridTest.cpp",
1202 "paint/ObjectPaintInvalidatorTest.cpp", 1202 "paint/ObjectPaintInvalidatorTest.cpp",
1203 "paint/PaintControllerPaintTest.cpp", 1203 "paint/PaintControllerPaintTest.cpp",
1204 "paint/PaintControllerPaintTest.h", 1204 "paint/PaintControllerPaintTest.h",
1205 "paint/PaintInfoTest.cpp", 1205 "paint/PaintInfoTest.cpp",
1206 "paint/PaintLayerClipperTest.cpp",
1206 "paint/PaintLayerPainterTest.cpp", 1207 "paint/PaintLayerPainterTest.cpp",
1207 "paint/PaintLayerScrollableAreaTest.cpp", 1208 "paint/PaintLayerScrollableAreaTest.cpp",
1208 "paint/PaintPropertyTreeBuilderTest.cpp", 1209 "paint/PaintPropertyTreeBuilderTest.cpp",
1209 "paint/SVGInlineTextBoxPainterTest.cpp", 1210 "paint/SVGInlineTextBoxPainterTest.cpp",
1210 "paint/StubChromeClientForSPv2.h", 1211 "paint/StubChromeClientForSPv2.h",
1211 "paint/TableCellPainterTest.cpp", 1212 "paint/TableCellPainterTest.cpp",
1212 "paint/TextPainterTest.cpp", 1213 "paint/TextPainterTest.cpp",
1213 "paint/VideoPainterTest.cpp", 1214 "paint/VideoPainterTest.cpp",
1214 "streams/ReadableStreamOperationsTest.cpp", 1215 "streams/ReadableStreamOperationsTest.cpp",
1215 "style/ComputedStyleTest.cpp", 1216 "style/ComputedStyleTest.cpp",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 sources = [ 1260 sources = [
1260 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1261 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1261 "html/parser/TextResourceDecoderForFuzzing.h", 1262 "html/parser/TextResourceDecoderForFuzzing.h",
1262 ] 1263 ]
1263 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1264 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1264 deps = [ 1265 deps = [
1265 ":core", 1266 ":core",
1266 "../platform:blink_fuzzer_test_support", 1267 "../platform:blink_fuzzer_test_support",
1267 ] 1268 ]
1268 } 1269 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/layout/ClipRectsCache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698