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

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

Issue 2401303002: ElementVisibilityObserver: use ExecutionContext's document. (Closed)
Patch Set: review comments 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/ElementVisibilityObserver.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/toolchain/toolchain.gni") 6 import("//build/toolchain/toolchain.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//testing/libfuzzer/fuzzer_test.gni") 9 import("//testing/libfuzzer/fuzzer_test.gni")
10 import("//third_party/WebKit/Source/bindings/bindings.gni") 10 import("//third_party/WebKit/Source/bindings/bindings.gni")
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1028 "css/resolver/MatchResultTest.cpp", 1028 "css/resolver/MatchResultTest.cpp",
1029 "css/resolver/SharedStyleFinderTest.cpp", 1029 "css/resolver/SharedStyleFinderTest.cpp",
1030 "dom/ActiveDOMObjectTest.cpp", 1030 "dom/ActiveDOMObjectTest.cpp",
1031 "dom/AttrTest.cpp", 1031 "dom/AttrTest.cpp",
1032 "dom/CSSSelectorWatchTest.cpp", 1032 "dom/CSSSelectorWatchTest.cpp",
1033 "dom/DOMImplementationTest.cpp", 1033 "dom/DOMImplementationTest.cpp",
1034 "dom/DOMMatrixTest.cpp", 1034 "dom/DOMMatrixTest.cpp",
1035 "dom/DocumentStatisticsCollectorTest.cpp", 1035 "dom/DocumentStatisticsCollectorTest.cpp",
1036 "dom/DocumentTest.cpp", 1036 "dom/DocumentTest.cpp",
1037 "dom/ElementTest.cpp", 1037 "dom/ElementTest.cpp",
1038 "dom/ElementVisibilityObserverTest.cpp",
1038 "dom/ExecutionContextTaskTest.cpp", 1039 "dom/ExecutionContextTaskTest.cpp",
1039 "dom/MainThreadTaskRunnerTest.cpp", 1040 "dom/MainThreadTaskRunnerTest.cpp",
1040 "dom/NodeTest.cpp", 1041 "dom/NodeTest.cpp",
1041 "dom/NthIndexCacheTest.cpp", 1042 "dom/NthIndexCacheTest.cpp",
1042 "dom/RangeTest.cpp", 1043 "dom/RangeTest.cpp",
1043 "dom/ScriptRunnerTest.cpp", 1044 "dom/ScriptRunnerTest.cpp",
1044 "dom/SelectorQueryTest.cpp", 1045 "dom/SelectorQueryTest.cpp",
1045 "dom/StaticRangeTest.cpp", 1046 "dom/StaticRangeTest.cpp",
1046 "dom/StyleElementTest.cpp", 1047 "dom/StyleElementTest.cpp",
1047 "dom/StyleEngineTest.cpp", 1048 "dom/StyleEngineTest.cpp",
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 sources = [ 1285 sources = [
1285 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1286 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1286 "html/parser/TextResourceDecoderForFuzzing.h", 1287 "html/parser/TextResourceDecoderForFuzzing.h",
1287 ] 1288 ]
1288 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1289 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1289 deps = [ 1290 deps = [
1290 ":core", 1291 ":core",
1291 "../platform:blink_fuzzer_test_support", 1292 "../platform:blink_fuzzer_test_support",
1292 ] 1293 ]
1293 } 1294 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/ElementVisibilityObserver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698