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

Side by Side 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, 10 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 unified diff | Download patch
« no previous file with comments | « ipc/BUILD.gn ('k') | ipc/ipc_channel_posix.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ipc_target': 0, 8 'ipc_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 29 matching lines...) Expand all
40 'ipc_message_attachment.h', 40 'ipc_message_attachment.h',
41 'ipc_message_attachment_set.cc', 41 'ipc_message_attachment_set.cc',
42 'ipc_message_attachment_set.h', 42 'ipc_message_attachment_set.h',
43 'ipc_message_macros.h', 43 'ipc_message_macros.h',
44 'ipc_message_start.h', 44 'ipc_message_start.h',
45 'ipc_message_utils.cc', 45 'ipc_message_utils.cc',
46 'ipc_message_utils.h', 46 'ipc_message_utils.h',
47 'ipc_param_traits.h', 47 'ipc_param_traits.h',
48 'ipc_platform_file.cc', 48 'ipc_platform_file.cc',
49 'ipc_platform_file.h', 49 'ipc_platform_file.h',
50 'ipc_platform_file_attachment.cc', 50 'ipc_platform_file_attachment_posix.cc',
51 'ipc_platform_file_attachment.h', 51 'ipc_platform_file_attachment_posix.h',
52 'ipc_sender.h', 52 'ipc_sender.h',
53 'ipc_switches.cc', 53 'ipc_switches.cc',
54 'ipc_switches.h', 54 'ipc_switches.h',
55 'ipc_sync_channel.cc', 55 'ipc_sync_channel.cc',
56 'ipc_sync_channel.h', 56 'ipc_sync_channel.h',
57 'ipc_sync_message.cc', 57 'ipc_sync_message.cc',
58 'ipc_sync_message.h', 58 'ipc_sync_message.h',
59 'ipc_sync_message_filter.cc', 59 'ipc_sync_message_filter.cc',
60 'ipc_sync_message_filter.h', 60 'ipc_sync_message_filter.h',
61 'message_filter.cc', 61 'message_filter.cc',
(...skipping 26 matching lines...) Expand all
88 ['OS == "win" or OS == "ios"', { 88 ['OS == "win" or OS == "ios"', {
89 'sources!': [ 89 'sources!': [
90 'unix_domain_socket_util.cc', 90 'unix_domain_socket_util.cc',
91 ], 91 ],
92 }], 92 }],
93 ], 93 ],
94 }], 94 }],
95 ], 95 ],
96 }, 96 },
97 } 97 }
OLDNEW
« 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