OLD | NEW |
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/mojom_bindings_generator.gypi' ], | 20 'includes': [ '../../mojo/mojom_bindings_generator.gypi' ], |
21 'dependencies': [ | 21 'dependencies': [ |
22 '../ipc.gyp:ipc', | 22 '../ipc.gyp:ipc', |
23 '../../base/base.gyp:base', | 23 '../../base/base.gyp:base', |
24 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', | 24 '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyna
mic_annotations', |
25 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | |
26 '../../mojo/mojo_edk.gyp:mojo_system_impl', | 25 '../../mojo/mojo_edk.gyp:mojo_system_impl', |
27 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 26 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
28 ], | 27 ], |
29 'sources': [ | 28 'sources': [ |
30 'ipc_channel_mojo.cc', | 29 'ipc_channel_mojo.cc', |
31 'ipc_channel_mojo.h', | 30 'ipc_channel_mojo.h', |
32 'ipc_mojo_bootstrap.cc', | 31 'ipc_mojo_bootstrap.cc', |
33 'ipc_mojo_bootstrap.h', | 32 'ipc_mojo_bootstrap.h', |
34 'ipc_mojo_handle_attachment.cc', | 33 'ipc_mojo_handle_attachment.cc', |
35 'ipc_mojo_handle_attachment.h', | 34 'ipc_mojo_handle_attachment.h', |
(...skipping 17 matching lines...) Expand all Loading... |
53 }, | 52 }, |
54 { | 53 { |
55 'target_name': 'ipc_mojo_unittests', | 54 'target_name': 'ipc_mojo_unittests', |
56 'type': '<(gtest_target_type)', | 55 'type': '<(gtest_target_type)', |
57 'dependencies': [ | 56 'dependencies': [ |
58 '../ipc.gyp:ipc', | 57 '../ipc.gyp:ipc', |
59 '../ipc.gyp:test_support_ipc', | 58 '../ipc.gyp:test_support_ipc', |
60 '../../base/base.gyp:base', | 59 '../../base/base.gyp:base', |
61 '../../base/base.gyp:base_i18n', | 60 '../../base/base.gyp:base_i18n', |
62 '../../base/base.gyp:test_support_base', | 61 '../../base/base.gyp:test_support_base', |
63 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | |
64 '../../mojo/mojo_edk.gyp:mojo_common_test_support', | 62 '../../mojo/mojo_edk.gyp:mojo_common_test_support', |
65 '../../mojo/mojo_edk.gyp:mojo_system_impl', | 63 '../../mojo/mojo_edk.gyp:mojo_system_impl', |
66 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 64 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
67 '../../testing/gtest.gyp:gtest', | 65 '../../testing/gtest.gyp:gtest', |
68 'ipc_mojo', | 66 'ipc_mojo', |
69 ], | 67 ], |
70 'include_dirs': [ | 68 'include_dirs': [ |
71 '..' | 69 '..' |
72 ], | 70 ], |
73 'sources': [ | 71 'sources': [ |
(...skipping 11 matching lines...) Expand all Loading... |
85 { | 83 { |
86 'target_name': 'ipc_mojo_perftests', | 84 'target_name': 'ipc_mojo_perftests', |
87 'type': '<(gtest_target_type)', | 85 'type': '<(gtest_target_type)', |
88 'dependencies': [ | 86 'dependencies': [ |
89 '../ipc.gyp:ipc', | 87 '../ipc.gyp:ipc', |
90 '../ipc.gyp:test_support_ipc', | 88 '../ipc.gyp:test_support_ipc', |
91 '../../base/base.gyp:base', | 89 '../../base/base.gyp:base', |
92 '../../base/base.gyp:base_i18n', | 90 '../../base/base.gyp:base_i18n', |
93 '../../base/base.gyp:test_support_base', | 91 '../../base/base.gyp:test_support_base', |
94 '../../base/base.gyp:test_support_perf', | 92 '../../base/base.gyp:test_support_perf', |
95 '../../mojo/mojo_base.gyp:mojo_environment_chromium', | |
96 '../../mojo/mojo_edk.gyp:mojo_common_test_support', | 93 '../../mojo/mojo_edk.gyp:mojo_common_test_support', |
97 '../../mojo/mojo_edk.gyp:mojo_system_impl', | 94 '../../mojo/mojo_edk.gyp:mojo_system_impl', |
98 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', | 95 '../../mojo/mojo_public.gyp:mojo_cpp_bindings', |
99 '../../testing/gtest.gyp:gtest', | 96 '../../testing/gtest.gyp:gtest', |
100 'ipc_mojo', | 97 'ipc_mojo', |
101 ], | 98 ], |
102 'include_dirs': [ | 99 'include_dirs': [ |
103 '..' | 100 '..' |
104 ], | 101 ], |
105 'sources': [ | 102 'sources': [ |
106 'ipc_mojo_perftest.cc', | 103 'ipc_mojo_perftest.cc', |
107 ], | 104 ], |
108 'conditions': [ | 105 'conditions': [ |
109 ], | 106 ], |
110 }, | 107 }, |
111 ], | 108 ], |
112 } | 109 } |
OLD | NEW |