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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 '..', | 76 '..', |
77 ], | 77 ], |
78 'dependencies': [ | 78 'dependencies': [ |
79 '../base/base.gyp:base', | 79 '../base/base.gyp:base', |
80 'arc', | 80 'arc', |
81 'arc_mojo_bindings', | 81 'arc_mojo_bindings', |
82 ], | 82 ], |
83 'sources': [ | 83 'sources': [ |
84 'arc/test/fake_app_instance.cc', | 84 'arc/test/fake_app_instance.cc', |
85 'arc/test/fake_app_instance.h', | 85 'arc/test/fake_app_instance.h', |
| 86 'arc/test/fake_arc_bridge_bootstrap.cc', |
| 87 'arc/test/fake_arc_bridge_bootstrap.h', |
86 'arc/test/fake_arc_bridge_instance.cc', | 88 'arc/test/fake_arc_bridge_instance.cc', |
87 'arc/test/fake_arc_bridge_instance.h', | 89 'arc/test/fake_arc_bridge_instance.h', |
88 'arc/test/fake_arc_bridge_service.cc', | 90 'arc/test/fake_arc_bridge_service.cc', |
89 'arc/test/fake_arc_bridge_service.h', | 91 'arc/test/fake_arc_bridge_service.h', |
90 'arc/test/fake_notifications_instance.cc', | 92 'arc/test/fake_notifications_instance.cc', |
91 'arc/test/fake_notifications_instance.h', | 93 'arc/test/fake_notifications_instance.h', |
92 ], | 94 ], |
93 }, | 95 }, |
94 { | 96 { |
95 # GN version: //components/arc:mojo_bindings | 97 # GN version: //components/arc:mojo_bindings |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
161 '../base/base.gyp:base', | 163 '../base/base.gyp:base', |
162 '../ipc/ipc.gyp:ipc', | 164 '../ipc/ipc.gyp:ipc', |
163 '../mojo/mojo_edk.gyp:mojo_system_impl', | 165 '../mojo/mojo_edk.gyp:mojo_system_impl', |
164 ], | 166 ], |
165 'sources': [ | 167 'sources': [ |
166 'arc/standalone/arc_standalone_bridge_main.cc', | 168 'arc/standalone/arc_standalone_bridge_main.cc', |
167 ] | 169 ] |
168 } | 170 } |
169 ], | 171 ], |
170 } | 172 } |
OLD | NEW |