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

Unified Diff: components/sync_driver.gypi

Issue 200713005: components: Rename encryptor directory to os_crypt. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « components/signin/core/webdata/token_service_table.cc ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync_driver.gypi
diff --git a/components/sync_driver.gypi b/components/sync_driver.gypi
index 7a92c7fd517944d4364fea5c08b381ab55eaa73c..f663734177d25b2d34314f0d76e97d329b510828 100644
--- a/components/sync_driver.gypi
+++ b/components/sync_driver.gypi
@@ -8,9 +8,9 @@
'target_name': 'sync_driver',
'type': 'static_library',
'dependencies': [
- 'encryptor',
'../base/base.gyp:base',
'../sync/sync.gyp:sync',
+ 'os_crypt',
],
'include_dirs': [
'..',
« no previous file with comments | « components/signin/core/webdata/token_service_table.cc ('k') | components/sync_driver/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698