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

Unified Diff: components/encryptor.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/components_tests.gyp ('k') | components/encryptor/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/encryptor.gypi
diff --git a/components/encryptor.gypi b/components/encryptor.gypi
deleted file mode 100644
index f534a85eb40ffbbda32f32ad1682d73affe46b49..0000000000000000000000000000000000000000
--- a/components/encryptor.gypi
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 2014 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'targets': [
- {
- 'target_name': 'encryptor',
- 'type': 'static_library',
- 'include_dirs': [
- '..',
- ],
- 'dependencies': [
- '../base/base.gyp:base',
- '../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',
- ],
- 'conditions': [
- ['OS=="mac"', {
- 'sources!': [
- 'encryptor/os_crypt_posix.cc',
- ],
- }],
- ],
- 'target_conditions': [
- ['OS=="ios"', {
- 'sources/': [
- ['include', '^encryptor/keychain_password_mac\\.mm$'],
- ['include', '^encryptor/os_crypt_mac\\.mm$'],
- ],
- }],
- ],
- },
- ],
-}
« no previous file with comments | « components/components_tests.gyp ('k') | components/encryptor/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698