diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 02:59:36 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-06-11 02:59:36 +0000 |
commit | 7ec9c0c85a35a6b5e3ff6ba8907b95148970b238 (patch) | |
tree | 112107dbcfd9195f127853d1b2ed36353c563f6a /chrome/chrome.gyp | |
parent | a15ddfc0fdac79309e3ce76da389a65efcc203e5 (diff) | |
download | chromium_src-7ec9c0c85a35a6b5e3ff6ba8907b95148970b238.zip chromium_src-7ec9c0c85a35a6b5e3ff6ba8907b95148970b238.tar.gz chromium_src-7ec9c0c85a35a6b5e3ff6ba8907b95148970b238.tar.bz2 |
Move test/automated_ui_tests/automated_ui_test_{base,test}.{cc,h}
from 'automated_ui_tests' to 'test_support_ui', so they can also
be used by 'unit_tests'.
Review URL: http://codereview.chromium.org/118509
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index bec31eb..b0dad61 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2853,6 +2853,9 @@ '..', ], 'sources': [ + 'test/automated_ui_tests/automated_ui_test_base.cc', + 'test/automated_ui_tests/automated_ui_test_base.h', + 'test/automated_ui_tests/automated_ui_test_test.cc', 'test/testing_browser_process.h', 'test/ui/javascript_test_util.cc', 'test/ui/npapi_test_helper.cc', @@ -2871,6 +2874,8 @@ }], ['OS!="win"', { 'sources!': [ + 'test/automated_ui_tests/automated_ui_test_base.cc', + 'test/automated_ui_tests/automated_ui_test_test.cc', 'test/ui/javascript_test_util.cc', 'test/ui/npapi_test_helper.cc', ], @@ -3959,8 +3964,6 @@ 'sources': [ 'test/automated_ui_tests/automated_ui_tests.cc', 'test/automated_ui_tests/automated_ui_tests.h', - 'test/automated_ui_tests/automated_ui_test_base.cc', - 'test/automated_ui_tests/automated_ui_test_base.h', 'tools/build/win/precompiled_wtl.h', 'tools/build/win/precompiled_wtl.cc', ], |