| Index: chrome/chrome_tests.gypi
|
| ===================================================================
|
| --- chrome/chrome_tests.gypi (revision 40535)
|
| +++ chrome/chrome_tests.gypi (working copy)
|
| @@ -288,6 +288,7 @@
|
| 'browser/pref_service_uitest.cc',
|
| 'browser/printing/printing_layout_uitest.cc',
|
| 'browser/process_singleton_linux_uitest.cc',
|
| + 'browser/process_singleton_win_uitest.cc',
|
| 'browser/renderer_host/resource_dispatcher_host_uitest.cc',
|
| 'browser/sanity_uitest.cc',
|
| 'browser/session_history_uitest.cc',
|
| @@ -388,6 +389,9 @@
|
| 'browser/extensions/extension_uitest.cc',
|
| 'browser/media_uitest.cc',
|
| 'browser/printing/printing_layout_uitest.cc',
|
| + # TODO(port)? (this one compiles fine on mac and linux, but it fails
|
| + # to LaunchApp and thus have not been tested for success either).
|
| + 'browser/process_singleton_win_uitest.cc',
|
| 'browser/views/find_bar_host_uitest.cc',
|
| 'common/logging_chrome_uitest.cc',
|
| 'test/ui/sandbox_uitests.cc',
|
|
|