| Index: components/user_manager.gypi
|
| diff --git a/components/user_manager.gypi b/components/user_manager.gypi
|
| index 8aa5e8ca2d98d64a9058f67992d73b88e2eeabc3..85ea024fa3a785a70d8045ddb0a77383990447a3 100644
|
| --- a/components/user_manager.gypi
|
| +++ b/components/user_manager.gypi
|
| @@ -60,5 +60,22 @@
|
| 'sources': [ '<@(user_manager_chromeos_sources)' ],
|
| }],
|
| ],
|
| - }],
|
| + },
|
| + {
|
| + # GN version: //components/user_manager:test_support
|
| + 'target_name': 'user_manager_test_support',
|
| + 'type': 'static_library',
|
| + 'dependencies': [
|
| + '<(DEPTH)/base/base.gyp:base',
|
| + '<(DEPTH)/base/base.gyp:test_support_base',
|
| + '<(DEPTH)/testing/gmock.gyp:gmock',
|
| + '<(DEPTH)/testing/gtest.gyp:gtest',
|
| + 'user_manager',
|
| + ],
|
| + 'sources': [
|
| + 'user_manager/fake_user_manager.cc',
|
| + 'user_manager/fake_user_manager.h',
|
| + ],
|
| + },
|
| + ],
|
| }
|
|
|