Commit aa3fb5d8 authored by Yang Guo's avatar Yang Guo Committed by Commit Bot

Update tools/node/fetch_deps to new googletest location.

TBR=machenbach@chromium.org

Change-Id: Icbba06aefb728ebc7e2f04fa9992d51e0589a33b
Reviewed-on: https://chromium-review.googlesource.com/999596Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Yang Guo <yangguo@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52443}
parent d1532a1a
...@@ -22,10 +22,10 @@ GCLIENT_SOLUTION = [ ...@@ -22,10 +22,10 @@ GCLIENT_SOLUTION = [
"managed" : False, "managed" : False,
"custom_deps" : { "custom_deps" : {
# These deps are already part of Node.js. # These deps are already part of Node.js.
"v8/base/trace_event/common" : None, "v8/base/trace_event/common" : None,
"v8/testing/gtest" : None, "v8/third_party/googletest/src" : None,
"v8/third_party/jinja2" : None, "v8/third_party/jinja2" : None,
"v8/third_party/markupsafe" : None, "v8/third_party/markupsafe" : None,
# These deps are unnecessary for building. # These deps are unnecessary for building.
"v8/test/benchmarks/data" : None, "v8/test/benchmarks/data" : None,
"v8/testing/gmock" : None, "v8/testing/gmock" : None,
......
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