Skip to content

Commit

Permalink
Fix GN bootstrap.
Browse files Browse the repository at this point in the history
Added missing files.

BUG=none
R=jochen@chromium.org, thakis@chromium.org

Review-Url: https://codereview.chromium.org/2747483002
Cr-Commit-Position: refs/heads/master@{#456229}
  • Loading branch information
rayb authored and Commit bot committed Mar 11, 2017
1 parent 3ceda53 commit 379e35f
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 @@ -384,6 +384,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/base_paths.cc',
'base/base_switches.cc',
'base/build_time.cc',
'base/callback_helpers.cc',
'base/callback_internal.cc',
'base/command_line.cc',
'base/debug/activity_tracker.cc',
Expand Down Expand Up @@ -605,6 +606,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/allocator/allocator_shim.cc',
'base/allocator/allocator_shim_default_dispatch_to_glibc.cc',
'base/memory/shared_memory_posix.cc',
'base/memory/shared_memory_tracker.cc',
'base/nix/xdg_util.cc',
'base/process/internal_linux.cc',
'base/process/memory_linux.cc',
Expand Down

0 comments on commit 379e35f

Please sign in to comment.