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

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

Issue 2343553005: enable / disable Long Task instrumentation based on presence of LongTask observer (Closed)
Patch Set: 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 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1196 "style/ComputedStyleTest.cpp", 1196 "style/ComputedStyleTest.cpp",
1197 "style/OutlineValueTest.cpp", 1197 "style/OutlineValueTest.cpp",
1198 "style/SVGComputedStyleTest.cpp", 1198 "style/SVGComputedStyleTest.cpp",
1199 "svg/SVGPathParserTest.cpp", 1199 "svg/SVGPathParserTest.cpp",
1200 "svg/UnsafeSVGAttributeSanitizationTest.cpp", 1200 "svg/UnsafeSVGAttributeSanitizationTest.cpp",
1201 "svg/graphics/SVGImageTest.cpp", 1201 "svg/graphics/SVGImageTest.cpp",
1202 "testing/PrivateScriptTestTest.cpp", 1202 "testing/PrivateScriptTestTest.cpp",
1203 "timing/MemoryInfoTest.cpp", 1203 "timing/MemoryInfoTest.cpp",
1204 "timing/PerformanceBaseTest.cpp", 1204 "timing/PerformanceBaseTest.cpp",
1205 "timing/PerformanceObserverTest.cpp", 1205 "timing/PerformanceObserverTest.cpp",
1206 "timing/PerformanceTest.cpp",
1206 "workers/DedicatedWorkerTest.cpp", 1207 "workers/DedicatedWorkerTest.cpp",
1207 "workers/WorkerThreadTest.cpp", 1208 "workers/WorkerThreadTest.cpp",
1208 "workers/WorkerThreadTestHelper.h", 1209 "workers/WorkerThreadTestHelper.h",
1209 "xml/parser/SharedBufferReaderTest.cpp", 1210 "xml/parser/SharedBufferReaderTest.cpp",
1210 ] 1211 ]
1211 1212
1212 configs += [ 1213 configs += [
1213 "//third_party/WebKit/Source:config", 1214 "//third_party/WebKit/Source:config",
1214 "//third_party/WebKit/Source:inside_blink", 1215 "//third_party/WebKit/Source:inside_blink",
1215 ] 1216 ]
(...skipping 23 matching lines...) Expand all
1239 sources = [ 1240 sources = [
1240 "html/parser/HTMLPreloadScannerFuzzer.cpp", 1241 "html/parser/HTMLPreloadScannerFuzzer.cpp",
1241 "html/parser/TextResourceDecoderForFuzzing.h", 1242 "html/parser/TextResourceDecoderForFuzzing.h",
1242 ] 1243 ]
1243 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser" 1244 seed_corpus = "//third_party/WebKit/LayoutTests/fast/parser"
1244 deps = [ 1245 deps = [
1245 ":core", 1246 ":core",
1246 "../platform:blink_fuzzer_test_support", 1247 "../platform:blink_fuzzer_test_support",
1247 ] 1248 ]
1248 } 1249 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698