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
3 # found in the LICENSE file.
13 'target_name': 'ipc_mojo',
14 'type': '<(component)',
18 'IPC_MOJO_IMPLEMENTATION',
22 '../../base/base.gyp:base',
23 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
24 '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
25 '../../mojo/mojo_base.gyp:mojo_environment_chromium',
26 '../../mojo/mojo_base.gyp:mojo_system_impl',
29 'ipc_channel_mojo.cc',
31 'ipc_message_pipe_reader.cc',
32 'ipc_message_pipe_reader.h',
34 # TODO(gregoryd): direct_dependent_settings should be shared with the
35 # 64-bit target, but it doesn't work due to a bug in gyp
36 'direct_dependent_settings': {
43 'target_name': 'ipc_mojo_unittests',
44 'type': '<(gtest_target_type)',
47 '../ipc.gyp:test_support_ipc',
48 '../../base/base.gyp:base',
49 '../../base/base.gyp:base_i18n',
50 '../../base/base.gyp:test_support_base',
51 '../../mojo/mojo_base.gyp:mojo_cpp_bindings',
52 '../../mojo/mojo_base.gyp:mojo_environment_chromium',
53 '../../mojo/mojo_base.gyp:mojo_system_impl',
54 '../../testing/gtest.gyp:gtest',
61 'run_all_unittests.cc',
62 'ipc_channel_mojo_unittest.cc',