Skip to content

Commit 3d9abcd

Browse files
committed
src: Fix nwjs#7597 script injection
nwjs/chromium.src@874a66b
1 parent 55b9469 commit 3d9abcd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

DEPS

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ gclient_gn_args = [
5050

5151

5252
vars = {
53-
"buildspec_platforms": "linux64, mac64, win, win64, android",
53+
"buildspec_platforms": "all",
5454
# Variable that can be used to support multiple build scenarios, like having
5555
# Chromium specific targets in a client project's GN file or sync dependencies
5656
# conditionally etc.
@@ -166,9 +166,9 @@ vars = {
166166
'checkout_simplechrome': '"{cros_boards}" != ""',
167167
'checkout_simplechrome_with_vms': '"{cros_boards_with_qemu_images}" != ""',
168168

169-
'nw_src_revision': '0ffab9c83a173490c6e13c9eb1674545d39b55ad',
170-
'nw_v8_revision': '050bd3e40169233b81137ed7f344f49ebc2f16dd',
171-
'nw_node_revision': '49b68d6512c3eb65cef59504f5a4487a772ab081',
169+
'nw_src_revision': '874a66b3fd43ae52f6f570b5fd6ee828a2e5c4e8',
170+
'nw_v8_revision': 'e10550ef0bf4a6b9691e979a903c53b41a0c7311',
171+
'nw_node_revision': 'd168d6d2f33b9f824b7ff4edd4850dad7da250bd',
172172

173173
# ANGLE's deps are relative to the angle_root variable.
174174
'angle_root': 'src/third_party/angle',
@@ -201,11 +201,11 @@ vars = {
201201
# Three lines of non-changing comments so that
202202
# the commit queue can handle CLs rolling Skia
203203
# and whatever else without interference from each other.
204-
'skia_revision': '73c703c2bdbde9a7602bc017f08376bfb4c79f33',
204+
'skia_revision': '489348851cca51b23f522734b6db3c785ffdfaed',
205205
# Three lines of non-changing comments so that
206206
# the commit queue can handle CLs rolling V8
207207
# and whatever else without interference from each other.
208-
'v8_revision': '07b417d116f048d31f0ae53bef81acf68f074504',
208+
'v8_revision': '3cd8a8915ce4f62b50e6371f5b7fc155b5d78413',
209209
# Three lines of non-changing comments so that
210210
# the commit queue can handle CLs rolling swarming_client
211211
# and whatever else without interference from each other.
@@ -1459,7 +1459,7 @@ deps = {
14591459

14601460
# Display server protocol for Linux.
14611461
'src/third_party/wayland/src': {
1462-
'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'eb1339edd398b9f5328816931e585db4229aa132',
1462+
'url': Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayland.git' + '@' + 'e091839dd08354289e501a47219e0c7a6472dff3',
14631463
'condition': 'checkout_linux',
14641464
},
14651465

@@ -1495,7 +1495,7 @@ deps = {
14951495
},
14961496

14971497
'src/third_party/webrtc':
1498-
Var('webrtc_git') + '/src.git' + '@' + '69202b2a57b8b7f7046dc26930aafd6f779a152e',
1498+
Var('webrtc_git') + '/src.git' + '@' + 'a1aa01aad009d29d7fa00f6d407d919372e5ecf8',
14991499

15001500
'src/third_party/libgifcodec':
15011501
Var('skia_git') + '/libgifcodec' + '@'+ Var('libgifcodec_revision'),
@@ -1573,7 +1573,7 @@ deps = {
15731573
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15741574

15751575
'src-internal': {
1576-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@727e7f18f649af8add3256f6039dbe8698d8bf06',
1576+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@2f3f492fc1edb354af4e307f3ad873380d56cf61',
15771577
'condition': 'checkout_src_internal',
15781578
},
15791579

0 commit comments

Comments
 (0)