diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 08:26:15 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-27 08:26:15 +0000 |
commit | 513b5dff1cd0f136165a7d38a6b58f1a64c83fff (patch) | |
tree | d40091c60422539a10636c40ed0ce937e21fa924 /chrome | |
parent | aa90e58c7e88cbcae7e4a7667e047c320a3fc0aa (diff) | |
download | chromium_src-513b5dff1cd0f136165a7d38a6b58f1a64c83fff.zip chromium_src-513b5dff1cd0f136165a7d38a6b58f1a64c83fff.tar.gz chromium_src-513b5dff1cd0f136165a7d38a6b58f1a64c83fff.tar.bz2 |
Enable dom_ui unit test on Linux.
TEST=Make sure that unit tests matching DOMUITest.* pass on Linux.
Review URL: http://codereview.chromium.org/99048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14593 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 2aee355..6d214f6 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2365,8 +2365,6 @@ '../build/linux/system.gyp:nss', ], 'sources!': [ - 'browser/dom_ui/dom_ui_unittest.cc', - # This test is mostly about renaming downloads to safe file # names. As such we don't need/want to port it to linux. We # might want to write our own tests for the download manager |