diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 17:27:27 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-21 17:27:27 +0000 |
commit | be9551df15b9d5ebbc1e52cd736c1c95e38f1821 (patch) | |
tree | 3798c6d714a64d9aa921422faba1bb7d38ce3fdd /chrome/chrome.gyp | |
parent | e7760ea7123b355cd3a758b9833aac36093869d7 (diff) | |
download | chromium_src-be9551df15b9d5ebbc1e52cd736c1c95e38f1821.zip chromium_src-be9551df15b9d5ebbc1e52cd736c1c95e38f1821.tar.gz chromium_src-be9551df15b9d5ebbc1e52cd736c1c95e38f1821.tar.bz2 |
Bring up Firefox Password Import Unittest on OS X.
The NSSDecrptor class needs to be run in a child process on OS X, so we need to do some fancy footwork in the form of a bridge class.
Also a few small fixes for surrounding code.
BUG=18775
TEST=none
Review URL: http://codereview.chromium.org/174206
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23971 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 93190d3..a833360 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -3931,7 +3931,10 @@ 'browser/history/url_database_unittest.cc', 'browser/history/visit_database_unittest.cc', 'browser/history/visit_tracker_unittest.cc', + 'browser/importer/firefox_importer_unittest_messages_internal.h', 'browser/importer/firefox_importer_unittest.cc', + 'browser/importer/firefox_importer_unittest_utils.h', + 'browser/importer/firefox_importer_unittest_utils_mac.cc', 'browser/importer/importer_unittest.cc', 'browser/importer/safari_importer_unittest.mm', 'browser/importer/toolbar_importer_unittest.cc', |