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

Unified Diff: sandbox/linux/sandbox_linux_test_sources.gypi

Issue 241863002: Extend UnixDomainSocket::RecvMsg to return sender's PID (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Style guide doesn't allow default arguments and discourages unnecessary function overloading Created 6 years, 8 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
Index: sandbox/linux/sandbox_linux_test_sources.gypi
diff --git a/sandbox/linux/sandbox_linux_test_sources.gypi b/sandbox/linux/sandbox_linux_test_sources.gypi
index ffbf9c6191b09ab8e92fead3b395a478e9d3dd7b..c73a3e42e8e0264404660f85a1d290eb348351e1 100644
--- a/sandbox/linux/sandbox_linux_test_sources.gypi
+++ b/sandbox/linux/sandbox_linux_test_sources.gypi
@@ -18,6 +18,7 @@
'sources': [
'tests/main.cc',
'tests/unit_tests_unittest.cc',
+ 'tests/unix_domain_socket_unittest.cc',
'services/broker_process_unittest.cc',
'services/scoped_process_unittest.cc',
'services/thread_helpers_unittests.cc',

Powered by Google App Engine
This is Rietveld 408576698