Commit 47b25a1f authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Fix gn bootstrap

BUG=800553
R=dpranke@chromium.org

Change-Id: I5c1cfeb7542bf990c59451aabcae7c120cbf09c0
Reviewed-on: https://chromium-review.googlesource.com/858276Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#528197}
parent b03beb8f
......@@ -178,6 +178,11 @@ def build_gn_with_ninja_manually(tempdir, options):
root_gen_dir = os.path.join(tempdir, 'gen')
mkdir_p(root_gen_dir)
write_buildflag_header_manually(
root_gen_dir,
'base/synchronization/synchronization_flags.h',
{'ENABLE_MUTEX_PRIORITY_INHERITANCE': 'false'})
write_buildflag_header_manually(root_gen_dir, 'base/allocator/features.h',
{'USE_ALLOCATOR_SHIM': 'true' if is_linux else 'false'})
......
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