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

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

Issue 2283363003: GeometryInterface: Add DOMMatrixInit and fromMatrix(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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/v8/generated.gni") 10 import("//third_party/WebKit/Source/bindings/modules/v8/generated.gni")
(...skipping 973 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 "css/parser/MediaConditionTest.cpp", 984 "css/parser/MediaConditionTest.cpp",
985 "css/parser/SizesAttributeParserTest.cpp", 985 "css/parser/SizesAttributeParserTest.cpp",
986 "css/parser/SizesCalcParserTest.cpp", 986 "css/parser/SizesCalcParserTest.cpp",
987 "css/resolver/FontBuilderTest.cpp", 987 "css/resolver/FontBuilderTest.cpp",
988 "css/resolver/MatchResultTest.cpp", 988 "css/resolver/MatchResultTest.cpp",
989 "css/resolver/SharedStyleFinderTest.cpp", 989 "css/resolver/SharedStyleFinderTest.cpp",
990 "dom/ActiveDOMObjectTest.cpp", 990 "dom/ActiveDOMObjectTest.cpp",
991 "dom/AttrTest.cpp", 991 "dom/AttrTest.cpp",
992 "dom/CSSSelectorWatchTest.cpp", 992 "dom/CSSSelectorWatchTest.cpp",
993 "dom/DOMImplementationTest.cpp", 993 "dom/DOMImplementationTest.cpp",
994 "dom/DOMMatrixTest.cpp",
994 "dom/DocumentStatisticsCollectorTest.cpp", 995 "dom/DocumentStatisticsCollectorTest.cpp",
995 "dom/DocumentTest.cpp", 996 "dom/DocumentTest.cpp",
996 "dom/ElementRareDataTest.cpp", 997 "dom/ElementRareDataTest.cpp",
997 "dom/ElementTest.cpp", 998 "dom/ElementTest.cpp",
998 "dom/ExecutionContextTaskTest.cpp", 999 "dom/ExecutionContextTaskTest.cpp",
999 "dom/MainThreadTaskRunnerTest.cpp", 1000 "dom/MainThreadTaskRunnerTest.cpp",
1000 "dom/NodeTest.cpp", 1001 "dom/NodeTest.cpp",
1001 "dom/NthIndexCacheTest.cpp", 1002 "dom/NthIndexCacheTest.cpp",
1002 "dom/RangeTest.cpp", 1003 "dom/RangeTest.cpp",
1003 "dom/ScriptRunnerTest.cpp", 1004 "dom/ScriptRunnerTest.cpp",
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
1236 sources = [ 1237 sources = [
1237 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1238 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1238 "html/parser/TextResourceDecoderForFuzzing.h", 1239 "html/parser/TextResourceDecoderForFuzzing.h",
1239 ] 1240 ]
1240 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1241 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1241 deps = [ 1242 deps = [
1242 ":core", 1243 ":core",
1243 "../platform:blink_fuzzer_test_support", 1244 "../platform:blink_fuzzer_test_support",
1244 ] 1245 ]
1245 } 1246 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698