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

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

Issue 2772613002: [instrumentation] Rename InspectorInstrumentation into CoreProbes (Closed)
Patch Set: fix typo 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 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/probe: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/probe: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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "//third_party/WebKit/Source/core/inspector", 186 "//third_party/WebKit/Source/core/inspector",
185 "//third_party/WebKit/Source/core/layout", 187 "//third_party/WebKit/Source/core/layout",
186 "//third_party/WebKit/Source/core/layout/svg", 188 "//third_party/WebKit/Source/core/layout/svg",
187 "//third_party/WebKit/Source/core/loader", 189 "//third_party/WebKit/Source/core/loader",
188 "//third_party/WebKit/Source/core/mojo", 190 "//third_party/WebKit/Source/core/mojo",
189 "//third_party/WebKit/Source/core/offscreencanvas", 191 "//third_party/WebKit/Source/core/offscreencanvas",
190 "//third_party/WebKit/Source/core/origin_trials", 192 "//third_party/WebKit/Source/core/origin_trials",
191 "//third_party/WebKit/Source/core/page", 193 "//third_party/WebKit/Source/core/page",
192 "//third_party/WebKit/Source/core/paint", 194 "//third_party/WebKit/Source/core/paint",
193 "//third_party/WebKit/Source/core/plugins", 195 "//third_party/WebKit/Source/core/plugins",
196 "//third_party/WebKit/Source/core/probe",
194 "//third_party/WebKit/Source/core/streams", 197 "//third_party/WebKit/Source/core/streams",
195 "//third_party/WebKit/Source/core/style:rendering", 198 "//third_party/WebKit/Source/core/style:rendering",
196 "//third_party/WebKit/Source/core/style:svg", 199 "//third_party/WebKit/Source/core/style:svg",
197 "//third_party/WebKit/Source/core/svg", 200 "//third_party/WebKit/Source/core/svg",
198 "//third_party/WebKit/Source/core/timing", 201 "//third_party/WebKit/Source/core/timing",
199 "//third_party/WebKit/Source/core/workers", 202 "//third_party/WebKit/Source/core/workers",
200 "//third_party/WebKit/Source/core/xml", 203 "//third_party/WebKit/Source/core/xml",
201 "//third_party/WebKit/Source/core/xmlhttprequest", 204 "//third_party/WebKit/Source/core/xmlhttprequest",
202 ] 205 ]
203 206
(...skipping 1239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 sources = [ 1446 sources = [
1444 "frame/csp/ContentSecurityPolicyFuzzer.cpp", 1447 "frame/csp/ContentSecurityPolicyFuzzer.cpp",
1445 ] 1448 ]
1446 deps = [ 1449 deps = [
1447 ":core", 1450 ":core",
1448 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support", 1451 "//third_party/WebKit/Source/platform:blink_fuzzer_test_support",
1449 ] 1452 ]
1450 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict" 1453 dict = "//testing/libfuzzer/fuzzers/dicts/content_security_policy.dict"
1451 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus" 1454 seed_corpus = "//testing/libfuzzer/fuzzers/content_security_policy_corpus"
1452 } 1455 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698