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

Unified Diff: components/webdata.gypi

Issue 14348027: Move ie7_password namespace to //components, so it can be used by components. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix order of Win includes. Created 7 years, 8 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/chrome_browser.gypi ('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 ef99c61b2199bf9110ab12426a28823f721db10e..bba421e36387c6117fcf499e4f08cf83ee1732ac 100644
--- a/components/webdata.gypi
+++ b/components/webdata.gypi
@@ -21,8 +21,15 @@
'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',
],
'conditions': [
+ ['OS!="win"', {
+ 'sources!': [
+ 'webdata/encryptor/ie7_password.cc'
+ ],
+ }],
['OS=="mac"', {
'sources!': [
'webdata/encryptor/encryptor_posix.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/webdata/encryptor/ie7_password.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698