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

Unified Diff: base/base.gypi

Issue 10399100: Move FileDescriptorShuffle to base/posix. This file is very posix-specific. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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/base.gyp ('k') | 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.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 0798fa87c63e5c665ac3eda9efbd9e1db4619594..351765361a9f8113bc846833f6f6d162b0a9ddc8 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -670,10 +670,10 @@
],
'sources!': [
'event_recorder_stubs.cc',
- 'file_descriptor_shuffle.cc',
'files/file_path_watcher_kqueue.cc',
'files/file_path_watcher_stub.cc',
'message_pump_libevent.cc',
+ 'posix/file_descriptor_shuffle.cc',
# Not using sha1_win.cc because it may have caused a
# regression to page cycler moz.
'sha1_win.cc',
« no previous file with comments | « base/base.gyp ('k') | base/file_descriptor_shuffle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698