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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 8682023: ppapi/tests: Enable URLLoader test out-of-process and via NaCl. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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: ppapi/ppapi_tests.gypi
===================================================================
--- ppapi/ppapi_tests.gypi (revision 111881)
+++ ppapi/ppapi_tests.gypi (working copy)
@@ -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.

Powered by Google App Engine
This is Rietveld 408576698