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 ], |
(...skipping 22 matching lines...) Expand all Loading... |
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', | 39 'ipc_mojo_handle_attachment.cc', |
40 'ipc_mojo_handle_attachment.h', | 40 'ipc_mojo_handle_attachment.h', |
41 'ipc_mojo_message_helper.cc', | 41 'ipc_mojo_message_helper.cc', |
42 'ipc_mojo_message_helper.h', | 42 'ipc_mojo_message_helper.h', |
| 43 'ipc_mojo_param_traits.cc', |
| 44 'ipc_mojo_param_traits.h', |
43 'ipc_message_pipe_reader.cc', | 45 'ipc_message_pipe_reader.cc', |
44 'ipc_message_pipe_reader.h', | 46 'ipc_message_pipe_reader.h', |
45 'scoped_ipc_support.cc', | 47 'scoped_ipc_support.cc', |
46 'scoped_ipc_support.h', | 48 'scoped_ipc_support.h', |
47 ], | 49 ], |
48 # TODO(gregoryd): direct_dependent_settings should be shared with the | 50 # TODO(gregoryd): direct_dependent_settings should be shared with the |
49 # 64-bit target, but it doesn't work due to a bug in gyp | 51 # 64-bit target, but it doesn't work due to a bug in gyp |
50 'direct_dependent_settings': { | 52 'direct_dependent_settings': { |
51 'include_dirs': [ | 53 'include_dirs': [ |
52 '..', | 54 '..', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 '..' | 102 '..' |
101 ], | 103 ], |
102 'sources': [ | 104 'sources': [ |
103 'ipc_mojo_perftest.cc', | 105 'ipc_mojo_perftest.cc', |
104 ], | 106 ], |
105 'conditions': [ | 107 'conditions': [ |
106 ], | 108 ], |
107 }, | 109 }, |
108 ], | 110 ], |
109 } | 111 } |
OLD | NEW |