Index: components/password_manager.gypi |
diff --git a/components/password_manager.gypi b/components/password_manager.gypi |
index 748536b90b67f412652d51c4ab4773e0da4530a7..32271183398824257f19039bf4f83f55a9682eed 100644 |
--- a/components/password_manager.gypi |
+++ b/components/password_manager.gypi |
@@ -78,6 +78,9 @@ |
'PASSWORD_MANAGER_ENABLE_SYNC', |
], |
}, |
+ 'export_dependent_settings': [ |
+ '../sync/sync.gyp:sync', |
+ ], |
'sources': [ |
'password_manager/core/browser/password_syncable_service.cc', |
'password_manager/core/browser/password_syncable_service.h', |
@@ -92,6 +95,7 @@ |
'type': 'static_library', |
'dependencies': [ |
'autofill_core_common', |
+ 'password_manager_core_browser', |
'../base/base.gyp:base', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |