aboutsummaryrefslogtreecommitdiff
path: root/tools_libyuv
diff options
context:
space:
mode:
authorHenrik Kjellander <kjellander@chromium.org>2017-07-26 09:46:55 +0200
committerCommit Bot <commit-bot@chromium.org>2017-07-26 20:05:24 +0000
commitcedb31c6ca9fd635db80848ba19a13fbf730397a (patch)
treec6413b8d4201a575d2d50c043a890e2511c0ca50 /tools_libyuv
parent56022ef77fab3ce5a7c8ee44bd095c22a94bff5b (diff)
downloadlibyuv-cedb31c6ca9fd635db80848ba19a13fbf730397a.tar.gz
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>
Diffstat (limited to 'tools_libyuv')
-rwxr-xr-xtools_libyuv/autoroller/roll_deps.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tools_libyuv/autoroller/roll_deps.py b/tools_libyuv/autoroller/roll_deps.py
index 1160dbbb..e0142f95 100755
--- a/tools_libyuv/autoroller/roll_deps.py
+++ b/tools_libyuv/autoroller/roll_deps.py
@@ -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)
if not os.path.isdir(local_dep_dir):
raise RollError(
- 'Cannot find local directory %s. Either run\n'
- 'gclient sync --deps=all\n'
- 'or make sure the .gclient file for your solution contains all '
- 'platforms in the target_os list, i.e.\n'
+ 'Cannot find local directory %s. Make sure the .gclient file\n'
+ 'contains all platforms in the target_os list, i.e.\n'
'target_os = ["android", "unix", "mac", "ios", "win"];\n'
'Then run "gclient sync" again.' % local_dep_dir)
_, stderr = _RunCommand(