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

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: Fixing Windows build error 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
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_channel_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc.gypi
diff --git a/ipc/ipc.gypi b/ipc/ipc.gypi
index 5e890c6adc513fd2903dd5b7d61bc592ade928ef..a10790ed103d6428ca30b2b0fb0a5b5154d171d0 100644
--- a/ipc/ipc.gypi
+++ b/ipc/ipc.gypi
@@ -47,8 +47,8 @@
'ipc_param_traits.h',
'ipc_platform_file.cc',
'ipc_platform_file.h',
- 'ipc_platform_file_attachment.cc',
- 'ipc_platform_file_attachment.h',
+ 'ipc_platform_file_attachment_posix.cc',
+ 'ipc_platform_file_attachment_posix.h',
'ipc_sender.h',
'ipc_switches.cc',
'ipc_switches.h',
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_channel_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698