| Index: chrome/chrome_tests.gypi | 
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi | 
| index 3f76afd73bf9bdda2cb495639bcc504bd214f30a..10d040b31986f7329e5503d2e8ce9939dfeab83a 100644 | 
| --- a/chrome/chrome_tests.gypi | 
| +++ b/chrome/chrome_tests.gypi | 
| @@ -2189,6 +2189,7 @@ | 
| '../third_party/cld/cld.gyp:cld', | 
| '../third_party/icu/icu.gyp:icui18n', | 
| '../third_party/icu/icu.gyp:icuuc', | 
| +        '../v8/tools/gyp/v8.gyp:v8', | 
| # Runtime dependencies | 
| 'chrome_mesa', | 
| ], | 
| @@ -2461,11 +2462,6 @@ | 
| # TODO(alekseys): port sidebar to linux/mac. | 
| 'browser/sidebar/sidebar_browsertest.cc', | 
| ], | 
| -          'sources!': [ | 
| -            # TODO(aa): This test fails on the windows shared library build. | 
| -            # crbug.com/80320 | 
| -            '../content/renderer/v8_value_converter_browsertest.cc', | 
| -          ], | 
| 'include_dirs': [ | 
| '<(DEPTH)/third_party/wtl/include', | 
| ], | 
|  |