Skip to content

Commit fcf7cf8

Browse files
committed
update to chromium 77.0.3865.42
1 parent 50a961e commit fcf7cf8

File tree

1 file changed

+9
-27
lines changed

1 file changed

+9
-27
lines changed

DEPS

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

4040

4141
vars = {
42-
"buildspec_platforms": "all",
42+
"buildspec_platforms": "linux64, mac64, win, win64, android, ios, chromeos",
4343
# Variable that can be used to support multiple build scenarios, like having
4444
# Chromium specific targets in a client project's GN file or sync dependencies
4545
# conditionally etc.
@@ -117,8 +117,8 @@ vars = {
117117
# (ie: release) images.
118118
'use_public_cros_config': 'not checkout_src_internal',
119119

120-
'nw_src_revision': 'e1ff6480ad89612b4f64af64cc1b2e64a9a2e15a',
121-
'nw_v8_revision': 'ff1b0faf232645e2d71be9d2ead688f2aa87dcd4',
120+
'nw_src_revision': '69d15323a5cc46098090382bfdf041bf5e3c9757',
121+
'nw_v8_revision': '6d27b0917d1b51d53b12319a234586b3d1a0a00f',
122122
'nw_node_revision': '067339ac45ef69a13d67a5d54e943fa0c0e6908a',
123123

124124
# ANGLE's deps are relative to the angle_root variable.
@@ -151,11 +151,11 @@ vars = {
151151
# Three lines of non-changing comments so that
152152
# the commit queue can handle CLs rolling Skia
153153
# and whatever else without interference from each other.
154-
'skia_revision': '59192a0d66a746e472802fed50c139b880ef11c4',
154+
'skia_revision': '289bca57b199f753fae9748d534b021cb75c54ce',
155155
# Three lines of non-changing comments so that
156156
# the commit queue can handle CLs rolling V8
157157
# and whatever else without interference from each other.
158-
'v8_revision': '4035531228d69a8e3ec475ef75b51db302e70473',
158+
'v8_revision': '2f1c9043cc957207057593095a3e2c792e17d57b',
159159
# Three lines of non-changing comments so that
160160
# the commit queue can handle CLs rolling swarming_client
161161
# and whatever else without interference from each other.
@@ -230,7 +230,7 @@ vars = {
230230
# Three lines of non-changing comments so that
231231
# the commit queue can handle CLs rolling feed
232232
# and whatever else without interference from each other.
233-
'feed_revision': '24f0eac37fc3d70ff410b0391f7a0cadc018df9a',
233+
'feed_revision': '5cce9817d0047083b74088dd72e22e5455352bac',
234234
# Three lines of non-changing comments so that
235235
# the commit queue can handle CLs rolling android_sdk_build-tools_version
236236
# and whatever else without interference from each other.
@@ -1384,7 +1384,7 @@ deps = {
13841384
Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'abaae129d9a0c6e1e092067e0b105475df43352e',
13851385

13861386
'src/third_party/webrtc':
1387-
Var('webrtc_git') + '/src.git' + '@' + '2bac7da1349c75e5cf89612ab9619a1920d5d974',
1387+
Var('webrtc_git') + '/src.git' + '@' + '6e1055bdc05cb1f86b7c19c9091865bef873c1ae',
13881388

13891389
'src/third_party/xdg-utils': {
13901390
'url': Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d',
@@ -1431,7 +1431,7 @@ deps = {
14311431
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
14321432

14331433
'src-internal': {
1434-
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@0559fe20f85630dfa97702eab0220d20f592a5a6',
1434+
'url': 'https://chrome-internal.googlesource.com/chrome/src-internal.git@84114dbb7540e2a58c673e7ddf95458fc162470c',
14351435
'condition': 'checkout_src_internal',
14361436
},
14371437

@@ -2786,13 +2786,7 @@ hooks = [
27862786
'name': 'Fetch Android AFDO profile',
27872787
'pattern': '.',
27882788
'condition': 'checkout_android or checkout_linux',
2789-
'action': [ 'vpython',
2790-
'src/tools/download_cros_provided_profile.py',
2791-
'--newest_state=src/chrome/android/profiles/newest.txt',
2792-
'--local_state=src/chrome/android/profiles/local.txt',
2793-
'--output_name=src/chrome/android/profiles/afdo.prof',
2794-
'--gs_url_base=chromeos-prebuilt/afdo-job/llvm',
2795-
],
2789+
'action': ['vpython', 'src/chrome/android/profiles/update_afdo_profile.py'],
27962790
},
27972791
{
27982792
'name': 'gvr_static_shim_android_arm_1',
@@ -2928,18 +2922,6 @@ hooks = [
29282922
'-d', 'src/third_party/ink/build/wasm-threads',
29292923
],
29302924
},
2931-
{
2932-
'name': 'Fetch ChromeOS-specific orderfile for Chrome',
2933-
'pattern': '.',
2934-
'condition': 'checkout_chromeos or checkout_simplechrome',
2935-
'action': [ 'vpython',
2936-
'src/tools/download_cros_provided_profile.py',
2937-
'--newest_state=src/chromeos/profiles/orderfile.newest.txt',
2938-
'--local_state=src/chromeos/profiles/orderfile.local.txt',
2939-
'--output_name=src/chromeos/profiles/chromeos.orderfile.txt',
2940-
'--gs_url_base=chromeos-prebuilt/afdo-job/orderfiles/vetted',
2941-
],
2942-
},
29432925
{
29442926
# Pull doclava binaries if building for Android.
29452927
'name': 'doclava',

0 commit comments

Comments
 (0)