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

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

Issue 2378573002: Revert of Made ElementRareData store ComputedStyle on LayoutObject if possible. (Closed)
Patch Set: Fixed conflicts (nainar) 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/dom/Element.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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 "css/resolver/FontBuilderTest.cpp", 997 "css/resolver/FontBuilderTest.cpp",
998 "css/resolver/MatchResultTest.cpp", 998 "css/resolver/MatchResultTest.cpp",
999 "css/resolver/SharedStyleFinderTest.cpp", 999 "css/resolver/SharedStyleFinderTest.cpp",
1000 "dom/ActiveDOMObjectTest.cpp", 1000 "dom/ActiveDOMObjectTest.cpp",
1001 "dom/AttrTest.cpp", 1001 "dom/AttrTest.cpp",
1002 "dom/CSSSelectorWatchTest.cpp", 1002 "dom/CSSSelectorWatchTest.cpp",
1003 "dom/DOMImplementationTest.cpp", 1003 "dom/DOMImplementationTest.cpp",
1004 "dom/DOMMatrixTest.cpp", 1004 "dom/DOMMatrixTest.cpp",
1005 "dom/DocumentStatisticsCollectorTest.cpp", 1005 "dom/DocumentStatisticsCollectorTest.cpp",
1006 "dom/DocumentTest.cpp", 1006 "dom/DocumentTest.cpp",
1007 "dom/ElementRareDataTest.cpp",
1008 "dom/ElementTest.cpp", 1007 "dom/ElementTest.cpp",
1009 "dom/ExecutionContextTaskTest.cpp", 1008 "dom/ExecutionContextTaskTest.cpp",
1010 "dom/MainThreadTaskRunnerTest.cpp", 1009 "dom/MainThreadTaskRunnerTest.cpp",
1011 "dom/NodeTest.cpp", 1010 "dom/NodeTest.cpp",
1012 "dom/NthIndexCacheTest.cpp", 1011 "dom/NthIndexCacheTest.cpp",
1013 "dom/RangeTest.cpp", 1012 "dom/RangeTest.cpp",
1014 "dom/ScriptRunnerTest.cpp", 1013 "dom/ScriptRunnerTest.cpp",
1015 "dom/SelectorQueryTest.cpp", 1014 "dom/SelectorQueryTest.cpp",
1016 "dom/StaticRangeTest.cpp", 1015 "dom/StaticRangeTest.cpp",
1017 "dom/StyleElementTest.cpp", 1016 "dom/StyleElementTest.cpp",
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1253 sources = [ 1252 sources = [
1254 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1253 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1255 "html/parser/TextResourceDecoderForFuzzing.h", 1254 "html/parser/TextResourceDecoderForFuzzing.h",
1256 ] 1255 ]
1257 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1256 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1258 deps = [ 1257 deps = [
1259 ":core", 1258 ":core",
1260 "../platform:blink_fuzzer_test_support", 1259 "../platform:blink_fuzzer_test_support",
1261 ] 1260 ]
1262 } 1261 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698