commit | 57dbc9958dc31bd2d8dde66373035b4a4bf7f2c3 | [log] [tgz] |
---|---|---|
author | Nico Weber <[email protected]> | Wed Sep 04 13:33:58 2019 |
committer | Commit Bot <[email protected]> | Wed Sep 04 13:33:58 2019 |
tree | d7c292d471862eb84f6f58843b0ba79e16be2ba2 | |
parent | f3d5644c2682e335b087857d6f8077e38b384b87 [diff] [blame] |
mb: Remove workaround Bug: 997673 Change-Id: Ibe3c484630173772f7dc457ee85856b68ab84a36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1784617 Commit-Queue: Nico Weber <[email protected]> Commit-Queue: Mirko Bonadei <[email protected]> Auto-Submit: Nico Weber <[email protected]> Reviewed-by: Mirko Bonadei <[email protected]> Cr-Commit-Position: refs/heads/master@{#693141}
diff --git a/tools/mb/mb.py b/tools/mb/mb.py index aa23fde..47aa2c6 100755 --- a/tools/mb/mb.py +++ b/tools/mb/mb.py
@@ -1109,8 +1109,7 @@ # This runs before the build, so we can't use isdir(f). But # isolate.py luckily requires data directories to end with '/', so we # can check for that. - # TODO(thakis): Use '../../' once crbug.com/997673 is fixed. - if not f.startswith('../') and f.endswith('/'): + if not f.startswith('../../') and f.endswith('/'): # Don't use self.PathJoin() -- all involved paths consistently use # forward slashes, so don't add one single backslash on Windows. err += '\n' + build_dir + '/' + f