Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(591)

Unified Diff: components/password_manager.gypi

Issue 182313002: Include sync.pb.h in sync_data.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Apply CR feedback. Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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',

Powered by Google App Engine
This is Rietveld 408576698