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

Side by Side Diff: ipc/ipc.gypi

Issue 1281083004: ipc: Add the class HandleWin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add logging. Created 5 years, 4 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/handle_win.cc ('k') | no next file » | 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': [
11 # This part is shared between the targets defined below. 11 # This part is shared between the targets defined below.
12 ['ipc_target==1', { 12 ['ipc_target==1', {
13 'sources': [ 13 'sources': [
14 'attachment_broker.cc', 14 'attachment_broker.cc',
15 'attachment_broker.h', 15 'attachment_broker.h',
16 'attachment_broker_messages.h', 16 'attachment_broker_messages.h',
17 'attachment_broker_privileged.cc', 17 'attachment_broker_privileged.cc',
18 'attachment_broker_privileged.h', 18 'attachment_broker_privileged.h',
19 'attachment_broker_privileged_win.cc', 19 'attachment_broker_privileged_win.cc',
20 'attachment_broker_privileged_win.h', 20 'attachment_broker_privileged_win.h',
21 'attachment_broker_unprivileged.cc', 21 'attachment_broker_unprivileged.cc',
22 'attachment_broker_unprivileged.h', 22 'attachment_broker_unprivileged.h',
23 'attachment_broker_unprivileged_win.cc', 23 'attachment_broker_unprivileged_win.cc',
24 'attachment_broker_unprivileged_win.h', 24 'attachment_broker_unprivileged_win.h',
25 'brokerable_attachment.cc', 25 'brokerable_attachment.cc',
26 'brokerable_attachment.h', 26 'brokerable_attachment.h',
27 'handle_attachment_win.cc', 27 'handle_attachment_win.cc',
28 'handle_attachment_win.h', 28 'handle_attachment_win.h',
29 'handle_win.cc',
30 'handle_win.h',
29 'ipc_channel.cc', 31 'ipc_channel.cc',
30 'ipc_channel.h', 32 'ipc_channel.h',
31 'ipc_channel_factory.cc', 33 'ipc_channel_factory.cc',
32 'ipc_channel_factory.h', 34 'ipc_channel_factory.h',
33 'ipc_channel_common.cc', 35 'ipc_channel_common.cc',
34 'ipc_channel_handle.h', 36 'ipc_channel_handle.h',
35 'ipc_channel_nacl.cc', 37 'ipc_channel_nacl.cc',
36 'ipc_channel_nacl.h', 38 'ipc_channel_nacl.h',
37 'ipc_channel_posix.cc', 39 'ipc_channel_posix.cc',
38 'ipc_channel_posix.h', 40 'ipc_channel_posix.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
107 ['OS == "win" or OS == "ios"', { 109 ['OS == "win" or OS == "ios"', {
108 'sources!': [ 110 'sources!': [
109 'unix_domain_socket_util.cc', 111 'unix_domain_socket_util.cc',
110 ], 112 ],
111 }], 113 }],
112 ], 114 ],
113 }], 115 }],
114 ], 116 ],
115 }, 117 },
116 } 118 }
OLDNEW
« no previous file with comments | « ipc/handle_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698