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

Unified Diff: base/base.gypi

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 | « base/BUILD.gn ('k') | base/debug/debugger_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6e2944a4464f4c818aeb16d0c9055991dfb31fff..f086b43c0f6447387fab9d04a9e8f44754e50200 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -436,6 +436,8 @@
'posix/eintr_wrapper.h',
'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',
@@ -522,8 +524,6 @@
'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 | « base/BUILD.gn ('k') | base/debug/debugger_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698