Skip to content

Commit 7e75257

Browse files
committed
[DEPS] Sync with Chromium 70.0.3538.77
1 parent 87f8b22 commit 7e75257

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

DEPS

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ vars = {
9191
# ANGLE's deps are relative to the angle_root variable.
9292
'angle_root': 'src/third_party/angle',
9393

94+
'nw_src_revision': 'e88161614dd8059b3ab6c1b901a3b3c1f42cf406',
95+
'nw_v8_revision': 'df008310900fe978b5ddcf6c4e976e5b63879e90',
96+
'nw_node_revision': '21b7a8749c3aba5c1b030781f59c0dc2d058fcdd',
97+
9498
'android_git': 'https://android.googlesource.com',
9599
'aomedia_git': 'https://aomedia.googlesource.com',
96100
'chromium_git': 'https://chromium.googlesource.com',
@@ -111,11 +115,7 @@ vars = {
111115
# Three lines of non-changing comments so that
112116
# the commit queue can handle CLs rolling V8
113117
# and whatever else without interference from each other.
114-
'v8_revision': '5f246c123ea463b189ca0579c0a9074459e20a6f',
115-
'nw_src_revision': '9777b1661f3730256e8581a64e92ae9b09578f5d',
116-
'nw_v8_revision': 'cdf79b5084e3a71aba5e9aa0b548bc059ffcb28c',
117-
'nw_node_revision': '21b7a8749c3aba5c1b030781f59c0dc2d058fcdd',
118-
118+
'v8_revision': '2c2b5fba74a71300329a8e486cb523be1dead2e0',
119119
# Three lines of non-changing comments so that
120120
# the commit queue can handle CLs rolling swarming_client
121121
# and whatever else without interference from each other.
@@ -756,7 +756,7 @@ deps = {
756756
Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e',
757757

758758
'src/third_party/icu':
759-
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6',
759+
Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '0b9783609f6a3375260e9f5cd96e6938bc9d0afe',
760760

761761
'src/third_party/icu4j': {
762762
'packages': [
@@ -1104,7 +1104,7 @@ deps = {
11041104
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '7ca87fb1d3da3b3d2060886e8c58e726d74c8219',
11051105

11061106
'src/third_party/webrtc':
1107-
Var('webrtc_git') + '/src.git' + '@' + '024118622a7a892560644a12127fe584cef49135',
1107+
Var('webrtc_git') + '/src.git' + '@' + '4ab51cb6d7d4530b344e63ed8274d1454b7a5f39',
11081108

11091109
'src/third_party/xdg-utils': {
11101110
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
@@ -1134,16 +1134,17 @@ deps = {
11341134
'src/tools/swarming_client':
11351135
Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_revision'),
11361136

1137-
#'src/v8':
1138-
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
11391137
'src/v8':
11401138
Var('nwjs_git') + '/v8.git' + '@' + Var('nw_v8_revision'),
11411139

11421140
'src/third_party/node-nw':
11431141
Var('nwjs_git') + '/node.git' + '@' + Var('nw_node_revision'),
11441142

1143+
#'src/v8':
1144+
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1145+
11451146
'src-internal': {
1146-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@1dbfca2797bb308bea1bc6424860412a30a62c20',
1147+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@b591c47fac8bf14a03aa7bd4e7936f52e9333563',
11471148
'condition': 'checkout_src_internal',
11481149
},
11491150

0 commit comments

Comments
 (0)