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

Unified Diff: components/password_manager.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 5 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 8dd12772daec98e601f6202919ac8cc615bfa0e2..efd18fc3376ea390465ac96f607745364ea91007 100644
--- a/components/password_manager.gypi
+++ b/components/password_manager.gypi
@@ -12,7 +12,7 @@
'../base/base.gyp:base',
'../net/net.gyp:net',
'../sql/sql.gyp:sql',
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'../third_party/protobuf/protobuf.gyp:protobuf_lite',
'../url/url.gyp:url_lib',
'autofill_core_common',
@@ -239,7 +239,7 @@
'../base/base.gyp:base',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
- '../sync/sync.gyp:sync',
+ '../components/sync.gyp:sync',
'autofill_core_common',
'password_manager_core_browser',
],

Powered by Google App Engine
This is Rietveld 408576698