Commit 49a52a08 authored by kcconley@gmail.com's avatar kcconley@gmail.com

gn bootstrap.py: Fixed attrib error "no_bootstrap"

bootstrap.py:
+ no_bootstrap => no_rebuild

NOTRY=true
R=brettw@chromium.org
BUG=

Review URL: https://codereview.chromium.org/412053004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@285603 0039d316-1c4b-4281-b951-d872f2087c98
parent dfed6971
......@@ -78,7 +78,7 @@ def main(argv):
temp_gn = os.path.join(tempdir, 'gn')
out_gn = os.path.join(build_root, 'gn')
if options.no_bootstrap:
if options.no_rebuild:
mkdir_p(build_root)
shutil.copy2(temp_gn, out_gn)
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment