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

Side by Side Diff: base/base.gypi

Issue 18555002: Split out process killing functions from base/process_util.h into base/process/kill.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/kill.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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 'power_monitor/power_monitor_mac.mm', 376 'power_monitor/power_monitor_mac.mm',
377 'power_monitor/power_monitor_posix.cc', 377 'power_monitor/power_monitor_posix.cc',
378 'power_monitor/power_monitor_win.cc', 378 'power_monitor/power_monitor_win.cc',
379 'power_monitor/power_observer.h', 379 'power_monitor/power_observer.h',
380 'process.h', 380 'process.h',
381 'process_info.h', 381 'process_info.h',
382 'process_info_mac.cc', 382 'process_info_mac.cc',
383 'process_info_win.cc', 383 'process_info_win.cc',
384 'process_linux.cc', 384 'process_linux.cc',
385 'process_posix.cc', 385 'process_posix.cc',
386 'process_util.cc',
387 'process_util.h', 386 'process_util.h',
388 'process_util_freebsd.cc', 387 'process_util_freebsd.cc',
389 'process_util_ios.mm', 388 'process_util_ios.mm',
390 'process_util_linux.cc', 389 'process_util_linux.cc',
391 'process_util_mac.mm', 390 'process_util_mac.mm',
392 'process_util_openbsd.cc', 391 'process_util_openbsd.cc',
393 'process_util_posix.cc', 392 'process_util_posix.cc',
394 'process_util_win.cc', 393 'process_util_win.cc',
395 'process_win.cc', 394 'process_win.cc',
396 'process/internal_linux.cc', 395 'process/internal_linux.cc',
397 'process/internal_linux.h', 396 'process/internal_linux.h',
397 'process/kill.cc',
398 'process/kill.h',
399 'process/kill_mac.cc',
400 'process/kill_posix.cc',
401 'process/kill_win.cc',
398 'process/memory.h', 402 'process/memory.h',
399 'process/memory_linux.cc', 403 'process/memory_linux.cc',
400 'process/memory_mac.mm', 404 'process/memory_mac.mm',
401 'process/memory_win.cc', 405 'process/memory_win.cc',
402 'process/process_iterator.cc', 406 'process/process_iterator.cc',
403 'process/process_iterator.h', 407 'process/process_iterator.h',
404 'process/process_iterator_freebsd.cc', 408 'process/process_iterator_freebsd.cc',
405 'process/process_iterator_linux.cc', 409 'process/process_iterator_linux.cc',
406 'process/process_iterator_mac.cc', 410 'process/process_iterator_mac.cc',
407 'process/process_iterator_openbsd.cc', 411 'process/process_iterator_openbsd.cc',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
685 'file_util.cc', 689 'file_util.cc',
686 'file_util_posix.cc', 690 'file_util_posix.cc',
687 'file_util_proxy.cc', 691 'file_util_proxy.cc',
688 'files/file_enumerator_posix.cc', 692 'files/file_enumerator_posix.cc',
689 'files/file_path_watcher_kqueue.cc', 693 'files/file_path_watcher_kqueue.cc',
690 'memory/shared_memory_posix.cc', 694 'memory/shared_memory_posix.cc',
691 'native_library_posix.cc', 695 'native_library_posix.cc',
692 'path_service.cc', 696 'path_service.cc',
693 'platform_file_posix.cc', 697 'platform_file_posix.cc',
694 'posix/unix_domain_socket_linux.cc', 698 'posix/unix_domain_socket_linux.cc',
699 'process/kill_posix.cc',
695 'process_posix.cc', 700 'process_posix.cc',
696 'process_util.cc', 701 'process_util.cc',
697 'process_util_posix.cc', 702 'process_util_posix.cc',
698 'rand_util_posix.cc', 703 'rand_util_posix.cc',
699 'scoped_native_library.cc', 704 'scoped_native_library.cc',
700 'files/scoped_temp_dir.cc', 705 'files/scoped_temp_dir.cc',
701 'sys_info_posix.cc', 706 'sys_info_posix.cc',
702 'threading/sequenced_worker_pool.cc', 707 'threading/sequenced_worker_pool.cc',
703 'third_party/dynamic_annotations/dynamic_annotations.c', 708 'third_party/dynamic_annotations/dynamic_annotations.c',
704 ], 709 ],
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
863 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 868 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
864 'sources/': [ 869 'sources/': [
865 ['exclude', '^third_party/nspr/'], 870 ['exclude', '^third_party/nspr/'],
866 ], 871 ],
867 }], 872 }],
868 ], 873 ],
869 }], 874 }],
870 ], 875 ],
871 }, 876 },
872 } 877 }
OLDNEW
« no previous file with comments | « no previous file | base/process/kill.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698