Commit 0b186aa6 authored by Tom Anderson's avatar Tom Anderson Committed by Commit Bot

Fix gn bootstrap

BUG=805488
R=dpranke

Change-Id: I8a6daa7bbce3fec4eabdeae9b2e7adf7f732813b
Reviewed-on: https://chromium-review.googlesource.com/885006Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531798}
parent 75544a64
...@@ -423,6 +423,8 @@ def write_gn_ninja(path, root_gen_dir, options): ...@@ -423,6 +423,8 @@ def write_gn_ninja(path, root_gen_dir, options):
continue continue
if name == 'run_all_unittests.cc': if name == 'run_all_unittests.cc':
continue continue
if name == 'test_with_scheduler.cc':
continue
if name == 'gn_main.cc': if name == 'gn_main.cc':
continue continue
full_path = os.path.join(GN_ROOT, name) full_path = os.path.join(GN_ROOT, name)
......
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