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

Side by Side Diff: ipc/mojo/ipc_mojo.gyp

Issue 866223005: IPC: Add MojoHandleAttachment (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing windows build again... 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/mojo/ipc_channel_mojo_unittest.cc ('k') | ipc/mojo/ipc_mojo_handle_attachment.h » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 ], 10 ],
(...skipping 18 matching lines...) Expand all
29 'sources': [ 29 'sources': [
30 'client_channel.mojom', 30 'client_channel.mojom',
31 'async_handle_waiter.cc', 31 'async_handle_waiter.cc',
32 'async_handle_waiter.h', 32 'async_handle_waiter.h',
33 'ipc_channel_mojo.cc', 33 'ipc_channel_mojo.cc',
34 'ipc_channel_mojo.h', 34 'ipc_channel_mojo.h',
35 'ipc_channel_mojo_host.cc', 35 'ipc_channel_mojo_host.cc',
36 'ipc_channel_mojo_host.h', 36 'ipc_channel_mojo_host.h',
37 'ipc_mojo_bootstrap.cc', 37 'ipc_mojo_bootstrap.cc',
38 'ipc_mojo_bootstrap.h', 38 'ipc_mojo_bootstrap.h',
39 'ipc_mojo_handle_attachment.cc',
40 'ipc_mojo_handle_attachment.h',
41 'ipc_mojo_message_helper.cc',
42 'ipc_mojo_message_helper.h',
39 'ipc_message_pipe_reader.cc', 43 'ipc_message_pipe_reader.cc',
40 'ipc_message_pipe_reader.h', 44 'ipc_message_pipe_reader.h',
41 ], 45 ],
42 # TODO(gregoryd): direct_dependent_settings should be shared with the 46 # TODO(gregoryd): direct_dependent_settings should be shared with the
43 # 64-bit target, but it doesn't work due to a bug in gyp 47 # 64-bit target, but it doesn't work due to a bug in gyp
44 'direct_dependent_settings': { 48 'direct_dependent_settings': {
45 'include_dirs': [ 49 'include_dirs': [
46 '..', 50 '..',
47 ], 51 ],
48 }, 52 },
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 '..' 98 '..'
95 ], 99 ],
96 'sources': [ 100 'sources': [
97 'ipc_mojo_perftest.cc', 101 'ipc_mojo_perftest.cc',
98 ], 102 ],
99 'conditions': [ 103 'conditions': [
100 ], 104 ],
101 }, 105 },
102 ], 106 ],
103 } 107 }
OLDNEW
« no previous file with comments | « ipc/mojo/ipc_channel_mojo_unittest.cc ('k') | ipc/mojo/ipc_mojo_handle_attachment.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698