| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index da2ac9a9e91e587735e32acdd5d6157191b9d12f..546f220b613f04c306e86538c837b0170a81d0c1 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -823,9 +823,9 @@
|
| '../base/base.gyp:base_unittests',
|
| '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
|
| '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
|
| - '../content/content.gyp:content_browsertests',
|
| - '../content/content.gyp:content_shell',
|
| - '../content/content.gyp:content_unittests',
|
| + '../content/content_shell_and_tests.gyp:content_browsertests',
|
| + '../content/content_shell_and_tests.gyp:content_shell',
|
| + '../content/content_shell_and_tests.gyp:content_unittests',
|
| '../net/net.gyp:net_unittests',
|
| '../ui/ui.gyp:ui_unittests',
|
| ],
|
|
|