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

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

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Make WebkitCSSMatrix an alias of DOMMatrix DOMMatrix was changed sufficiently that WebKitCSSMatrix … Created 3 years, 9 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/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 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
171 ] 171 ]
172 deps = [ 172 deps = [
173 "//third_party/WebKit/Source/core/animation", 173 "//third_party/WebKit/Source/core/animation",
174 "//third_party/WebKit/Source/core/clipboard", 174 "//third_party/WebKit/Source/core/clipboard",
175 "//third_party/WebKit/Source/core/css", 175 "//third_party/WebKit/Source/core/css",
176 "//third_party/WebKit/Source/core/dom", 176 "//third_party/WebKit/Source/core/dom",
177 "//third_party/WebKit/Source/core/editing", 177 "//third_party/WebKit/Source/core/editing",
178 "//third_party/WebKit/Source/core/events", 178 "//third_party/WebKit/Source/core/events",
179 "//third_party/WebKit/Source/core/fileapi", 179 "//third_party/WebKit/Source/core/fileapi",
180 "//third_party/WebKit/Source/core/frame", 180 "//third_party/WebKit/Source/core/frame",
181 "//third_party/WebKit/Source/core/geometry",
181 "//third_party/WebKit/Source/core/html", 182 "//third_party/WebKit/Source/core/html",
182 "//third_party/WebKit/Source/core/imagebitmap", 183 "//third_party/WebKit/Source/core/imagebitmap",
183 "//third_party/WebKit/Source/core/input", 184 "//third_party/WebKit/Source/core/input",
184 "//third_party/WebKit/Source/core/inspector", 185 "//third_party/WebKit/Source/core/inspector",
185 "//third_party/WebKit/Source/core/layout", 186 "//third_party/WebKit/Source/core/layout",
186 "//third_party/WebKit/Source/core/layout/svg", 187 "//third_party/WebKit/Source/core/layout/svg",
187 "//third_party/WebKit/Source/core/loader", 188 "//third_party/WebKit/Source/core/loader",
188 "//third_party/WebKit/Source/core/mojo", 189 "//third_party/WebKit/Source/core/mojo",
189 "//third_party/WebKit/Source/core/offscreencanvas", 190 "//third_party/WebKit/Source/core/offscreencanvas",
190 "//third_party/WebKit/Source/core/origin_trials", 191 "//third_party/WebKit/Source/core/origin_trials",
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
1165 "css/parser/MediaConditionTest.cpp", 1166 "css/parser/MediaConditionTest.cpp",
1166 "css/parser/SizesAttributeParserTest.cpp", 1167 "css/parser/SizesAttributeParserTest.cpp",
1167 "css/parser/SizesCalcParserTest.cpp", 1168 "css/parser/SizesCalcParserTest.cpp",
1168 "css/resolver/FontBuilderTest.cpp", 1169 "css/resolver/FontBuilderTest.cpp",
1169 "css/resolver/MatchResultTest.cpp", 1170 "css/resolver/MatchResultTest.cpp",
1170 "css/resolver/ScopedStyleResolverTest.cpp", 1171 "css/resolver/ScopedStyleResolverTest.cpp",
1171 "css/resolver/SharedStyleFinderTest.cpp", 1172 "css/resolver/SharedStyleFinderTest.cpp",
1172 "dom/AttrTest.cpp", 1173 "dom/AttrTest.cpp",
1173 "dom/CSSSelectorWatchTest.cpp", 1174 "dom/CSSSelectorWatchTest.cpp",
1174 "dom/DOMImplementationTest.cpp", 1175 "dom/DOMImplementationTest.cpp",
1175 "dom/DOMMatrixTest.cpp",
1176 "dom/DocumentStatisticsCollectorTest.cpp", 1176 "dom/DocumentStatisticsCollectorTest.cpp",
1177 "dom/DocumentTest.cpp", 1177 "dom/DocumentTest.cpp",
1178 "dom/DocumentUserGestureTokenTest.cpp", 1178 "dom/DocumentUserGestureTokenTest.cpp",
1179 "dom/ElementTest.cpp", 1179 "dom/ElementTest.cpp",
1180 "dom/ElementVisibilityObserverTest.cpp", 1180 "dom/ElementVisibilityObserverTest.cpp",
1181 "dom/ExecutionContextTaskTest.cpp", 1181 "dom/ExecutionContextTaskTest.cpp",
1182 "dom/IdleDeadlineTest.cpp", 1182 "dom/IdleDeadlineTest.cpp",
1183 "dom/LayoutTreeBuilderTraversalTest.cpp", 1183 "dom/LayoutTreeBuilderTraversalTest.cpp",
1184 "dom/ModulatorTest.cpp", 1184 "dom/ModulatorTest.cpp",
1185 "dom/ModuleMapTest.cpp", 1185 "dom/ModuleMapTest.cpp",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1224 "frame/OriginsUsingFeaturesTest.cpp", 1224 "frame/OriginsUsingFeaturesTest.cpp",
1225 "frame/PerformanceMonitorTest.cpp", 1225 "frame/PerformanceMonitorTest.cpp",
1226 "frame/RootFrameViewportTest.cpp", 1226 "frame/RootFrameViewportTest.cpp",
1227 "frame/SubresourceIntegrityTest.cpp", 1227 "frame/SubresourceIntegrityTest.cpp",
1228 "frame/UseCounterTest.cpp", 1228 "frame/UseCounterTest.cpp",
1229 "frame/csp/CSPDirectiveListTest.cpp", 1229 "frame/csp/CSPDirectiveListTest.cpp",
1230 "frame/csp/CSPSourceTest.cpp", 1230 "frame/csp/CSPSourceTest.cpp",
1231 "frame/csp/ContentSecurityPolicyTest.cpp", 1231 "frame/csp/ContentSecurityPolicyTest.cpp",
1232 "frame/csp/MediaListDirectiveTest.cpp", 1232 "frame/csp/MediaListDirectiveTest.cpp",
1233 "frame/csp/SourceListDirectiveTest.cpp", 1233 "frame/csp/SourceListDirectiveTest.cpp",
1234 "geometry/DOMMatrixTest.cpp",
1234 "html/AutoplayUmaHelperTest.cpp", 1235 "html/AutoplayUmaHelperTest.cpp",
1235 "html/FormDataTest.cpp", 1236 "html/FormDataTest.cpp",
1236 "html/HTMLDimensionTest.cpp", 1237 "html/HTMLDimensionTest.cpp",
1237 "html/HTMLEmbedElementTest.cpp", 1238 "html/HTMLEmbedElementTest.cpp",
1238 "html/HTMLFormControlElementTest.cpp", 1239 "html/HTMLFormControlElementTest.cpp",
1239 "html/HTMLIFrameElementAllowTest.cpp", 1240 "html/HTMLIFrameElementAllowTest.cpp",
1240 "html/HTMLIFrameElementPermissionsTest.cpp", 1241 "html/HTMLIFrameElementPermissionsTest.cpp",
1241 "html/HTMLIFrameElementTest.cpp", 1242 "html/HTMLIFrameElementTest.cpp",
1242 "html/HTMLImageElementTest.cpp", 1243 "html/HTMLImageElementTest.cpp",
1243 "html/HTMLInputElementTest.cpp", 1244 "html/HTMLInputElementTest.cpp",
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 sources = [ 1449 sources = [
1449 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1450 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1450 ] 1451 ]
1451 deps = [ 1452 deps = [
1452 ":core", 1453 ":core",
1453 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1454 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1454 ] 1455 ]
1455 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1456 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1456 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1457 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1457 } 1458 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698