@@ -39,7 +39,7 @@ gclient_gn_args = [
39
39
40
40
41
41
vars = {
42
- "buildspec_platforms" : "all " ,
42
+ "buildspec_platforms" : "linux64, mac64, win, win64, android, ios, chromeos " ,
43
43
# Variable that can be used to support multiple build scenarios, like having
44
44
# Chromium specific targets in a client project's GN file or sync dependencies
45
45
# conditionally etc.
@@ -117,8 +117,8 @@ vars = {
117
117
# (ie: release) images.
118
118
'use_public_cros_config' : 'not checkout_src_internal' ,
119
119
120
- 'nw_src_revision' : 'e1ff6480ad89612b4f64af64cc1b2e64a9a2e15a ' ,
121
- 'nw_v8_revision' : 'ff1b0faf232645e2d71be9d2ead688f2aa87dcd4 ' ,
120
+ 'nw_src_revision' : '69d15323a5cc46098090382bfdf041bf5e3c9757 ' ,
121
+ 'nw_v8_revision' : '6d27b0917d1b51d53b12319a234586b3d1a0a00f ' ,
122
122
'nw_node_revision' : '067339ac45ef69a13d67a5d54e943fa0c0e6908a' ,
123
123
124
124
# ANGLE's deps are relative to the angle_root variable.
@@ -151,11 +151,11 @@ vars = {
151
151
# Three lines of non-changing comments so that
152
152
# the commit queue can handle CLs rolling Skia
153
153
# and whatever else without interference from each other.
154
- 'skia_revision' : '59192a0d66a746e472802fed50c139b880ef11c4 ' ,
154
+ 'skia_revision' : '289bca57b199f753fae9748d534b021cb75c54ce ' ,
155
155
# Three lines of non-changing comments so that
156
156
# the commit queue can handle CLs rolling V8
157
157
# and whatever else without interference from each other.
158
- 'v8_revision' : '4035531228d69a8e3ec475ef75b51db302e70473 ' ,
158
+ 'v8_revision' : '2f1c9043cc957207057593095a3e2c792e17d57b ' ,
159
159
# Three lines of non-changing comments so that
160
160
# the commit queue can handle CLs rolling swarming_client
161
161
# and whatever else without interference from each other.
@@ -230,7 +230,7 @@ vars = {
230
230
# Three lines of non-changing comments so that
231
231
# the commit queue can handle CLs rolling feed
232
232
# and whatever else without interference from each other.
233
- 'feed_revision' : '24f0eac37fc3d70ff410b0391f7a0cadc018df9a ' ,
233
+ 'feed_revision' : '5cce9817d0047083b74088dd72e22e5455352bac ' ,
234
234
# Three lines of non-changing comments so that
235
235
# the commit queue can handle CLs rolling android_sdk_build-tools_version
236
236
# and whatever else without interference from each other.
@@ -1384,7 +1384,7 @@ deps = {
1384
1384
Var ('chromium_git' ) + '/external/khronosgroup/webgl.git' + '@' + 'abaae129d9a0c6e1e092067e0b105475df43352e' ,
1385
1385
1386
1386
'src/third_party/webrtc' :
1387
- Var ('webrtc_git' ) + '/src.git' + '@' + '2bac7da1349c75e5cf89612ab9619a1920d5d974 ' ,
1387
+ Var ('webrtc_git' ) + '/src.git' + '@' + '6e1055bdc05cb1f86b7c19c9091865bef873c1ae ' ,
1388
1388
1389
1389
'src/third_party/xdg-utils' : {
1390
1390
'url' : Var ('chromium_git' ) + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b17b8c9067a1022e4416ee7ed5e0d' ,
@@ -1431,7 +1431,7 @@ deps = {
1431
1431
# Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
1432
1432
1433
1433
'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 ' ,
1435
1435
'condition' : 'checkout_src_internal' ,
1436
1436
},
1437
1437
@@ -2786,13 +2786,7 @@ hooks = [
2786
2786
'name' : 'Fetch Android AFDO profile' ,
2787
2787
'pattern' : '.' ,
2788
2788
'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' ],
2796
2790
},
2797
2791
{
2798
2792
'name' : 'gvr_static_shim_android_arm_1' ,
@@ -2928,18 +2922,6 @@ hooks = [
2928
2922
'-d' , 'src/third_party/ink/build/wasm-threads' ,
2929
2923
],
2930
2924
},
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
- },
2943
2925
{
2944
2926
# Pull doclava binaries if building for Android.
2945
2927
'name' : 'doclava' ,
0 commit comments