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

Side by Side Diff: base/process/BUILD.gn

Issue 1142913004: Revert of Add support for backgrounding processes on the Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 | « base/base.gypi ('k') | base/process/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) 2015 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2015 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 source_set("process") { 5 source_set("process") {
6 sources = [ 6 sources = [
7 "internal_linux.cc", 7 "internal_linux.cc",
8 "internal_linux.h", 8 "internal_linux.h",
9 "kill.cc", 9 "kill.cc",
10 "kill.h", 10 "kill.h",
(...skipping 23 matching lines...) Expand all
34 "process_info_mac.cc", 34 "process_info_mac.cc",
35 "process_info_win.cc", 35 "process_info_win.cc",
36 "process_iterator.cc", 36 "process_iterator.cc",
37 "process_iterator.h", 37 "process_iterator.h",
38 "process_iterator_freebsd.cc", 38 "process_iterator_freebsd.cc",
39 "process_iterator_linux.cc", 39 "process_iterator_linux.cc",
40 "process_iterator_mac.cc", 40 "process_iterator_mac.cc",
41 "process_iterator_openbsd.cc", 41 "process_iterator_openbsd.cc",
42 "process_iterator_win.cc", 42 "process_iterator_win.cc",
43 "process_linux.cc", 43 "process_linux.cc",
44 "process_mac.cc",
45 "process_metrics.cc", 44 "process_metrics.cc",
46 "process_metrics.h", 45 "process_metrics.h",
47 "process_metrics_freebsd.cc", 46 "process_metrics_freebsd.cc",
48 "process_metrics_ios.cc", 47 "process_metrics_ios.cc",
49 "process_metrics_linux.cc", 48 "process_metrics_linux.cc",
50 "process_metrics_mac.cc", 49 "process_metrics_mac.cc",
51 "process_metrics_openbsd.cc", 50 "process_metrics_openbsd.cc",
52 "process_metrics_posix.cc", 51 "process_metrics_posix.cc",
53 "process_metrics_win.cc", 52 "process_metrics_win.cc",
54 "process_posix.cc", 53 "process_posix.cc",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 98
100 deps = [ 99 deps = [
101 "//base/memory", 100 "//base/memory",
102 "//base/third_party/dynamic_annotations", 101 "//base/third_party/dynamic_annotations",
103 ] 102 ]
104 103
105 allow_circular_includes_from = [ "//base/memory" ] 104 allow_circular_includes_from = [ "//base/memory" ]
106 105
107 visibility = [ "//base/*" ] 106 visibility = [ "//base/*" ]
108 } 107 }
OLDNEW
« no previous file with comments | « base/base.gypi ('k') | base/process/process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698