diff options
Diffstat (limited to 'components/arc.gypi')
-rw-r--r-- | components/arc.gypi | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/components/arc.gypi b/components/arc.gypi index 7ad1264..7105b7b 100644 --- a/components/arc.gypi +++ b/components/arc.gypi @@ -32,5 +32,21 @@ 'arc/common/arc_notification_types.cc', ], }, + { + # 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', + ], + }, ], } |