mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 16:56:55 +08:00
Remove invalid suggestion from roll_deps.py error message.
BUG=libyuv:710 NOTRY=True Change-Id: I47c80980a6ed8bcfc247e75f3936f028576a6c5a Reviewed-on: https://chromium-review.googlesource.com/584846 Reviewed-by: Frank Barchard <fbarchard@google.com> Commit-Queue: Henrik Kjellander <kjellander@chromium.org>
This commit is contained in:
parent
56022ef77f
commit
cedb31c6ca
@ -333,10 +333,8 @@ def UpdateDepsFile(deps_filename, old_cr_revision, new_cr_revision,
|
|||||||
local_dep_dir = os.path.join(CHECKOUT_ROOT_DIR, dep.path)
|
local_dep_dir = os.path.join(CHECKOUT_ROOT_DIR, dep.path)
|
||||||
if not os.path.isdir(local_dep_dir):
|
if not os.path.isdir(local_dep_dir):
|
||||||
raise RollError(
|
raise RollError(
|
||||||
'Cannot find local directory %s. Either run\n'
|
'Cannot find local directory %s. Make sure the .gclient file\n'
|
||||||
'gclient sync --deps=all\n'
|
'contains all platforms in the target_os list, i.e.\n'
|
||||||
'or make sure the .gclient file for your solution contains all '
|
|
||||||
'platforms in the target_os list, i.e.\n'
|
|
||||||
'target_os = ["android", "unix", "mac", "ios", "win"];\n'
|
'target_os = ["android", "unix", "mac", "ios", "win"];\n'
|
||||||
'Then run "gclient sync" again.' % local_dep_dir)
|
'Then run "gclient sync" again.' % local_dep_dir)
|
||||||
_, stderr = _RunCommand(
|
_, stderr = _RunCommand(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user