diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 16:51:27 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 16:51:27 +0000 |
commit | d0e1f478dfbe9e4672d0c756c5bd793d60cc2587 (patch) | |
tree | bff9a89bc0d2278bc7843c2cbb93787a9a4331f7 /chrome/chrome_tests.gypi | |
parent | 27af0b74daa2da89ef1ded021c19e99b8ed076f0 (diff) | |
download | chromium_src-d0e1f478dfbe9e4672d0c756c5bd793d60cc2587.zip chromium_src-d0e1f478dfbe9e4672d0c756c5bd793d60cc2587.tar.gz chromium_src-d0e1f478dfbe9e4672d0c756c5bd793d60cc2587.tar.bz2 |
Move chrome/test/automated_ui_tests to chrome/test/reliability
TBR=jcivelli
BUG=90905
Review URL: http://codereview.chromium.org/7888063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101309 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index 380bc4a..88235ff 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -246,12 +246,12 @@ '..', ], 'sources': [ - 'test/automated_ui_tests/automated_ui_test_base.cc', - 'test/automated_ui_tests/automated_ui_test_base.h', 'test/automation/proxy_launcher.cc', 'test/automation/proxy_launcher.h', 'test/base/layout_test_http_server.cc', 'test/base/layout_test_http_server.h', + 'test/reliability/automated_ui_test_base.cc', + 'test/reliability/automated_ui_test_base.h', 'test/ui/javascript_test_util.cc', 'test/ui/npapi_test_helper.cc', 'test/ui/npapi_test_helper.h', @@ -408,9 +408,9 @@ '..', ], 'sources': [ - 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', - 'test/automated_ui_tests/automated_ui_tests.cc', - 'test/automated_ui_tests/automated_ui_tests.h', + 'test/reliability/automated_ui_test_interactive_test.cc', + 'test/reliability/automated_ui_tests.cc', + 'test/reliability/automated_ui_tests.h', ], 'conditions': [ ['OS=="win" and buildtype=="Official"', { @@ -698,8 +698,8 @@ 'test/automation/automation_proxy_uitest.cc', 'test/automation/automation_proxy_uitest.h', 'test/automation/extension_proxy_uitest.cc', - 'test/automated_ui_tests/automated_ui_test_test.cc', 'test/base/chrome_process_util_uitest.cc', + 'test/reliability/automated_ui_test_test.cc', 'test/ui/history_uitest.cc', 'test/ui/layout_plugin_uitest.cc', 'test/ui/named_interface_uitest.cc', |