summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 20:40:39 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-20 20:40:39 +0000
commitf2c24eb2781f252e6311b61bd1d0c8a1cb671389 (patch)
treed68a93045df76ab88da06134fd6655236e60d5a0 /chrome/chrome_tests.gypi
parent62e1926b8b77d7335c14096028102e269cb77937 (diff)
downloadchromium_src-f2c24eb2781f252e6311b61bd1d0c8a1cb671389.zip
chromium_src-f2c24eb2781f252e6311b61bd1d0c8a1cb671389.tar.gz
chromium_src-f2c24eb2781f252e6311b61bd1d0c8a1cb671389.tar.bz2
Port ImporterTest to posix.
Changes: - only compile IE stuff on Win - delete unused vars, mismatched signage - don't create the profile directory explicitly. CopyDirectory with recursive=true will move the directory *into* the target dir, rather than merging its contents with those of the target dir. The easiest workaround is to make the target dir non-existant, which changes the behavior to what we want. - get rid of CRLF in the firefox2 history example, which was making the history import fail. - relax NSSDecryptor::Decrypt. BUG=none TEST=ImporterTest runs/passes on all trybots Review URL: http://codereview.chromium.org/2811036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@53089 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi1
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index bb60bc2..aef4727 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1409,7 +1409,6 @@
'browser/browser_accessibility_win_unittest.cc',
'browser/chrome_plugin_unittest.cc',
'browser/extensions/extension_process_manager_unittest.cc',
- 'browser/importer/importer_unittest.cc',
'browser/login_prompt_unittest.cc',
'browser/rlz/rlz_unittest.cc',
'browser/search_engines/template_url_scraper_unittest.cc',