Commit 41aad4bc authored by Raphael Kubo da Costa's avatar Raphael Kubo da Costa Committed by Commit Bot

[build] Do not use absolute paths in v8_enable_vtunejit-related blocks.

This prevents the flag from being set from e.g. Chromium. Instead, just use
relative paths like everything else in the build system.

Bug: chromium:825347, v8:7601

Change-Id: I080d9999b0b63bafc2c1978f70322eb48814a3b8
Reviewed-on: https://chromium-review.googlesource.com/980557
Commit-Queue: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52263}
parent 50a63145
......@@ -3163,7 +3163,7 @@ v8_executable("d8") {
defines = []
if (v8_enable_vtunejit) {
deps += [ "//src/third_party/vtune:v8_vtune" ]
deps += [ "src/third_party/vtune:v8_vtune" ]
}
}
......
......@@ -15,6 +15,6 @@ static_library("v8_vtune") {
"vtune-jit.h",
]
deps = [
"//: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