Skip to content

Commit 5a5df95

Browse files
author
linesight
committed
--disable-syntax-validation option at gclient has been removed from upstream
1 parent 523362f commit 5a5df95

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/automate-git.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,7 @@ def check_pattern_matches(output_file=None):
14311431
# Initial Chromium checkout.
14321432
if 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)
14361436
else:
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.

0 commit comments

Comments
 (0)