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

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

Issue 2375453002: Move FilterOperation*.{cpp,h} to core/style/ (Closed)
Patch Set: Fix EXPORTs 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/animation/CompositorAnimationsTest.cpp » ('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 1195 matching lines...) Expand 10 before | Expand all | Expand 10 after
1206 "paint/PaintLayerPainterTest.cpp", 1206 "paint/PaintLayerPainterTest.cpp",
1207 "paint/PaintLayerScrollableAreaTest.cpp", 1207 "paint/PaintLayerScrollableAreaTest.cpp",
1208 "paint/PaintPropertyTreeBuilderTest.cpp", 1208 "paint/PaintPropertyTreeBuilderTest.cpp",
1209 "paint/SVGInlineTextBoxPainterTest.cpp", 1209 "paint/SVGInlineTextBoxPainterTest.cpp",
1210 "paint/StubChromeClientForSPv2.h", 1210 "paint/StubChromeClientForSPv2.h",
1211 "paint/TableCellPainterTest.cpp", 1211 "paint/TableCellPainterTest.cpp",
1212 "paint/TextPainterTest.cpp", 1212 "paint/TextPainterTest.cpp",
1213 "paint/VideoPainterTest.cpp", 1213 "paint/VideoPainterTest.cpp",
1214 "streams/ReadableStreamOperationsTest.cpp", 1214 "streams/ReadableStreamOperationsTest.cpp",
1215 "style/ComputedStyleTest.cpp", 1215 "style/ComputedStyleTest.cpp",
1216 "style/FilterOperationsTest.cpp",
1216 "style/OutlineValueTest.cpp", 1217 "style/OutlineValueTest.cpp",
1217 "style/SVGComputedStyleTest.cpp", 1218 "style/SVGComputedStyleTest.cpp",
1218 "svg/SVGPathParserTest.cpp", 1219 "svg/SVGPathParserTest.cpp",
1219 "svg/UnsafeSVGAttributeSanitizationTest.cpp", 1220 "svg/UnsafeSVGAttributeSanitizationTest.cpp",
1220 "svg/graphics/SVGImageTest.cpp", 1221 "svg/graphics/SVGImageTest.cpp",
1221 "testing/PrivateScriptTestTest.cpp", 1222 "testing/PrivateScriptTestTest.cpp",
1222 "timing/MemoryInfoTest.cpp", 1223 "timing/MemoryInfoTest.cpp",
1223 "timing/PerformanceBaseTest.cpp", 1224 "timing/PerformanceBaseTest.cpp",
1224 "timing/PerformanceObserverTest.cpp", 1225 "timing/PerformanceObserverTest.cpp",
1225 "timing/PerformanceTest.cpp", 1226 "timing/PerformanceTest.cpp",
(...skipping 33 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/animation/CompositorAnimationsTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698