Skip to content

Commit ed5e0c1

Browse files
committed
update to chromium 80.0.3987.100
1 parent 89bd1fd commit ed5e0c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

DEPS

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ gclient_gn_args = [
4040

4141

4242
vars = {
43-
"buildspec_platforms": "linux64, mac64, win, win64, android, ios",
43+
"buildspec_platforms": "all",
4444
# Variable that can be used to support multiple build scenarios, like having
4545
# Chromium specific targets in a client project's GN file or sync dependencies
4646
# conditionally etc.
@@ -144,8 +144,8 @@ vars = {
144144
# (ie: release) images.
145145
'use_public_cros_config': 'not checkout_src_internal',
146146

147-
'nw_src_revision': 'fac5c3444986b3f126815a6f26bf1f1f45004977',
148-
'nw_v8_revision': '4379c6a066513d8d34156d65da94f67e649906f9',
147+
'nw_src_revision': '0b007368f3c8c54d615620d126af3c55517a2cad',
148+
'nw_v8_revision': 'c79279fe88f53d592f91bd0afdf0612bd34e1577',
149149
'nw_node_revision': '7a7526bf44eed5437026df1a897048271cf6ad4d',
150150

151151
# ANGLE's deps are relative to the angle_root variable.
@@ -182,7 +182,7 @@ vars = {
182182
# Three lines of non-changing comments so that
183183
# the commit queue can handle CLs rolling V8
184184
# and whatever else without interference from each other.
185-
'v8_revision': 'fc55b9e7a591bff6c9ec020d97e2b11925c23af5',
185+
'v8_revision': '306022a527898c3c00c451f0d121c1a237064aa2',
186186
# Three lines of non-changing comments so that
187187
# the commit queue can handle CLs rolling swarming_client
188188
# and whatever else without interference from each other.
@@ -198,7 +198,7 @@ vars = {
198198
# Three lines of non-changing comments so that
199199
# the commit queue can handle CLs rolling PDFium
200200
# and whatever else without interference from each other.
201-
'pdfium_revision': '4411ca1cdecfe304a7db169bc828a3f4fc1e65f5',
201+
'pdfium_revision': 'b84f5d0308ecb8d84fc07605cedcb158187499b2',
202202
# Three lines of non-changing comments so that
203203
# the commit queue can handle CLs rolling BoringSSL
204204
# and whatever else without interference from each other.
@@ -249,7 +249,7 @@ vars = {
249249
# Three lines of non-changing comments so that
250250
# the commit queue can handle CLs rolling devtools-frontend
251251
# and whatever else without interference from each other.
252-
'devtools_frontend_revision': '1b0a7bc43b6949b68af6881679df097826e38fbe',
252+
'devtools_frontend_revision': '76f4c6a07a2d2491ceaad6e4e03bdd5a8e381628',
253253
# Three lines of non-changing comments so that
254254
# the commit queue can handle CLs rolling libprotobuf-mutator
255255
# and whatever else without interference from each other.
@@ -1583,7 +1583,7 @@ deps = {
15831583
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
15841584

15851585
'src-internal': {
1586-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@19ec96ce72e9e3b279dedc250f64995bf47e67a3',
1586+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@1940cbed5dd0184d4ad79be71f9499a61b2fc8c7',
15871587
'condition': 'checkout_src_internal',
15881588
},
15891589

0 commit comments

Comments
 (0)