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

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

Issue 2741723005: Move geometry interface files to geometry directory. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core_idl_files.gni » ('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 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 965 matching lines...) Expand 10 before | Expand all | Expand 10 after
1156 "css/parser/MediaConditionTest.cpp", 1157 "css/parser/MediaConditionTest.cpp",
1157 "css/parser/SizesAttributeParserTest.cpp", 1158 "css/parser/SizesAttributeParserTest.cpp",
1158 "css/parser/SizesCalcParserTest.cpp", 1159 "css/parser/SizesCalcParserTest.cpp",
1159 "css/resolver/FontBuilderTest.cpp", 1160 "css/resolver/FontBuilderTest.cpp",
1160 "css/resolver/MatchResultTest.cpp", 1161 "css/resolver/MatchResultTest.cpp",
1161 "css/resolver/ScopedStyleResolverTest.cpp", 1162 "css/resolver/ScopedStyleResolverTest.cpp",
1162 "css/resolver/SharedStyleFinderTest.cpp", 1163 "css/resolver/SharedStyleFinderTest.cpp",
1163 "dom/AttrTest.cpp", 1164 "dom/AttrTest.cpp",
1164 "dom/CSSSelectorWatchTest.cpp", 1165 "dom/CSSSelectorWatchTest.cpp",
1165 "dom/DOMImplementationTest.cpp", 1166 "dom/DOMImplementationTest.cpp",
1166 "dom/DOMMatrixTest.cpp",
1167 "dom/DocumentStatisticsCollectorTest.cpp", 1167 "dom/DocumentStatisticsCollectorTest.cpp",
1168 "dom/DocumentTest.cpp", 1168 "dom/DocumentTest.cpp",
1169 "dom/DocumentUserGestureTokenTest.cpp", 1169 "dom/DocumentUserGestureTokenTest.cpp",
1170 "dom/ElementTest.cpp", 1170 "dom/ElementTest.cpp",
1171 "dom/ElementVisibilityObserverTest.cpp", 1171 "dom/ElementVisibilityObserverTest.cpp",
1172 "dom/ExecutionContextTaskTest.cpp", 1172 "dom/ExecutionContextTaskTest.cpp",
1173 "dom/IdleDeadlineTest.cpp", 1173 "dom/IdleDeadlineTest.cpp",
1174 "dom/LayoutTreeBuilderTraversalTest.cpp", 1174 "dom/LayoutTreeBuilderTraversalTest.cpp",
1175 "dom/ModulatorTest.cpp", 1175 "dom/ModulatorTest.cpp",
1176 "dom/ModuleMapTest.cpp", 1176 "dom/ModuleMapTest.cpp",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1215 "frame/OriginsUsingFeaturesTest.cpp", 1215 "frame/OriginsUsingFeaturesTest.cpp",
1216 "frame/PerformanceMonitorTest.cpp", 1216 "frame/PerformanceMonitorTest.cpp",
1217 "frame/RootFrameViewportTest.cpp", 1217 "frame/RootFrameViewportTest.cpp",
1218 "frame/SubresourceIntegrityTest.cpp", 1218 "frame/SubresourceIntegrityTest.cpp",
1219 "frame/UseCounterTest.cpp", 1219 "frame/UseCounterTest.cpp",
1220 "frame/csp/CSPDirectiveListTest.cpp", 1220 "frame/csp/CSPDirectiveListTest.cpp",
1221 "frame/csp/CSPSourceTest.cpp", 1221 "frame/csp/CSPSourceTest.cpp",
1222 "frame/csp/ContentSecurityPolicyTest.cpp", 1222 "frame/csp/ContentSecurityPolicyTest.cpp",
1223 "frame/csp/MediaListDirectiveTest.cpp", 1223 "frame/csp/MediaListDirectiveTest.cpp",
1224 "frame/csp/SourceListDirectiveTest.cpp", 1224 "frame/csp/SourceListDirectiveTest.cpp",
1225 "geometry/DOMMatrixTest.cpp",
1225 "html/AutoplayUmaHelperTest.cpp", 1226 "html/AutoplayUmaHelperTest.cpp",
1226 "html/FormDataTest.cpp", 1227 "html/FormDataTest.cpp",
1227 "html/HTMLDimensionTest.cpp", 1228 "html/HTMLDimensionTest.cpp",
1228 "html/HTMLEmbedElementTest.cpp", 1229 "html/HTMLEmbedElementTest.cpp",
1229 "html/HTMLFormControlElementTest.cpp", 1230 "html/HTMLFormControlElementTest.cpp",
1230 "html/HTMLIFrameElementAllowTest.cpp", 1231 "html/HTMLIFrameElementAllowTest.cpp",
1231 "html/HTMLIFrameElementTest.cpp", 1232 "html/HTMLIFrameElementTest.cpp",
1232 "html/HTMLImageElementTest.cpp", 1233 "html/HTMLImageElementTest.cpp",
1233 "html/HTMLInputElementTest.cpp", 1234 "html/HTMLInputElementTest.cpp",
1234 "html/HTMLLinkElementSizesAttributeTest.cpp", 1235 "html/HTMLLinkElementSizesAttributeTest.cpp",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 sources = [ 1443 sources = [
1443 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1444 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1444 ] 1445 ]
1445 deps = [ 1446 deps = [
1446 ":core", 1447 ":core",
1447 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1448 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1448 ] 1449 ]
1449 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1450 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1450 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1451 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1451 } 1452 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/core_idl_files.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698