Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: tools/gn/bootstrap/bootstrap.py

Issue 2059803002: Fix GN bootstrap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #!/usr/bin/env python 1 #!/usr/bin/env python
2 # Copyright 2014 The Chromium Authors. All rights reserved. 2 # Copyright 2014 The Chromium Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 # This file isn't officially supported by the Chromium project. It's maintained 6 # This file isn't officially supported by the Chromium project. It's maintained
7 # on a best-effort basis by volunteers, so some things may be broken from time 7 # on a best-effort basis by volunteers, so some things may be broken from time
8 # to time. If you encounter errors, it's most often due to files in base that 8 # to time. If you encounter errors, it's most often due to files in base that
9 # have been added or moved since somebody last tried this script. Generally 9 # have been added or moved since somebody last tried this script. Generally
10 # such errors are easy to diagnose. 10 # such errors are easy to diagnose.
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 'base/trace_event/heap_profiler_allocation_context_tracker.cc', 309 'base/trace_event/heap_profiler_allocation_context_tracker.cc',
310 'base/trace_event/heap_profiler_allocation_register.cc', 310 'base/trace_event/heap_profiler_allocation_register.cc',
311 'base/trace_event/heap_profiler_heap_dump_writer.cc', 311 'base/trace_event/heap_profiler_heap_dump_writer.cc',
312 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc', 312 'base/trace_event/heap_profiler_stack_frame_deduplicator.cc',
313 'base/trace_event/heap_profiler_type_name_deduplicator.cc', 313 'base/trace_event/heap_profiler_type_name_deduplicator.cc',
314 'base/trace_event/memory_allocator_dump.cc', 314 'base/trace_event/memory_allocator_dump.cc',
315 'base/trace_event/memory_allocator_dump_guid.cc', 315 'base/trace_event/memory_allocator_dump_guid.cc',
316 'base/trace_event/memory_dump_manager.cc', 316 'base/trace_event/memory_dump_manager.cc',
317 'base/trace_event/memory_dump_request_args.cc', 317 'base/trace_event/memory_dump_request_args.cc',
318 'base/trace_event/memory_dump_session_state.cc', 318 'base/trace_event/memory_dump_session_state.cc',
319 'base/trace_event/memory_infra_background_whitelist.cc',
319 'base/trace_event/process_memory_dump.cc', 320 'base/trace_event/process_memory_dump.cc',
320 'base/trace_event/process_memory_maps.cc', 321 'base/trace_event/process_memory_maps.cc',
321 'base/trace_event/process_memory_totals.cc', 322 'base/trace_event/process_memory_totals.cc',
322 'base/trace_event/trace_buffer.cc', 323 'base/trace_event/trace_buffer.cc',
323 'base/trace_event/trace_config.cc', 324 'base/trace_event/trace_config.cc',
324 'base/trace_event/trace_event_argument.cc', 325 'base/trace_event/trace_event_argument.cc',
325 'base/trace_event/trace_event_impl.cc', 326 'base/trace_event/trace_event_impl.cc',
326 'base/trace_event/trace_event_memory_overhead.cc', 327 'base/trace_event/trace_event_memory_overhead.cc',
327 'base/trace_event/trace_event_synthetic_delay.cc', 328 'base/trace_event/trace_event_synthetic_delay.cc',
328 'base/trace_event/trace_log.cc', 329 'base/trace_event/trace_log.cc',
(...skipping 17 matching lines...) Expand all
346 'base/files/memory_mapped_file_posix.cc', 347 'base/files/memory_mapped_file_posix.cc',
347 'base/message_loop/message_pump_libevent.cc', 348 'base/message_loop/message_pump_libevent.cc',
348 'base/posix/file_descriptor_shuffle.cc', 349 'base/posix/file_descriptor_shuffle.cc',
349 'base/posix/safe_strerror.cc', 350 'base/posix/safe_strerror.cc',
350 'base/process/kill_posix.cc', 351 'base/process/kill_posix.cc',
351 'base/process/process_handle_posix.cc', 352 'base/process/process_handle_posix.cc',
352 'base/process/process_metrics_posix.cc', 353 'base/process/process_metrics_posix.cc',
353 'base/process/process_posix.cc', 354 'base/process/process_posix.cc',
354 'base/synchronization/condition_variable_posix.cc', 355 'base/synchronization/condition_variable_posix.cc',
355 'base/synchronization/lock_impl_posix.cc', 356 'base/synchronization/lock_impl_posix.cc',
357 'base/synchronization/read_write_lock_posix.cc',
356 'base/synchronization/waitable_event_posix.cc', 358 'base/synchronization/waitable_event_posix.cc',
357 'base/sys_info_posix.cc', 359 'base/sys_info_posix.cc',
358 'base/threading/platform_thread_internal_posix.cc', 360 'base/threading/platform_thread_internal_posix.cc',
359 'base/threading/platform_thread_posix.cc', 361 'base/threading/platform_thread_posix.cc',
360 'base/threading/thread_local_posix.cc', 362 'base/threading/thread_local_posix.cc',
361 'base/threading/thread_local_storage_posix.cc', 363 'base/threading/thread_local_storage_posix.cc',
362 'base/threading/worker_pool_posix.cc', 364 'base/threading/worker_pool_posix.cc',
363 'base/time/time_posix.cc', 365 'base/time/time_posix.cc',
364 'base/trace_event/heap_profiler_allocation_register_posix.cc', 366 'base/trace_event/heap_profiler_allocation_register_posix.cc',
365 ]) 367 ])
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 cmd.append('-v') 526 cmd.append('-v')
525 cmd.append('gn') 527 cmd.append('gn')
526 check_call(cmd) 528 check_call(cmd)
527 529
528 if not options.debug: 530 if not options.debug:
529 check_call(['strip', os.path.join(build_dir, 'gn')]) 531 check_call(['strip', os.path.join(build_dir, 'gn')])
530 532
531 533
532 if __name__ == '__main__': 534 if __name__ == '__main__':
533 sys.exit(main(sys.argv[1:])) 535 sys.exit(main(sys.argv[1:]))
OLDNEW
« 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