Commit ad281183 authored by Dan Elphick's avatar Dan Elphick Committed by Chromium LUCI CQ

[gin] Remove V8_USE_PERFETTO definition in gin

Now that v8 declares V8_USE_PERFETTO as an external definition that
appears whenever including the main V8 headers
(https://chromium-review.googlesource.com/c/v8/v8/+/2621083), we can
remove its definition from gin.

Bug: 1006541
Change-Id: I5b48bedfce1588c078fda0c307c0f345dcb222ba
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622096
Auto-Submit: Dan Elphick <delphick@chromium.org>
Reviewed-by: default avatarSami Kyöstilä <skyostil@chromium.org>
Reviewed-by: default avatarRoss McIlroy <rmcilroy@chromium.org>
Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#842468}
parent 4ccf6bde
...@@ -75,10 +75,6 @@ component("gin") { ...@@ -75,10 +75,6 @@ component("gin") {
defines = [ "GIN_IMPLEMENTATION" ] defines = [ "GIN_IMPLEMENTATION" ]
if (use_perfetto_client_library) {
defines += [ "V8_USE_PERFETTO" ]
}
public_deps = [ public_deps = [
"//base", "//base",
"//v8", "//v8",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment