Commit 131f4a30 authored by Yang Guo's avatar Yang Guo Committed by Commit Bot

[gn] use relative paths for gtest and gmock

TBR=machenbach@chromium.org

Bug: v8:8941
Change-Id: I0bbd119f7a613785b6e5e01cd8e59d5de40d68e1
Reviewed-on: https://chromium-review.googlesource.com/c/1498473Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#59996}
parent 420bc3e3
......@@ -17,9 +17,9 @@ v8_executable("unittests") {
"../..:v8_for_testing",
"../..:v8_libbase",
"../..:v8_libplatform",
"../../testing/gmock",
"../../testing/gtest",
"//build/win:default_exe_manifest",
"//testing/gmock",
"//testing/gtest",
]
data_deps = [
......@@ -289,9 +289,9 @@ v8_source_set("unittests_sources") {
"../..:v8_for_testing",
"../..:v8_libbase",
"../..:v8_libplatform",
"../../testing/gmock",
"../../testing/gtest",
"//build/win:default_exe_manifest",
"//testing/gmock",
"//testing/gtest",
]
if (is_win) {
......
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