| Index: components/arc.gypi
|
| diff --git a/components/arc.gypi b/components/arc.gypi
|
| index 7cf871c863f9d11ac923d9aaf2473c38511caab2..feda96d2220781a5010d217ad68e9f7cff58479a 100644
|
| --- a/components/arc.gypi
|
| +++ b/components/arc.gypi
|
| @@ -29,5 +29,21 @@
|
| 'arc/common/arc_message_types.h',
|
| ],
|
| },
|
| + {
|
| + # GN version: //components/arc_test_support
|
| + 'target_name': 'arc_test_support',
|
| + 'type': 'static_library',
|
| + 'include_dirs': [
|
| + '..',
|
| + ],
|
| + 'dependencies': [
|
| + '../base/base.gyp:base',
|
| + 'arc',
|
| + ],
|
| + 'sources': [
|
| + 'arc/test/fake_arc_bridge_service.cc',
|
| + 'arc/test/fake_arc_bridge_service.h',
|
| + ],
|
| + },
|
| ],
|
| }
|
|
|