File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1431,7 +1431,7 @@ def check_pattern_matches(output_file=None):
14311431# Initial Chromium checkout.
14321432if not options .nochromiumupdate and not os .path .exists (chromium_src_dir ):
14331433 chromium_checkout_new = True
1434- run ("gclient sync --nohooks --with_branch_heads --disable-syntax-validation -- jobs 16" , \
1434+ run ("gclient sync --nohooks --with_branch_heads --jobs 16" , \
14351435 chromium_dir , depot_tools_dir )
14361436else :
14371437 chromium_checkout_new = False
@@ -1523,7 +1523,7 @@ def check_pattern_matches(output_file=None):
15231523 os .environ ['GYP_CHROMIUM_NO_ACTION' ] = '1'
15241524
15251525 # Update third-party dependencies including branch/tag information.
1526- run ("gclient sync %s--with_branch_heads --disable-syntax-validation -- jobs 16" % \
1526+ run ("gclient sync %s--with_branch_heads --jobs 16" % \
15271527 ('--reset ' if discard_local_changes else '' ), chromium_dir , depot_tools_dir )
15281528
15291529 # Clear the GYP_CHROMIUM_NO_ACTION value.
You can’t perform that action at this time.
0 commit comments