Index: components/password_manager.gypi |
diff --git a/components/password_manager.gypi b/components/password_manager.gypi |
index 2c7debdf14812154d4914307f0c879ce13ccc4e6..c57858082744558481d6a443ebb23ec95e4ba131 100644 |
--- a/components/password_manager.gypi |
+++ b/components/password_manager.gypi |
@@ -14,8 +14,12 @@ |
'../base/base.gyp:base', |
'../net/net.gyp:net', |
'../sql/sql.gyp:sql', |
+ '../sync/sync.gyp:sync', |
maniscalco
2014/03/07 23:44:39
Needed because password_store.h includes sync/api/
|
'../url/url.gyp:url_lib', |
], |
+ 'export_dependent_settings': [ |
+ '../sync/sync.gyp:sync', |
+ ], |
'include_dirs': [ |
'..', |
], |
@@ -92,6 +96,7 @@ |
'type': 'static_library', |
'dependencies': [ |
'autofill_core_common', |
+ 'password_manager_core_browser', |
'../base/base.gyp:base', |
'../testing/gmock.gyp:gmock', |
'../testing/gtest.gyp:gtest', |