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

Unified Diff: components/os_crypt.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/encryptor/os_crypt_win.cc ('k') | components/os_crypt/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/os_crypt.gypi
diff --git a/components/encryptor.gypi b/components/os_crypt.gypi
similarity index 50%
rename from components/encryptor.gypi
rename to components/os_crypt.gypi
index f534a85eb40ffbbda32f32ad1682d73affe46b49..59654748280ec4adce1920b744ae02b5dd3e33df 100644
--- a/components/encryptor.gypi
+++ b/components/os_crypt.gypi
@@ -5,7 +5,7 @@
{
'targets': [
{
- 'target_name': 'encryptor',
+ 'target_name': 'os_crypt',
'type': 'static_library',
'include_dirs': [
'..',
@@ -15,29 +15,29 @@
'../crypto/crypto.gyp:crypto',
],
'sources': [
- 'encryptor/encryptor_switches.cc',
- 'encryptor/encryptor_switches.h',
- 'encryptor/ie7_password_win.cc',
- 'encryptor/ie7_password_win.h',
- 'encryptor/keychain_password_mac.h',
- 'encryptor/keychain_password_mac.mm',
- 'encryptor/os_crypt.h',
- 'encryptor/os_crypt_mac.mm',
- 'encryptor/os_crypt_posix.cc',
- 'encryptor/os_crypt_win.cc',
+ 'os_crypt/ie7_password_win.cc',
+ 'os_crypt/ie7_password_win.h',
+ 'os_crypt/keychain_password_mac.h',
+ 'os_crypt/keychain_password_mac.mm',
+ 'os_crypt/os_crypt.h',
+ 'os_crypt/os_crypt_mac.mm',
+ 'os_crypt/os_crypt_posix.cc',
+ 'os_crypt/os_crypt_switches.cc',
+ 'os_crypt/os_crypt_switches.h',
+ 'os_crypt/os_crypt_win.cc',
],
'conditions': [
['OS=="mac"', {
'sources!': [
- 'encryptor/os_crypt_posix.cc',
+ 'os_crypt/os_crypt_posix.cc',
],
}],
],
'target_conditions': [
['OS=="ios"', {
'sources/': [
- ['include', '^encryptor/keychain_password_mac\\.mm$'],
- ['include', '^encryptor/os_crypt_mac\\.mm$'],
+ ['include', '^os_crypt/keychain_password_mac\\.mm$'],
+ ['include', '^os_crypt/os_crypt_mac\\.mm$'],
],
}],
],
« no previous file with comments | « components/encryptor/os_crypt_win.cc ('k') | components/os_crypt/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698