Commit bd1943b7 authored by fmeawad's avatar fmeawad Committed by Commit bot

DEPS change from issue 988893003

Since the gn builders do not resolve the DEPS after patch, the patch cannot contain
both the DEPS change as well the usage of the newly added DEPS.

If the CL mentioned in the title does not land, this CL is to be remove/reverted as well.

BUG=v8:4560
LOG=N

Review URL: https://codereview.chromium.org/1469303004

Cr-Commit-Position: refs/heads/master@{#32296}
parent 064bbccf
......@@ -50,6 +50,7 @@ shell_g
/out
/perf.data
/perf.data.old
/src/tracing/common
/test/benchmarks/data
/test/mozilla/data
/test/promises-aplus/promises-tests
......
......@@ -13,6 +13,9 @@ deps = {
Var("git_url") + "/chromium/deps/icu.git" + "@" + "42c58d4e49f2250039f0e98d43e0b76e8f5ca024",
"v8/buildtools":
Var("git_url") + "/chromium/buildtools.git" + "@" + "818123dac34899ec230840936fc15b8b2b5556f9",
# TODO(fmeawad): this dependency is not currently used. Added to allow for developement of the V8 Tracing system.
"v8/src/tracing/common":
Var("git_url") + "/chromium/src/base/trace_event/common.git" + "@" + "d83d44b13d07c2fd0a40101a7deef9b93b841732",
"v8/tools/swarming_client":
Var('git_url') + '/external/swarming.client.git' + '@' + "df99a00d96fae932bae824dccba13156bf7eddd0",
"v8/testing/gtest":
......
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