diff options
author | polina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 23:28:55 +0000 |
---|---|---|
committer | polina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-29 23:28:55 +0000 |
commit | b95fb21429e54962acf5ca5bfdcb16f2d689246d (patch) | |
tree | e877057e48bee1aad396e46cf754f26e0f2297fe /ppapi/ppapi_tests.gypi | |
parent | 978eced22a31c53c391accbb4ccce9c77230d0a2 (diff) | |
download | chromium_src-b95fb21429e54962acf5ca5bfdcb16f2d689246d.zip chromium_src-b95fb21429e54962acf5ca5bfdcb16f2d689246d.tar.gz chromium_src-b95fb21429e54962acf5ca5bfdcb16f2d689246d.tar.bz2 |
ppapi/tests: Enable URLLoader test out-of-process and via NaCl.
Depends on: http://codereview.chromium.org/8682022/
BUG=89961
TEST=out/Debug/ui_tests
Review URL: http://codereview.chromium.org/8682023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112065 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r-- | ppapi/ppapi_tests.gypi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi index 3c8b695..ec8d2d5 100644 --- a/ppapi/ppapi_tests.gypi +++ b/ppapi/ppapi_tests.gypi @@ -500,11 +500,7 @@ #'tests/test_transport.cc', # Not yet proxied. #'tests/test_uma.cc', - # Activating the URL loader test requires a test httpd that - # understands HTTP POST, which our current httpd.py doesn't. - # It also requires deactivating the tests that use FileIOTrusted - # when running in NaCl. - #'tests/test_url_loader.cc', + 'tests/test_url_loader.cc', # Does not compile under nacl (uses VarPrivate). #'test_url_util.cc', # Not yet proxied. |