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

Side by Side Diff: base/base.gypi

Issue 19064002: Split ProcessHandle and its related routines into base/process/process_handle.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Ready for review Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/process.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'power_monitor/power_monitor_posix.cc', 379 'power_monitor/power_monitor_posix.cc',
380 'power_monitor/power_monitor_win.cc', 380 'power_monitor/power_monitor_win.cc',
381 'power_monitor/power_observer.h', 381 'power_monitor/power_observer.h',
382 'process.h', 382 'process.h',
383 'process_info.h', 383 'process_info.h',
384 'process_info_mac.cc', 384 'process_info_mac.cc',
385 'process_info_win.cc', 385 'process_info_win.cc',
386 'process_linux.cc', 386 'process_linux.cc',
387 'process_posix.cc', 387 'process_posix.cc',
388 'process_util.h', 388 'process_util.h',
389 'process_util_freebsd.cc',
390 'process_util_ios.mm', 389 'process_util_ios.mm',
391 'process_util_linux.cc',
392 'process_util_mac.mm', 390 'process_util_mac.mm',
393 'process_util_openbsd.cc',
394 'process_util_posix.cc', 391 'process_util_posix.cc',
395 'process_util_win.cc', 392 'process_util_win.cc',
396 'process_win.cc', 393 'process_win.cc',
397 'process/internal_linux.cc', 394 'process/internal_linux.cc',
398 'process/internal_linux.h', 395 'process/internal_linux.h',
399 'process/kill.cc', 396 'process/kill.cc',
400 'process/kill.h', 397 'process/kill.h',
401 'process/kill_mac.cc', 398 'process/kill_mac.cc',
402 'process/kill_posix.cc', 399 'process/kill_posix.cc',
403 'process/kill_win.cc', 400 'process/kill_win.cc',
404 'process/memory.h', 401 'process/memory.h',
405 'process/memory_linux.cc', 402 'process/memory_linux.cc',
406 'process/memory_mac.mm', 403 'process/memory_mac.mm',
407 'process/memory_win.cc', 404 'process/memory_win.cc',
405 'process/process_handle_freebsd.cc',
406 'process/process_handle_linux.cc',
407 'process/process_handle_mac.cc',
408 'process/process_handle_openbsd.cc',
409 'process/process_handle_posix.cc',
410 'process/process_handle_win.cc',
408 'process/process_iterator.cc', 411 'process/process_iterator.cc',
409 'process/process_iterator.h', 412 'process/process_iterator.h',
410 'process/process_iterator_freebsd.cc', 413 'process/process_iterator_freebsd.cc',
411 'process/process_iterator_linux.cc', 414 'process/process_iterator_linux.cc',
412 'process/process_iterator_mac.cc', 415 'process/process_iterator_mac.cc',
413 'process/process_iterator_openbsd.cc', 416 'process/process_iterator_openbsd.cc',
414 'process/process_iterator_win.cc', 417 'process/process_iterator_win.cc',
415 'process/process_metrics.h', 418 'process/process_metrics.h',
416 'process/process_metrics_freebsd.cc', 419 'process/process_metrics_freebsd.cc',
417 'process/process_metrics_ios.cc', 420 'process/process_metrics_ios.cc',
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
690 'debug/stack_trace_posix.cc', 693 'debug/stack_trace_posix.cc',
691 'file_util.cc', 694 'file_util.cc',
692 'file_util_posix.cc', 695 'file_util_posix.cc',
693 'files/file_enumerator_posix.cc', 696 'files/file_enumerator_posix.cc',
694 'files/file_path_watcher_kqueue.cc', 697 'files/file_path_watcher_kqueue.cc',
695 'memory/shared_memory_posix.cc', 698 'memory/shared_memory_posix.cc',
696 'native_library_posix.cc', 699 'native_library_posix.cc',
697 'path_service.cc', 700 'path_service.cc',
698 'posix/unix_domain_socket_linux.cc', 701 'posix/unix_domain_socket_linux.cc',
699 'process/kill_posix.cc', 702 'process/kill_posix.cc',
703 'process/process_metrics_posix.cc',
700 'process_posix.cc', 704 'process_posix.cc',
701 'process_util.cc', 705 'process_util.cc',
702 'process_util_posix.cc', 706 'process_util_posix.cc',
703 'rand_util_posix.cc', 707 'rand_util_posix.cc',
704 'scoped_native_library.cc', 708 'scoped_native_library.cc',
705 'files/scoped_temp_dir.cc', 709 'files/scoped_temp_dir.cc',
706 'sys_info_posix.cc', 710 'sys_info_posix.cc',
707 'third_party/dynamic_annotations/dynamic_annotations.c', 711 'third_party/dynamic_annotations/dynamic_annotations.c',
708 ], 712 ],
709 'sources/': [ 713 'sources/': [
710 # Metrics won't work in the NaCl sandbox. 714 # Metrics won't work in the NaCl sandbox.
711 ['exclude', '^metrics/'], 715 ['exclude', '^metrics/'],
712 ['include', '^threading/platform_thread_linux\\.cc$'], 716 ['include', '^threading/platform_thread_linux\\.cc$'],
713 ], 717 ],
714 }], 718 }],
715 ['OS == "android" and >(nacl_untrusted_build)==0', { 719 ['OS == "android" and >(nacl_untrusted_build)==0', {
716 'sources!': [ 720 'sources!': [
717 'base_paths_posix.cc', 721 'base_paths_posix.cc',
718 'files/file_path_watcher_kqueue.cc', 722 'files/file_path_watcher_kqueue.cc',
719 'files/file_path_watcher_stub.cc', 723 'files/file_path_watcher_stub.cc',
720 'power_monitor/power_monitor_posix.cc', 724 'power_monitor/power_monitor_posix.cc',
721 ], 725 ],
722 'sources/': [ 726 'sources/': [
723 ['include', '^debug/proc_maps_linux\\.cc$'], 727 ['include', '^debug/proc_maps_linux\\.cc$'],
724 ['include', '^files/file_path_watcher_linux\\.cc$'], 728 ['include', '^files/file_path_watcher_linux\\.cc$'],
725 ['include', '^process_util_linux\\.cc$'], 729 ['include', '^process_util_linux\\.cc$'],
726 ['include', '^process/memory_linux\\.cc$'], 730 ['include', '^process/memory_linux\\.cc$'],
727 ['include', '^process/internal_linux\\.cc$'], 731 ['include', '^process/internal_linux\\.cc$'],
732 ['include', '^process/process_handle_linux\\.cc$'],
728 ['include', '^process/process_iterator\\.cc$'], 733 ['include', '^process/process_iterator\\.cc$'],
729 ['include', '^process/process_iterator_linux\\.cc$'], 734 ['include', '^process/process_iterator_linux\\.cc$'],
730 ['include', '^process/process_metrics_linux\\.cc$'], 735 ['include', '^process/process_metrics_linux\\.cc$'],
731 ['include', '^posix/unix_domain_socket_linux\\.cc$'], 736 ['include', '^posix/unix_domain_socket_linux\\.cc$'],
732 ['include', '^strings/sys_string_conversions_posix\\.cc$'], 737 ['include', '^strings/sys_string_conversions_posix\\.cc$'],
733 ['include', '^sys_info_linux\\.cc$'], 738 ['include', '^sys_info_linux\\.cc$'],
734 ['include', '^worker_pool_linux\\.cc$'], 739 ['include', '^worker_pool_linux\\.cc$'],
735 ], 740 ],
736 }], 741 }],
737 ['OS == "android" and _toolset == "host" and host_os == "linux"', { 742 ['OS == "android" and _toolset == "host" and host_os == "linux"', {
(...skipping 21 matching lines...) Expand all
759 ['include', '^message_loop/message_pump_mac\\.'], 764 ['include', '^message_loop/message_pump_mac\\.'],
760 ['include', '^strings/sys_string_conversions_mac\\.'], 765 ['include', '^strings/sys_string_conversions_mac\\.'],
761 ['include', '^threading/platform_thread_mac\\.'], 766 ['include', '^threading/platform_thread_mac\\.'],
762 ['include', '^time/time_mac\\.'], 767 ['include', '^time/time_mac\\.'],
763 ['include', '^worker_pool_mac\\.'], 768 ['include', '^worker_pool_mac\\.'],
764 # Exclude all process_util except the minimal implementation 769 # Exclude all process_util except the minimal implementation
765 # needed on iOS (mostly for unit tests). 770 # needed on iOS (mostly for unit tests).
766 ['exclude', '^process_util'], 771 ['exclude', '^process_util'],
767 ['include', '^process_util_ios\\.mm$'], 772 ['include', '^process_util_ios\\.mm$'],
768 ['exclude', '^process/memory_mac\\.mm$'], 773 ['exclude', '^process/memory_mac\\.mm$'],
774 ['include', '^process/process_handle_posix\\.cc$'],
769 ], 775 ],
770 'sources': [ 776 'sources': [
771 'process/memory_stubs.cc', 777 'process/memory_stubs.cc',
772 ], 778 ],
773 'sources!': [ 779 'sources!': [
774 'message_loop/message_pump_libevent.cc' 780 'message_loop/message_pump_libevent.cc'
775 ], 781 ],
776 }], 782 }],
777 ['OS == "ios" and _toolset == "host"', { 783 ['OS == "ios" and _toolset == "host"', {
778 'sources/': [ 784 'sources/': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
868 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 874 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
869 'sources/': [ 875 'sources/': [
870 ['exclude', '^third_party/nspr/'], 876 ['exclude', '^third_party/nspr/'],
871 ], 877 ],
872 }], 878 }],
873 ], 879 ],
874 }], 880 }],
875 ], 881 ],
876 }, 882 },
877 } 883 }
OLDNEW
« no previous file with comments | « no previous file | base/process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698