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

Unified Diff: base/base.gyp

Issue 100127: POSIX: Add code for shuffling file descriptors. (Closed)
Patch Set: ... Created 11 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
« no previous file with comments | « no previous file | base/file_descriptor_shuffle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 9c259b694c493729d44682e271737ed382beaee7..de80ab23e34c0a03f4644de10883ba8df6a02892 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -94,6 +94,8 @@
'event_recorder_stubs.cc',
'field_trial.cc',
'field_trial.h',
+ 'file_descriptor_shuffle.cc',
+ 'file_descriptor_shuffle.h',
'file_path.cc',
'file_path.h',
'file_util.cc',
@@ -445,6 +447,7 @@
'sources!': [
'data_pack.cc',
'event_recorder_stubs.cc',
+ 'file_descriptor_shuffle.cc',
'message_pump_libevent.cc',
'string16.cc',
],
@@ -557,6 +560,7 @@
'debug_util_unittest.cc',
'directory_watcher_unittest.cc',
'field_trial_unittest.cc',
+ 'file_descriptor_shuffle_unittest.cc',
'file_path_unittest.cc',
'file_util_unittest.cc',
'file_version_info_unittest.cc',
@@ -658,6 +662,7 @@
],
'sources!': [
'data_pack_unittest.cc',
+ 'file_descriptor_shuffle_unittest.cc',
],
}, { # OS != "win"
'sources!': [
« no previous file with comments | « no previous file | base/file_descriptor_shuffle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698