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

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

Issue 2293713002: Made ElementRareData store ComputedStyle on LayoutObject if possible. (Closed)
Patch Set: Added unit test Created 4 years, 3 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/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/modules.gni") 10 import("//third_party/WebKit/Source/bindings/modules/modules.gni")
(...skipping 964 matching lines...) Expand 10 before | Expand all | Expand 10 after
975 "css/parser/SizesCalcParserTest.cpp", 975 "css/parser/SizesCalcParserTest.cpp",
976 "css/resolver/FontBuilderTest.cpp", 976 "css/resolver/FontBuilderTest.cpp",
977 "css/resolver/MatchResultTest.cpp", 977 "css/resolver/MatchResultTest.cpp",
978 "css/resolver/SharedStyleFinderTest.cpp", 978 "css/resolver/SharedStyleFinderTest.cpp",
979 "dom/ActiveDOMObjectTest.cpp", 979 "dom/ActiveDOMObjectTest.cpp",
980 "dom/AttrTest.cpp", 980 "dom/AttrTest.cpp",
981 "dom/CSSSelectorWatchTest.cpp", 981 "dom/CSSSelectorWatchTest.cpp",
982 "dom/DOMImplementationTest.cpp", 982 "dom/DOMImplementationTest.cpp",
983 "dom/DocumentStatisticsCollectorTest.cpp", 983 "dom/DocumentStatisticsCollectorTest.cpp",
984 "dom/DocumentTest.cpp", 984 "dom/DocumentTest.cpp",
985 "dom/ElementRareDataTest.cpp",
985 "dom/ElementTest.cpp", 986 "dom/ElementTest.cpp",
986 "dom/ExecutionContextTaskTest.cpp", 987 "dom/ExecutionContextTaskTest.cpp",
987 "dom/MainThreadTaskRunnerTest.cpp", 988 "dom/MainThreadTaskRunnerTest.cpp",
988 "dom/NodeTest.cpp", 989 "dom/NodeTest.cpp",
989 "dom/NthIndexCacheTest.cpp", 990 "dom/NthIndexCacheTest.cpp",
990 "dom/RangeTest.cpp", 991 "dom/RangeTest.cpp",
991 "dom/ScriptRunnerTest.cpp", 992 "dom/ScriptRunnerTest.cpp",
992 "dom/SelectorQueryTest.cpp", 993 "dom/SelectorQueryTest.cpp",
993 "dom/StaticRangeTest.cpp", 994 "dom/StaticRangeTest.cpp",
994 "dom/StyleElementTest.cpp", 995 "dom/StyleElementTest.cpp",
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
1223 sources = [ 1224 sources = [
1224 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1225 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1225 "html/parser/TextResourceDecoderForFuzzing.h", 1226 "html/parser/TextResourceDecoderForFuzzing.h",
1226 ] 1227 ]
1227 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1228 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1228 deps = [ 1229 deps = [
1229 ":core", 1230 ":core",
1230 "../platform:blink_fuzzer_test_support", 1231 "../platform:blink_fuzzer_test_support",
1231 ] 1232 ]
1232 } 1233 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698