Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(968)

Unified Diff: tools/gn/bootstrap/bootstrap.py

Issue 1411303008: GN bootstrap fixes: (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/bootstrap/bootstrap.py
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
index 53845c247515136ab6b168a2ae17966533485e5b..c17c84f72bccd6fccfc5d36c6d335ff10ad9130a 100755
--- a/tools/gn/bootstrap/bootstrap.py
+++ b/tools/gn/bootstrap/bootstrap.py
@@ -65,7 +65,7 @@ def run_build(tempdir, options):
shutil.copy2(temp_gn, out_gn)
else:
print 'Building gn using itself to %s...' % build_rel
- build_gn_with_gn(temp_gn, build_rel, options)
+ build_gn_with_gn(temp_gn, build_root, options)
if options.output:
# Preserve the executable permission bit.
@@ -156,6 +156,7 @@ def write_ninja(path, options):
'base/third_party/superfasthash/superfasthash.c',
])
static_libraries['base']['sources'].extend([
+ 'base/allocator/allocator_extension_thunks.cc',
'base/at_exit.cc',
'base/base_paths.cc',
'base/base_switches.cc',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698