Skip to content

Commit d98d777

Browse files
committed
Fix DEPS file
1 parent cef57d9 commit d98d777

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

DEPS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,11 @@ deps = {
15851585
'src/tools/swarming_client':
15861586
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
15871587

1588+
'src/v8':
1589+
Var('nwjs_git') + '/v8.git' + '@' + Var('nw_v8_revision'),
1590+
1591+
'src/third_party/node-nw':
1592+
Var('nwjs_git') + '/node.git' + '@' + Var('nw_node_revision'),
15881593
#'src/v8':
15891594
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15901595

0 commit comments

Comments
 (0)