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 2538903003: [GN] Fix tools/gn/bootstrap/bootstrap.py. (Closed)
Patch Set: Created 4 years 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 90adca24ee62fe7cde72034fd2d11bc1075a52fe..821a187885e06735d7d52be3578b33202028d6dc 100755
--- a/tools/gn/bootstrap/bootstrap.py
+++ b/tools/gn/bootstrap/bootstrap.py
@@ -375,6 +375,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/command_line.cc',
'base/debug/activity_tracker.cc',
'base/debug/alias.cc',
+ 'base/debug/dump_without_crashing.cc',
'base/debug/stack_trace.cc',
'base/debug/task_annotator.cc',
'base/environment.cc',
@@ -423,6 +424,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/pending_task.cc',
'base/pickle.cc',
'base/process/kill.cc',
+ 'base/process/process_handle.cc',
'base/process/process_iterator.cc',
'base/process/process_metrics.cc',
'base/profiler/scoped_profile.cc',
@@ -452,6 +454,7 @@ def write_gn_ninja(path, root_gen_dir, options):
'base/task_scheduler/scheduler_lock_impl.cc',
'base/task_scheduler/scheduler_worker.cc',
'base/task_scheduler/scheduler_worker_pool_impl.cc',
+ 'base/task_scheduler/scheduler_worker_pool_params.cc',
'base/task_scheduler/scheduler_worker_stack.cc',
'base/task_scheduler/sequence.cc',
'base/task_scheduler/sequence_sort_key.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