diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 22:10:13 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-29 22:10:13 +0000 |
commit | 82cf6c7f4661d2bca37325a79e7276c0fb94c51c (patch) | |
tree | d18bc8022b138875c9671f240d1030f86760a8d4 /base | |
parent | e887ca51ed126a1d9ff024619f461981542d0887 (diff) | |
download | chromium_src-82cf6c7f4661d2bca37325a79e7276c0fb94c51c.zip chromium_src-82cf6c7f4661d2bca37325a79e7276c0fb94c51c.tar.gz chromium_src-82cf6c7f4661d2bca37325a79e7276c0fb94c51c.tar.bz2 |
Fix build bustage - remove reference to exported_sybmols file.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4175 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base_unittests.scons | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/base/base_unittests.scons b/base/base_unittests.scons index d247eef..a57240e 100644 --- a/base/base_unittests.scons +++ b/base/base_unittests.scons @@ -174,9 +174,6 @@ if env['PLATFORM'] == 'darwin': base_unittests = env.ChromeTestProgram('base_unittests', input_files) -if env['PLATFORM'] == 'posix': - env.Depends(base_unittests, '$EXPORTED_SYMBOLS_FILE') - # Install up a level to allow unit test path assumptions to be valid. installed_base_unittests = env.Install('$TARGET_ROOT', base_unittests) |