diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-17 15:43:11 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-17 15:43:11 +0000 |
commit | e4c3a397052d59da04347403d6c3fcefb751ff1e (patch) | |
tree | 60c707a9985c91c6b486b059c179520177541f4a /content/content_tests.gypi | |
parent | 850aacb936e9f4170895f66b61ff1c43667762ac (diff) | |
download | chromium_src-e4c3a397052d59da04347403d6c3fcefb751ff1e.zip chromium_src-e4c3a397052d59da04347403d6c3fcefb751ff1e.tar.gz chromium_src-e4c3a397052d59da04347403d6c3fcefb751ff1e.tar.bz2 |
Move JavascriptTestObserver from chrome to content.
This change moves the test support class JavascriptTestObserver from
chrome/test to content/public/test. This test doesn't have any dependencies on
anything in chrome/, and moving it will allow tests in content to use this
utility class.
This class has to move to content to allow moving some Pepper testing from
chrome/ to content/
BUG=371873
Review URL: https://codereview.chromium.org/286243003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@271209 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 9bd24d1..2f0c4e1 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -83,6 +83,8 @@ 'public/test/download_test_observer.h', 'public/test/fake_speech_recognition_manager.cc', 'public/test/fake_speech_recognition_manager.h', + 'public/test/javascript_test_observer.cc', + 'public/test/javascript_test_observer.h', 'public/test/mock_blob_url_request_context.cc', 'public/test/mock_blob_url_request_context.h', 'public/test/mock_download_item.cc', |