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

Unified Diff: dbus/dbus.gyp

Issue 9700072: dbus: add support for passing file descriptors (Closed) Base URL: http://git.chromium.org/git/chromium/src@master
Patch Set: unit test nits Created 8 years, 9 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 | dbus/file_descriptor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/dbus.gyp
diff --git a/dbus/dbus.gyp b/dbus/dbus.gyp
index bbb5e30d162b27a630cbecbe3936cafc7fe3b995..e7a2636110e37d52e35f4ca2145d752b348d19d1 100644
--- a/dbus/dbus.gyp
+++ b/dbus/dbus.gyp
@@ -23,6 +23,8 @@
'bus.h',
'exported_object.cc',
'exported_object.h',
+ 'file_descriptor.cc',
+ 'file_descriptor.h',
'message.cc',
'message.h',
'object_path.cc',
« no previous file with comments | « no previous file | dbus/file_descriptor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698