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

Unified Diff: base/BUILD.gn

Issue 1160373004: Move safe_strerror to posix directory and the base namespace (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 6 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.gypi » ('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 ed510865b669ee7c746216ccf88c604331125bcc..fea9027e4b3962a49035fac1da33170773630203 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -371,6 +371,8 @@ component("base") {
"posix/file_descriptor_shuffle.cc",
"posix/global_descriptors.cc",
"posix/global_descriptors.h",
+ "posix/safe_strerror.cc",
+ "posix/safe_strerror.h",
"posix/unix_domain_socket_linux.cc",
"posix/unix_domain_socket_linux.h",
"power_monitor/power_monitor.cc",
@@ -408,8 +410,6 @@ component("base") {
"rand_util_win.cc",
"run_loop.cc",
"run_loop.h",
- "safe_strerror_posix.cc",
- "safe_strerror_posix.h",
"scoped_generic.h",
"scoped_native_library.cc",
"scoped_native_library.h",
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698