diff options
author | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 20:20:38 +0000 |
---|---|---|
committer | rohitrao@chromium.org <rohitrao@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-23 20:20:38 +0000 |
commit | 470f7a5d7a832152be2f4bd03179d411839bbea8 (patch) | |
tree | aa010c35413f6721988ec40f998bf2e6990058dd /chrome/chrome_tests.gypi | |
parent | e558ff82d3f37169fad4abd52200dc75651a3ab5 (diff) | |
download | chromium_src-470f7a5d7a832152be2f4bd03179d411839bbea8.zip chromium_src-470f7a5d7a832152be2f4bd03179d411839bbea8.tar.gz chromium_src-470f7a5d7a832152be2f4bd03179d411839bbea8.tar.bz2 |
Use a scoped temp dir in browser_tests instead of deleting the default user data dir.
BUG=None
TEST=Less flake, I hope.
Review URL: http://codereview.chromium.org/3443021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60335 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index e96c6b4..dbd9519 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -117,6 +117,8 @@ 'test/model_test_utils.h', 'test/profile_mock.h', 'test/test_browser_window.h', + 'test/test_launcher_utils.cc', + 'test/test_launcher_utils.h', 'test/test_location_bar.h', 'test/test_switches.cc', 'test/test_switches.h', |