| Index: chrome/chrome_tests.gypi
|
| ===================================================================
|
| --- chrome/chrome_tests.gypi (revision 94694)
|
| +++ chrome/chrome_tests.gypi (working copy)
|
| @@ -143,13 +143,18 @@
|
| 'test/automation/tab_proxy.h',
|
| 'test/automation/window_proxy.cc',
|
| 'test/automation/window_proxy.h',
|
| + 'test/base/in_process_browser_test.cc',
|
| + 'test/base/in_process_browser_test.h',
|
| + 'test/base/ui_test_utils.cc',
|
| + 'test/base/ui_test_utils.h',
|
| + 'test/base/ui_test_utils_linux.cc',
|
| + 'test/base/ui_test_utils_mac.mm',
|
| + 'test/base/ui_test_utils_win.cc',
|
| 'test/bookmark_load_observer.cc',
|
| 'test/bookmark_load_observer.h',
|
| 'test/chrome_process_util.cc',
|
| 'test/chrome_process_util.h',
|
| 'test/chrome_process_util_mac.cc',
|
| - 'test/in_process_browser_test.cc',
|
| - 'test/in_process_browser_test.h',
|
| 'test/model_test_utils.cc',
|
| 'test/model_test_utils.h',
|
| 'test/profile_mock.cc',
|
| @@ -178,11 +183,6 @@
|
| 'test/testing_profile.cc',
|
| 'test/testing_profile.h',
|
| 'test/thread_observer_helper.h',
|
| - 'test/ui_test_utils.cc',
|
| - 'test/ui_test_utils.h',
|
| - 'test/ui_test_utils_linux.cc',
|
| - 'test/ui_test_utils_mac.mm',
|
| - 'test/ui_test_utils_win.cc',
|
| 'test/unit/chrome_test_suite.cc',
|
| 'test/unit/chrome_test_suite.h',
|
| 'test/values_test_util.cc',
|
| @@ -2620,11 +2620,11 @@
|
| 'renderer/safe_browsing/render_view_fake_resources_test.h',
|
| 'renderer/translate_helper_browsertest.cc',
|
| 'test/automation/dom_automation_browsertest.cc',
|
| + 'test/base/in_process_browser_test_browsertest.cc',
|
| 'test/data/webui/assertions-inl.h',
|
| 'test/data/webui/assertions.js',
|
| 'test/data/webui/print_preview.js',
|
| 'test/data/webui/options.js',
|
| - 'test/in_process_browser_test_browsertest.cc',
|
| 'test/out_of_proc_test_runner.cc',
|
| 'test/render_view_test.cc',
|
| 'test/render_view_test.h',
|
| @@ -3544,9 +3544,6 @@
|
| 'test/live_sync/two_client_preferences_sync_test.cc',
|
| 'test/test_notification_tracker.cc',
|
| 'test/test_notification_tracker.h',
|
| - 'test/ui_test_utils_linux.cc',
|
| - 'test/ui_test_utils_mac.mm',
|
| - 'test/ui_test_utils_win.cc',
|
| 'test/data/resource.rc',
|
| ],
|
| 'conditions': [
|
|
|