Skip to content

Commit

Permalink
Fix gn bootstrap
Browse files Browse the repository at this point in the history
BUG=805488
R=dpranke

Change-Id: I8a6daa7bbce3fec4eabdeae9b2e7adf7f732813b
Reviewed-on: https://chromium-review.googlesource.com/885006
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Thomas Anderson <thomasanderson@chromium.org>
Cr-Commit-Position: refs/heads/master@{#531798}
  • Loading branch information
tanderson-google authored and Commit Bot committed Jan 25, 2018
1 parent 75544a6 commit 0b186aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/gn/bootstrap/bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ def write_gn_ninja(path, root_gen_dir, options):
continue
if name == 'run_all_unittests.cc':
continue
if name == 'test_with_scheduler.cc':
continue
if name == 'gn_main.cc':
continue
full_path = os.path.join(GN_ROOT, name)
Expand Down

0 comments on commit 0b186aa

Please sign in to comment.