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

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

Issue 2001453002: Set ComputedStyle on Node and use that in buildOwnLayout() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@storage
Patch Set: Remove any cases that are forcing the newStyle on the old LayoutObject 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.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 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 "css/resolver/FontBuilderTest.cpp", 1005 "css/resolver/FontBuilderTest.cpp",
1006 "css/resolver/MatchResultTest.cpp", 1006 "css/resolver/MatchResultTest.cpp",
1007 "css/resolver/SharedStyleFinderTest.cpp", 1007 "css/resolver/SharedStyleFinderTest.cpp",
1008 "dom/ActiveDOMObjectTest.cpp", 1008 "dom/ActiveDOMObjectTest.cpp",
1009 "dom/AttrTest.cpp", 1009 "dom/AttrTest.cpp",
1010 "dom/CSSSelectorWatchTest.cpp", 1010 "dom/CSSSelectorWatchTest.cpp",
1011 "dom/DOMImplementationTest.cpp", 1011 "dom/DOMImplementationTest.cpp",
1012 "dom/DOMMatrixTest.cpp", 1012 "dom/DOMMatrixTest.cpp",
1013 "dom/DocumentStatisticsCollectorTest.cpp", 1013 "dom/DocumentStatisticsCollectorTest.cpp",
1014 "dom/DocumentTest.cpp", 1014 "dom/DocumentTest.cpp",
1015 "dom/ElementRareDataTest.cpp",
1016 "dom/ElementTest.cpp", 1015 "dom/ElementTest.cpp",
1017 "dom/ExecutionContextTaskTest.cpp", 1016 "dom/ExecutionContextTaskTest.cpp",
1018 "dom/MainThreadTaskRunnerTest.cpp", 1017 "dom/MainThreadTaskRunnerTest.cpp",
1019 "dom/NodeTest.cpp", 1018 "dom/NodeTest.cpp",
1020 "dom/NthIndexCacheTest.cpp", 1019 "dom/NthIndexCacheTest.cpp",
1021 "dom/RangeTest.cpp", 1020 "dom/RangeTest.cpp",
1022 "dom/ScriptRunnerTest.cpp", 1021 "dom/ScriptRunnerTest.cpp",
1023 "dom/SelectorQueryTest.cpp", 1022 "dom/SelectorQueryTest.cpp",
1024 "dom/StaticRangeTest.cpp", 1023 "dom/StaticRangeTest.cpp",
1025 "dom/StyleElementTest.cpp", 1024 "dom/StyleElementTest.cpp",
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
1259 sources = [ 1258 sources = [
1260 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1259 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1261 "html/parser/TextResourceDecoderForFuzzing.h", 1260 "html/parser/TextResourceDecoderForFuzzing.h",
1262 ] 1261 ]
1263 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1262 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1264 deps = [ 1263 deps = [
1265 ":core", 1264 ":core",
1266 "../platform:blink_fuzzer_test_support", 1265 "../platform:blink_fuzzer_test_support",
1267 ] 1266 ]
1268 } 1267 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698