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

Unified Diff: components/webdata.gypi

Issue 26465006: Fix IE password import (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Renaming ie7_password to ie7_password_win Created 7 years, 2 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 | « chrome/browser/webdata/web_data_service_win.cc ('k') | components/webdata/encryptor/ie7_password.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/webdata.gypi
diff --git a/components/webdata.gypi b/components/webdata.gypi
index f728c211010015f8d077797bb22106c2e673c8ab..10073e637cc01a776634d14bb27b0d373ab3d683 100644
--- a/components/webdata.gypi
+++ b/components/webdata.gypi
@@ -21,15 +21,10 @@
'webdata/encryptor/encryptor_password_mac.mm',
'webdata/encryptor/encryptor_posix.cc',
'webdata/encryptor/encryptor_win.cc',
- 'webdata/encryptor/ie7_password.cc',
- 'webdata/encryptor/ie7_password.h',
+ 'webdata/encryptor/ie7_password_win.cc',
+ 'webdata/encryptor/ie7_password_win.h',
],
'conditions': [
- ['OS!="win"', {
- 'sources!': [
- 'webdata/encryptor/ie7_password.cc'
- ],
- }],
['OS=="mac"', {
'sources!': [
'webdata/encryptor/encryptor_posix.cc',
« no previous file with comments | « chrome/browser/webdata/web_data_service_win.cc ('k') | components/webdata/encryptor/ie7_password.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698