@@ -91,6 +91,10 @@ vars = {
91
91
# ANGLE's deps are relative to the angle_root variable.
92
92
'angle_root' : 'src/third_party/angle' ,
93
93
94
+ 'nw_src_revision' : 'e88161614dd8059b3ab6c1b901a3b3c1f42cf406' ,
95
+ 'nw_v8_revision' : 'df008310900fe978b5ddcf6c4e976e5b63879e90' ,
96
+ 'nw_node_revision' : '21b7a8749c3aba5c1b030781f59c0dc2d058fcdd' ,
97
+
94
98
'android_git' : 'https://android.googlesource.com' ,
95
99
'aomedia_git' : 'https://aomedia.googlesource.com' ,
96
100
'chromium_git' : 'https://chromium.googlesource.com' ,
@@ -111,11 +115,7 @@ vars = {
111
115
# Three lines of non-changing comments so that
112
116
# the commit queue can handle CLs rolling V8
113
117
# 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' ,
119
119
# Three lines of non-changing comments so that
120
120
# the commit queue can handle CLs rolling swarming_client
121
121
# and whatever else without interference from each other.
@@ -756,7 +756,7 @@ deps = {
756
756
Var ('chromium_git' ) + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'a9bac57ce6c9d390a52ebaad3259f5fdb871210e' ,
757
757
758
758
'src/third_party/icu' :
759
- Var ('chromium_git' ) + '/chromium/deps/icu.git' + '@' + 'a191af9d025859e8368b8b469120d78006e9f5f6 ' ,
759
+ Var ('chromium_git' ) + '/chromium/deps/icu.git' + '@' + '0b9783609f6a3375260e9f5cd96e6938bc9d0afe ' ,
760
760
761
761
'src/third_party/icu4j' : {
762
762
'packages' : [
@@ -1104,7 +1104,7 @@ deps = {
1104
1104
Var ('chromium_git' ) + '/external/khronosgroup/webgl.git' + '@' + '7ca87fb1d3da3b3d2060886e8c58e726d74c8219' ,
1105
1105
1106
1106
'src/third_party/webrtc' :
1107
- Var ('webrtc_git' ) + '/src.git' + '@' + '024118622a7a892560644a12127fe584cef49135 ' ,
1107
+ Var ('webrtc_git' ) + '/src.git' + '@' + '4ab51cb6d7d4530b344e63ed8274d1454b7a5f39 ' ,
1108
1108
1109
1109
'src/third_party/xdg-utils' : {
1110
1110
'url' : Var ('chromium_git' ) + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d' ,
@@ -1134,16 +1134,17 @@ deps = {
1134
1134
'src/tools/swarming_client' :
1135
1135
Var ('chromium_git' ) + '/infra/luci/client-py.git' + '@' + Var ('swarming_revision' ),
1136
1136
1137
- #'src/v8':
1138
- # Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1139
1137
'src/v8' :
1140
1138
Var ('nwjs_git' ) + '/v8.git' + '@' + Var ('nw_v8_revision' ),
1141
1139
1142
1140
'src/third_party/node-nw' :
1143
1141
Var ('nwjs_git' ) + '/node.git' + '@' + Var ('nw_node_revision' ),
1144
1142
1143
+ #'src/v8':
1144
+ # Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1145
+
1145
1146
'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 ' ,
1147
1148
'condition' : 'checkout_src_internal' ,
1148
1149
},
1149
1150
0 commit comments