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

Unified Diff: base/BUILD.gn

Issue 2454073003: Allow backgrounding processes on Mac (Closed)
Patch Set: Remove unnecessary forward declare Created 4 years, 1 month 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 | « no previous file | base/process/process.h » ('j') | base/process/process.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index a45d792be1d43c938e27099c6574d4fb6a266eac..4a5753b520bfa18843aeb23183b70c9a92c94224 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -648,6 +648,7 @@ component("base") {
#"process/process_iterator_openbsd.cc", # Unused in Chromium build.
"process/process_iterator_win.cc",
"process/process_linux.cc",
+ "process/process_mac.cc",
"process/process_metrics.cc",
"process/process_metrics.h",
« no previous file with comments | « no previous file | base/process/process.h » ('j') | base/process/process.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698