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

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

Issue 2374873002: Update GN bootstrap file list. (Closed)
Patch Set: Created 4 years, 2 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'base/base_paths.cc', 372 'base/base_paths.cc',
373 'base/base_switches.cc', 373 'base/base_switches.cc',
374 'base/callback_internal.cc', 374 'base/callback_internal.cc',
375 'base/command_line.cc', 375 'base/command_line.cc',
376 'base/debug/activity_tracker.cc', 376 'base/debug/activity_tracker.cc',
377 'base/debug/alias.cc', 377 'base/debug/alias.cc',
378 'base/debug/stack_trace.cc', 378 'base/debug/stack_trace.cc',
379 'base/debug/task_annotator.cc', 379 'base/debug/task_annotator.cc',
380 'base/environment.cc', 380 'base/environment.cc',
381 'base/files/file.cc', 381 'base/files/file.cc',
382 'base/files/file_descriptor_watcher_posix.cc',
382 'base/files/file_enumerator.cc', 383 'base/files/file_enumerator.cc',
383 'base/files/file_path.cc', 384 'base/files/file_path.cc',
384 'base/files/file_path_constants.cc', 385 'base/files/file_path_constants.cc',
385 'base/files/file_tracing.cc', 386 'base/files/file_tracing.cc',
386 'base/files/file_util.cc', 387 'base/files/file_util.cc',
387 'base/files/important_file_writer.cc', 388 'base/files/important_file_writer.cc',
388 'base/files/memory_mapped_file.cc', 389 'base/files/memory_mapped_file.cc',
389 'base/files/scoped_file.cc', 390 'base/files/scoped_file.cc',
390 'base/hash.cc', 391 'base/hash.cc',
391 'base/json/json_parser.cc', 392 'base/json/json_parser.cc',
392 'base/json/json_reader.cc', 393 'base/json/json_reader.cc',
393 'base/json/json_string_value_serializer.cc', 394 'base/json/json_string_value_serializer.cc',
394 'base/json/json_writer.cc', 395 'base/json/json_writer.cc',
395 'base/json/string_escape.cc', 396 'base/json/string_escape.cc',
396 'base/lazy_instance.cc', 397 'base/lazy_instance.cc',
397 'base/location.cc', 398 'base/location.cc',
398 'base/logging.cc', 399 'base/logging.cc',
399 'base/md5.cc', 400 'base/md5.cc',
401 'base/memory/ref_counted.cc',
400 'base/memory/ref_counted_memory.cc', 402 'base/memory/ref_counted_memory.cc',
401 'base/memory/singleton.cc', 403 'base/memory/singleton.cc',
402 'base/memory/weak_ptr.cc', 404 'base/memory/weak_ptr.cc',
403 'base/message_loop/incoming_task_queue.cc', 405 'base/message_loop/incoming_task_queue.cc',
404 'base/message_loop/message_loop.cc', 406 'base/message_loop/message_loop.cc',
405 'base/message_loop/message_loop_task_runner.cc', 407 'base/message_loop/message_loop_task_runner.cc',
406 'base/message_loop/message_pump.cc', 408 'base/message_loop/message_pump.cc',
407 'base/message_loop/message_pump_default.cc', 409 'base/message_loop/message_pump_default.cc',
408 'base/metrics/bucket_ranges.cc', 410 'base/metrics/bucket_ranges.cc',
409 'base/metrics/histogram.cc', 411 'base/metrics/histogram.cc',
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after
678 'base/synchronization/waitable_event_win.cc', 680 'base/synchronization/waitable_event_win.cc',
679 'base/sys_info_win.cc', 681 'base/sys_info_win.cc',
680 'base/threading/platform_thread_win.cc', 682 'base/threading/platform_thread_win.cc',
681 'base/threading/thread_local_storage_win.cc', 683 'base/threading/thread_local_storage_win.cc',
682 'base/threading/thread_local_win.cc', 684 'base/threading/thread_local_win.cc',
683 'base/threading/worker_pool_win.cc', 685 'base/threading/worker_pool_win.cc',
684 'base/time/time_win.cc', 686 'base/time/time_win.cc',
685 'base/timer/hi_res_timer_manager_win.cc', 687 'base/timer/hi_res_timer_manager_win.cc',
686 'base/trace_event/heap_profiler_allocation_register_win.cc', 688 'base/trace_event/heap_profiler_allocation_register_win.cc',
687 'base/trace_event/trace_event_etw_export_win.cc', 689 'base/trace_event/trace_event_etw_export_win.cc',
688 'base/trace_event/winheap_dump_provider_win.cc',
689 'base/win/enum_variant.cc', 690 'base/win/enum_variant.cc',
690 'base/win/event_trace_controller.cc', 691 'base/win/event_trace_controller.cc',
691 'base/win/event_trace_provider.cc', 692 'base/win/event_trace_provider.cc',
692 'base/win/i18n.cc', 693 'base/win/i18n.cc',
693 'base/win/iat_patch_function.cc', 694 'base/win/iat_patch_function.cc',
694 'base/win/iunknown_impl.cc', 695 'base/win/iunknown_impl.cc',
695 'base/win/message_window.cc', 696 'base/win/message_window.cc',
696 'base/win/object_watcher.cc', 697 'base/win/object_watcher.cc',
697 'base/win/pe_image.cc', 698 'base/win/pe_image.cc',
698 'base/win/process_startup_helper.cc', 699 'base/win/process_startup_helper.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 cmd.append('-v') 741 cmd.append('-v')
741 cmd.append('gn') 742 cmd.append('gn')
742 check_call(cmd) 743 check_call(cmd)
743 744
744 if not options.debug and not is_win: 745 if not options.debug and not is_win:
745 check_call(['strip', os.path.join(build_dir, 'gn')]) 746 check_call(['strip', os.path.join(build_dir, 'gn')])
746 747
747 748
748 if __name__ == '__main__': 749 if __name__ == '__main__':
749 sys.exit(main(sys.argv[1:])) 750 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