diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 01:09:13 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-21 01:09:13 +0000 |
commit | e943c8710eb9bf18c453d54ea17b11fd94193f6d (patch) | |
tree | 458f048c4cab24ddbb5ade9e94a1aa81975cb8ab | |
parent | 1da5be7443776464d14daff37f35ad1709ce9868 (diff) | |
download | chromium_src-e943c8710eb9bf18c453d54ea17b11fd94193f6d.zip chromium_src-e943c8710eb9bf18c453d54ea17b11fd94193f6d.tar.gz chromium_src-e943c8710eb9bf18c453d54ea17b11fd94193f6d.tar.bz2 |
Link ui_tests against port.lib (where PlatformDeviceWin::InitializeDC moved).
Review URL: http://codereview.chromium.org/11328
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5809 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/ui/ui_tests.scons | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/test/ui/ui_tests.scons b/chrome/test/ui/ui_tests.scons index 219c249..b83e5b5 100644 --- a/chrome/test/ui/ui_tests.scons +++ b/chrome/test/ui/ui_tests.scons @@ -40,6 +40,7 @@ env.Prepend( 'common', 'npapi_layout_test_plugin', 'npapi_test_plugin', + 'port', 'security_tests', ], ) |