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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/BUILD.gn
diff --git a/base/process/BUILD.gn b/base/process/BUILD.gn
index 63d65cdf41d8f148338a8989d64904b76b79e5cb..cf3c4018ba561532133d4b90ba1a916848e9a8e2 100644
--- a/base/process/BUILD.gn
+++ b/base/process/BUILD.gn
@@ -4,7 +4,8 @@
import("//build/config/nacl/config.gni")
-source_set("process") {
+# Should be static library, see documentation on //base:base for discussion.
+static_library("process") {
sources = [
"internal_linux.cc",
"internal_linux.h",
« 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