Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6607)

Unified Diff: chrome/chrome_tests.gypi

Issue 7532034: Move in_process_browser_test and ui_test_utils to chrome/test/base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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': [
« no previous file with comments | « chrome/browser/webdata/web_database_migration_unittest.cc ('k') | chrome/common/extensions/extension_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698