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

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

Issue 2780403004: Create core/html/media/ and move auxiliary media files in it. (Closed)
Patch Set: actually add autoplay files Created 3 years, 8 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 1207 matching lines...) Expand 10 before | Expand all | Expand 10 after
1218 "frame/PerformanceMonitorTest.cpp", 1218 "frame/PerformanceMonitorTest.cpp",
1219 "frame/RootFrameViewportTest.cpp", 1219 "frame/RootFrameViewportTest.cpp",
1220 "frame/SubresourceIntegrityTest.cpp", 1220 "frame/SubresourceIntegrityTest.cpp",
1221 "frame/UseCounterTest.cpp", 1221 "frame/UseCounterTest.cpp",
1222 "frame/csp/CSPDirectiveListTest.cpp", 1222 "frame/csp/CSPDirectiveListTest.cpp",
1223 "frame/csp/CSPSourceTest.cpp", 1223 "frame/csp/CSPSourceTest.cpp",
1224 "frame/csp/ContentSecurityPolicyTest.cpp", 1224 "frame/csp/ContentSecurityPolicyTest.cpp",
1225 "frame/csp/MediaListDirectiveTest.cpp", 1225 "frame/csp/MediaListDirectiveTest.cpp",
1226 "frame/csp/SourceListDirectiveTest.cpp", 1226 "frame/csp/SourceListDirectiveTest.cpp",
1227 "geometry/DOMMatrixTest.cpp", 1227 "geometry/DOMMatrixTest.cpp",
1228 "html/AutoplayUmaHelperTest.cpp",
1229 "html/FormDataTest.cpp", 1228 "html/FormDataTest.cpp",
1230 "html/HTMLDimensionTest.cpp", 1229 "html/HTMLDimensionTest.cpp",
1231 "html/HTMLEmbedElementTest.cpp", 1230 "html/HTMLEmbedElementTest.cpp",
1232 "html/HTMLFormControlElementTest.cpp", 1231 "html/HTMLFormControlElementTest.cpp",
1233 "html/HTMLIFrameElementAllowTest.cpp", 1232 "html/HTMLIFrameElementAllowTest.cpp",
1234 "html/HTMLIFrameElementTest.cpp", 1233 "html/HTMLIFrameElementTest.cpp",
1235 "html/HTMLImageElementTest.cpp", 1234 "html/HTMLImageElementTest.cpp",
1236 "html/HTMLInputElementTest.cpp", 1235 "html/HTMLInputElementTest.cpp",
1237 "html/HTMLLinkElementSizesAttributeTest.cpp", 1236 "html/HTMLLinkElementSizesAttributeTest.cpp",
1238 "html/HTMLLinkElementTest.cpp", 1237 "html/HTMLLinkElementTest.cpp",
1239 "html/HTMLMediaElementEventListenersTest.cpp", 1238 "html/HTMLMediaElementEventListenersTest.cpp",
1240 "html/HTMLMediaElementTest.cpp", 1239 "html/HTMLMediaElementTest.cpp",
1241 "html/HTMLOutputElementTest.cpp", 1240 "html/HTMLOutputElementTest.cpp",
1242 "html/HTMLSelectElementTest.cpp", 1241 "html/HTMLSelectElementTest.cpp",
1243 "html/HTMLTableRowElementTest.cpp", 1242 "html/HTMLTableRowElementTest.cpp",
1244 "html/HTMLTextAreaElementTest.cpp", 1243 "html/HTMLTextAreaElementTest.cpp",
1245 "html/HTMLVideoElementPersistentTest.cpp", 1244 "html/HTMLVideoElementPersistentTest.cpp",
1246 "html/ImageDataTest.cpp", 1245 "html/ImageDataTest.cpp",
1247 "html/ImageDocumentTest.cpp", 1246 "html/ImageDocumentTest.cpp",
1248 "html/LinkRelAttributeTest.cpp", 1247 "html/LinkRelAttributeTest.cpp",
1249 "html/MediaCustomControlsFullscreenDetectorTest.cpp",
1250 "html/TextControlElementTest.cpp", 1248 "html/TextControlElementTest.cpp",
1251 "html/TimeRangesTest.cpp", 1249 "html/TimeRangesTest.cpp",
1252 "html/canvas/CanvasAsyncBlobCreatorTest.cpp", 1250 "html/canvas/CanvasAsyncBlobCreatorTest.cpp",
1253 "html/canvas/CanvasFontCacheTest.cpp", 1251 "html/canvas/CanvasFontCacheTest.cpp",
1254 "html/forms/EmailInputTypeTest.cpp", 1252 "html/forms/EmailInputTypeTest.cpp",
1255 "html/forms/FileInputTypeTest.cpp", 1253 "html/forms/FileInputTypeTest.cpp",
1256 "html/forms/OptionListTest.cpp", 1254 "html/forms/OptionListTest.cpp",
1257 "html/forms/PasswordInputTypeTest.cpp", 1255 "html/forms/PasswordInputTypeTest.cpp",
1258 "html/forms/StepRangeTest.cpp", 1256 "html/forms/StepRangeTest.cpp",
1257 "html/media/AutoplayUmaHelperTest.cpp",
1258 "html/media/MediaCustomControlsFullscreenDetectorTest.cpp",
1259 "html/parser/AtomicHTMLTokenTest.cpp", 1259 "html/parser/AtomicHTMLTokenTest.cpp",
1260 "html/parser/CSSPreloadScannerTest.cpp", 1260 "html/parser/CSSPreloadScannerTest.cpp",
1261 "html/parser/CompactHTMLTokenTest.cpp", 1261 "html/parser/CompactHTMLTokenTest.cpp",
1262 "html/parser/HTMLDocumentParserTest.cpp", 1262 "html/parser/HTMLDocumentParserTest.cpp",
1263 "html/parser/HTMLEntityParserTest.cpp", 1263 "html/parser/HTMLEntityParserTest.cpp",
1264 "html/parser/HTMLParserIdiomsTest.cpp", 1264 "html/parser/HTMLParserIdiomsTest.cpp",
1265 "html/parser/HTMLPreloadScannerTest.cpp", 1265 "html/parser/HTMLPreloadScannerTest.cpp",
1266 "html/parser/HTMLResourcePreloaderTest.cpp", 1266 "html/parser/HTMLResourcePreloaderTest.cpp",
1267 "html/parser/HTMLSrcsetParserTest.cpp", 1267 "html/parser/HTMLSrcsetParserTest.cpp",
1268 "html/parser/HTMLTokenizerTest.cpp", 1268 "html/parser/HTMLTokenizerTest.cpp",
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1446 sources = [ 1446 sources = [
1447 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1447 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1448 ] 1448 ]
1449 deps = [ 1449 deps = [
1450 ":core", 1450 ":core",
1451 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1451 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1452 ] 1452 ]
1453 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1453 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1454 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1454 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1455 } 1455 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698