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

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

Issue 2558643005: Worker: Enable UseCounter for MainThreadWorkletGlobalScope (Closed)
Patch Set: fix KURL Created 4 years 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/frame/Deprecation.cpp » ('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 1294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 "style/SVGComputedStyleTest.cpp", 1305 "style/SVGComputedStyleTest.cpp",
1306 "svg/SVGPathParserTest.cpp", 1306 "svg/SVGPathParserTest.cpp",
1307 "svg/UnsafeSVGAttributeSanitizationTest.cpp", 1307 "svg/UnsafeSVGAttributeSanitizationTest.cpp",
1308 "svg/graphics/SVGImageTest.cpp", 1308 "svg/graphics/SVGImageTest.cpp",
1309 "testing/PrivateScriptTestTest.cpp", 1309 "testing/PrivateScriptTestTest.cpp",
1310 "timing/MemoryInfoTest.cpp", 1310 "timing/MemoryInfoTest.cpp",
1311 "timing/PerformanceBaseTest.cpp", 1311 "timing/PerformanceBaseTest.cpp",
1312 "timing/PerformanceObserverTest.cpp", 1312 "timing/PerformanceObserverTest.cpp",
1313 "timing/PerformanceTest.cpp", 1313 "timing/PerformanceTest.cpp",
1314 "workers/DedicatedWorkerTest.cpp", 1314 "workers/DedicatedWorkerTest.cpp",
1315 "workers/MainThreadWorkletTest.cpp",
1315 "workers/WorkerThreadTest.cpp", 1316 "workers/WorkerThreadTest.cpp",
1316 "workers/WorkerThreadTestHelper.h", 1317 "workers/WorkerThreadTestHelper.h",
1317 "xml/XPathFunctionsTest.cpp", 1318 "xml/XPathFunctionsTest.cpp",
1318 "xml/parser/SharedBufferReaderTest.cpp", 1319 "xml/parser/SharedBufferReaderTest.cpp",
1319 ] 1320 ]
1320 1321
1321 configs += [ 1322 configs += [
1322 ":blink_core_pch", 1323 ":blink_core_pch",
1323 "//third_party/WebKit/Source:config", 1324 "//third_party/WebKit/Source:config",
1324 "//third_party/WebKit/Source:inside_blink", 1325 "//third_party/WebKit/Source:inside_blink",
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
1363 sources = [ 1364 sources = [
1364 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1365 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1365 ] 1366 ]
1366 deps = [ 1367 deps = [
1367 ":core", 1368 ":core",
1368 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1369 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1369 ] 1370 ]
1370 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1371 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1371 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1372 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1372 } 1373 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/Deprecation.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698