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

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

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: sinkFor -> toCoreProbesSink 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 core_config_add += [ ":blink_core_pch" ] 75 core_config_add += [ ":blink_core_pch" ]
76 76
77 source_set("generated") { 77 source_set("generated") {
78 deps = [ 78 deps = [
79 ":core_generated", 79 ":core_generated",
80 ":prerequisites", 80 ":prerequisites",
81 "//gin", 81 "//gin",
82 "//skia", 82 "//skia",
83 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated", 83 "//third_party/WebKit/Source/bindings/core/v8:bindings_core_v8_generated",
84 "//third_party/WebKit/Source/core/inspector:generated", 84 "//third_party/WebKit/Source/core/inspector:generated",
85 "//third_party/WebKit/Source/core/instrumentation:generated",
85 "//third_party/iccjpeg", 86 "//third_party/iccjpeg",
86 "//third_party/libpng", 87 "//third_party/libpng",
87 "//third_party/libwebp", 88 "//third_party/libwebp",
88 "//third_party/libxml", 89 "//third_party/libxml",
89 "//third_party/libxslt", 90 "//third_party/libxslt",
90 "//third_party/sqlite", 91 "//third_party/sqlite",
91 92
92 # FIXME: don't depend on bindings/modules http://crbug.com/358074 93 # FIXME: don't depend on bindings/modules http://crbug.com/358074
93 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated", 94 "//third_party/WebKit/Source/bindings/modules:bindings_modules_generated",
94 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" , 95 "//third_party/WebKit/Source/bindings/modules/v8:bindings_modules_generated" ,
95 "//third_party/WebKit/Source/platform:make_platform_generated", 96 "//third_party/WebKit/Source/platform:make_platform_generated",
96 "//third_party/WebKit/Source/wtf", 97 "//third_party/WebKit/Source/wtf",
97 "//url", 98 "//url",
98 "//v8", 99 "//v8",
99 ] 100 ]
100 } 101 }
101 102
102 source_set("prerequisites") { 103 source_set("prerequisites") {
103 public_deps = [ 104 public_deps = [
104 "//gpu/command_buffer/client:gles2_c_lib", 105 "//gpu/command_buffer/client:gles2_c_lib",
105 "//skia", 106 "//skia",
106 "//third_party/WebKit/Source/core/inspector:generated", 107 "//third_party/WebKit/Source/core/inspector:generated",
108 "//third_party/WebKit/Source/core/instrumentation:generated",
107 "//third_party/WebKit/Source/wtf", 109 "//third_party/WebKit/Source/wtf",
108 "//third_party/angle:translator", 110 "//third_party/angle:translator",
109 "//third_party/iccjpeg", 111 "//third_party/iccjpeg",
110 "//third_party/icu", 112 "//third_party/icu",
111 "//third_party/libpng", 113 "//third_party/libpng",
112 "//third_party/libwebp", 114 "//third_party/libwebp",
113 "//third_party/libxml", 115 "//third_party/libxml",
114 "//third_party/libxslt", 116 "//third_party/libxslt",
115 "//third_party/ots", 117 "//third_party/ots",
116 "//third_party/snappy", 118 "//third_party/snappy",
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 "//third_party/WebKit/Source/core/css", 175 "//third_party/WebKit/Source/core/css",
174 "//third_party/WebKit/Source/core/dom", 176 "//third_party/WebKit/Source/core/dom",
175 "//third_party/WebKit/Source/core/editing", 177 "//third_party/WebKit/Source/core/editing",
176 "//third_party/WebKit/Source/core/events", 178 "//third_party/WebKit/Source/core/events",
177 "//third_party/WebKit/Source/core/fileapi", 179 "//third_party/WebKit/Source/core/fileapi",
178 "//third_party/WebKit/Source/core/frame", 180 "//third_party/WebKit/Source/core/frame",
179 "//third_party/WebKit/Source/core/html", 181 "//third_party/WebKit/Source/core/html",
180 "//third_party/WebKit/Source/core/imagebitmap", 182 "//third_party/WebKit/Source/core/imagebitmap",
181 "//third_party/WebKit/Source/core/input", 183 "//third_party/WebKit/Source/core/input",
182 "//third_party/WebKit/Source/core/inspector", 184 "//third_party/WebKit/Source/core/inspector",
185 "//third_party/WebKit/Source/core/instrumentation",
183 "//third_party/WebKit/Source/core/layout", 186 "//third_party/WebKit/Source/core/layout",
184 "//third_party/WebKit/Source/core/layout/svg", 187 "//third_party/WebKit/Source/core/layout/svg",
185 "//third_party/WebKit/Source/core/loader", 188 "//third_party/WebKit/Source/core/loader",
186 "//third_party/WebKit/Source/core/mojo", 189 "//third_party/WebKit/Source/core/mojo",
187 "//third_party/WebKit/Source/core/offscreencanvas", 190 "//third_party/WebKit/Source/core/offscreencanvas",
188 "//third_party/WebKit/Source/core/origin_trials", 191 "//third_party/WebKit/Source/core/origin_trials",
189 "//third_party/WebKit/Source/core/page", 192 "//third_party/WebKit/Source/core/page",
190 "//third_party/WebKit/Source/core/paint", 193 "//third_party/WebKit/Source/core/paint",
191 "//third_party/WebKit/Source/core/plugins", 194 "//third_party/WebKit/Source/core/plugins",
192 "//third_party/WebKit/Source/core/streams", 195 "//third_party/WebKit/Source/core/streams",
(...skipping 1247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1440 sources = [ 1443 sources = [
1441 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1444 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1442 ] 1445 ]
1443 deps = [ 1446 deps = [
1444 ":core", 1447 ":core",
1445 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1448 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1446 ] 1449 ]
1447 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1450 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1448 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1451 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1449 } 1452 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698