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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 '..', | 64 '..', |
65 ], | 65 ], |
66 'dependencies': [ | 66 'dependencies': [ |
67 '../base/base.gyp:base', | 67 '../base/base.gyp:base', |
68 'arc', | 68 'arc', |
69 'arc_mojo_bindings', | 69 'arc_mojo_bindings', |
70 ], | 70 ], |
71 'sources': [ | 71 'sources': [ |
72 'arc/test/fake_app_instance.cc', | 72 'arc/test/fake_app_instance.cc', |
73 'arc/test/fake_app_instance.h', | 73 'arc/test/fake_app_instance.h', |
| 74 'arc/test/fake_arc_bridge_bootstrap.cc', |
| 75 'arc/test/fake_arc_bridge_bootstrap.h', |
74 'arc/test/fake_arc_bridge_instance.cc', | 76 'arc/test/fake_arc_bridge_instance.cc', |
75 'arc/test/fake_arc_bridge_instance.h', | 77 'arc/test/fake_arc_bridge_instance.h', |
76 'arc/test/fake_arc_bridge_service.cc', | 78 'arc/test/fake_arc_bridge_service.cc', |
77 'arc/test/fake_arc_bridge_service.h', | 79 'arc/test/fake_arc_bridge_service.h', |
78 'arc/test/fake_notifications_instance.cc', | 80 'arc/test/fake_notifications_instance.cc', |
79 'arc/test/fake_notifications_instance.h', | 81 'arc/test/fake_notifications_instance.h', |
80 ], | 82 ], |
81 }, | 83 }, |
82 { | 84 { |
83 # GN version: //components/arc:arc_standalone | 85 # GN version: //components/arc:arc_standalone |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
132 '../base/base.gyp:base', | 134 '../base/base.gyp:base', |
133 '../ipc/ipc.gyp:ipc', | 135 '../ipc/ipc.gyp:ipc', |
134 '../mojo/mojo_edk.gyp:mojo_system_impl', | 136 '../mojo/mojo_edk.gyp:mojo_system_impl', |
135 ], | 137 ], |
136 'sources': [ | 138 'sources': [ |
137 'arc/standalone/arc_standalone_bridge_main.cc', | 139 'arc/standalone/arc_standalone_bridge_main.cc', |
138 ] | 140 ] |
139 } | 141 } |
140 ], | 142 ], |
141 } | 143 } |
OLD | NEW |