OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //components/arc | 8 # GN version: //components/arc |
9 'target_name': 'arc', | 9 'target_name': 'arc', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 ], | 52 ], |
53 }, | 53 }, |
54 { | 54 { |
55 # GN version: //components/arc:mojo_bindings | 55 # GN version: //components/arc:mojo_bindings |
56 'target_name': 'arc_mojo_bindings', | 56 'target_name': 'arc_mojo_bindings', |
57 'type': 'static_library', | 57 'type': 'static_library', |
58 'includes': [ | 58 'includes': [ |
59 '../third_party/mojo/mojom_bindings_generator.gypi', | 59 '../third_party/mojo/mojom_bindings_generator.gypi', |
60 ], | 60 ], |
61 'sources': [ | 61 'sources': [ |
| 62 'arc/common/app.mojom', |
62 'arc/common/arc_bridge.mojom', | 63 'arc/common/arc_bridge.mojom', |
| 64 'arc/common/input.mojom', |
| 65 'arc/common/notifications.mojom', |
| 66 'arc/common/power.mojom', |
| 67 'arc/common/process_list.mojom', |
63 ], | 68 ], |
64 }, | 69 }, |
65 ], | 70 ], |
66 } | 71 } |
OLD | NEW |