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

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

Issue 1186873006: Add Get/SetUniqueIdForProcess. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « base/base.gypi ('k') | base/process/process_handle.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",
11 "kill_mac.cc", 11 "kill_mac.cc",
12 "kill_posix.cc", 12 "kill_posix.cc",
13 "kill_win.cc", 13 "kill_win.cc",
14 "launch.cc", 14 "launch.cc",
15 "launch.h", 15 "launch.h",
16 "launch_ios.cc", 16 "launch_ios.cc",
17 "launch_mac.cc", 17 "launch_mac.cc",
18 "launch_posix.cc", 18 "launch_posix.cc",
19 "launch_win.cc", 19 "launch_win.cc",
20 "memory.cc", 20 "memory.cc",
21 "memory.h", 21 "memory.h",
22 "memory_linux.cc", 22 "memory_linux.cc",
23 "memory_mac.mm", 23 "memory_mac.mm",
24 "memory_win.cc", 24 "memory_win.cc",
25 "port_provider_mac.h", 25 "port_provider_mac.h",
26 "process.h", 26 "process.h",
27 "process_handle.cc",
27 "process_handle_freebsd.cc", 28 "process_handle_freebsd.cc",
28 "process_handle_linux.cc", 29 "process_handle_linux.cc",
29 "process_handle_mac.cc", 30 "process_handle_mac.cc",
30 "process_handle_openbsd.cc", 31 "process_handle_openbsd.cc",
31 "process_handle_posix.cc", 32 "process_handle_posix.cc",
32 "process_handle_win.cc", 33 "process_handle_win.cc",
33 "process_info.h", 34 "process_info.h",
34 "process_info_linux.cc", 35 "process_info_linux.cc",
35 "process_info_mac.cc", 36 "process_info_mac.cc",
36 "process_info_win.cc", 37 "process_info_win.cc",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 111
111 deps = [ 112 deps = [
112 "//base/memory", 113 "//base/memory",
113 "//base/third_party/dynamic_annotations", 114 "//base/third_party/dynamic_annotations",
114 ] 115 ]
115 116
116 allow_circular_includes_from = [ "//base/memory" ] 117 allow_circular_includes_from = [ "//base/memory" ]
117 118
118 visibility = [ "//base/*" ] 119 visibility = [ "//base/*" ]
119 } 120 }
OLDNEW
« no previous file with comments | « base/base.gypi ('k') | base/process/process_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698