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

Unified Diff: ipc/ipc.gypi

Issue 883093003: IPC::Message Refactoring: Move POSIX specific bits to PlatformFileAttachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 5e890c6adc513fd2903dd5b7d61bc592ade928ef..bb49b0a2e6253c52de61ed6ea1dddbafa386ccdc 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -88,6 +88,8 @@
['OS == "win" or OS == "ios"', {
'sources!': [
'unix_domain_socket_util.cc',
+ 'ipc_platform_file_attachment.cc',
+ 'ipc_platform_file_attachment.h',
],
}],
],

Powered by Google App Engine
This is Rietveld 408576698