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

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

Issue 1528233002: Make base a static ibrary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/metrics/BUILD.gn ('k') | base/third_party/dynamic_annotations/BUILD.gn » ('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 import("//build/config/nacl/config.gni") 5 import("//build/config/nacl/config.gni")
6 6
7 source_set("process") { 7 # Should be static library, see documentation on //base:base for discussion.
8 static_library("process") {
8 sources = [ 9 sources = [
9 "internal_linux.cc", 10 "internal_linux.cc",
10 "internal_linux.h", 11 "internal_linux.h",
11 "kill.cc", 12 "kill.cc",
12 "kill.h", 13 "kill.h",
13 "kill_mac.cc", 14 "kill_mac.cc",
14 "kill_posix.cc", 15 "kill_posix.cc",
15 "kill_win.cc", 16 "kill_win.cc",
16 "launch.cc", 17 "launch.cc",
17 "launch.h", 18 "launch.h",
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 119
119 deps = [ 120 deps = [
120 "//base/memory", 121 "//base/memory",
121 "//base/third_party/dynamic_annotations", 122 "//base/third_party/dynamic_annotations",
122 ] 123 ]
123 124
124 allow_circular_includes_from = [ "//base/memory" ] 125 allow_circular_includes_from = [ "//base/memory" ]
125 126
126 visibility = [ "//base/*" ] 127 visibility = [ "//base/*" ]
127 } 128 }
OLDNEW
« no previous file with comments | « base/metrics/BUILD.gn ('k') | base/third_party/dynamic_annotations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698