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

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

Issue 679453002: ChannelMojo: Replace hand written messsages with mojo. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Landing (again) Created 6 years, 1 month 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_readers.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 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 ],
11 'targets': [ 11 'targets': [
12 { 12 {
13 'target_name': 'ipc_mojo', 13 'target_name': 'ipc_mojo',
14 'type': '<(component)', 14 'type': '<(component)',
15 'variables': { 15 'variables': {
16 }, 16 },
17 'defines': [ 17 'defines': [
18 'IPC_MOJO_IMPLEMENTATION', 18 'IPC_MOJO_IMPLEMENTATION',
19 ], 19 ],
20 'includes': [ '../../mojo/public/tools/bindings/mojom_bindings_generator.g ypi' ],
20 'dependencies': [ 21 'dependencies': [
21 '../ipc.gyp:ipc', 22 '../ipc.gyp:ipc',
22 '../../base/base.gyp:base', 23 '../../base/base.gyp:base',
23 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations', 24 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna mic_annotations',
24 '../../mojo/edk/mojo_edk.gyp:mojo_system_impl', 25 '../../mojo/edk/mojo_edk.gyp:mojo_system_impl',
25 '../../mojo/mojo_base.gyp:mojo_environment_chromium', 26 '../../mojo/mojo_base.gyp:mojo_environment_chromium',
26 '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings', 27 '../../mojo/public/mojo_public.gyp:mojo_cpp_bindings',
27 ], 28 ],
28 'sources': [ 29 'sources': [
30 'client_channel.mojom',
29 'ipc_channel_mojo.cc', 31 'ipc_channel_mojo.cc',
30 'ipc_channel_mojo.h', 32 'ipc_channel_mojo.h',
31 'ipc_channel_mojo_host.cc', 33 'ipc_channel_mojo_host.cc',
32 'ipc_channel_mojo_host.h', 34 'ipc_channel_mojo_host.h',
33 'ipc_channel_mojo_readers.cc', 35 'ipc_channel_mojo_readers.cc',
34 'ipc_channel_mojo_readers.h', 36 'ipc_channel_mojo_readers.h',
35 'ipc_mojo_bootstrap.cc', 37 'ipc_mojo_bootstrap.cc',
36 'ipc_mojo_bootstrap.h', 38 'ipc_mojo_bootstrap.h',
37 'ipc_message_pipe_reader.cc', 39 'ipc_message_pipe_reader.cc',
38 'ipc_message_pipe_reader.h', 40 'ipc_message_pipe_reader.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 '..' 93 '..'
92 ], 94 ],
93 'sources': [ 95 'sources': [
94 'ipc_mojo_perftest.cc', 96 'ipc_mojo_perftest.cc',
95 ], 97 ],
96 'conditions': [ 98 'conditions': [
97 ], 99 ],
98 }, 100 },
99 ], 101 ],
100 } 102 }
OLDNEW
« no previous file with comments | « ipc/mojo/ipc_channel_mojo_readers.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698