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

Unified Diff: base/BUILD.gn

Issue 651253002: Enforce handle ownership in base::Process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add empty line Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »
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 18f2b017d41e28d813cb294d93a9a3e268aa3769..d783ee0bf7ba6ec441d517093e1cebf1c0890ce0 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -1227,6 +1227,7 @@ test("base_unittests") {
"process/memory_unittest_mac.mm",
"process/process_metrics_unittest.cc",
"process/process_metrics_unittest_ios.cc",
+ "process/process_unittest.cc",
"process/process_util_unittest.cc",
"process/process_util_unittest_ios.cc",
"profiler/tracked_time_unittest.cc",
@@ -1338,6 +1339,7 @@ test("base_unittests") {
"process/memory_unittest.cc",
"process/memory_unittest_mac.h",
"process/memory_unittest_mac.mm",
+ "process/process_unittest.cc",
"process/process_util_unittest.cc",
]
« no previous file with comments | « no previous file | base/base.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698