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
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user