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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 9174020: PPAPI URLRequestInfo test: port NaCl version to ppapi_tests. Fix Var and Resource leaks. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 months 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_sources.gypi
===================================================================
--- ppapi/ppapi_sources.gypi (revision 117755)
+++ ppapi/ppapi_sources.gypi (working copy)
@@ -309,6 +309,7 @@
'tests/test_tcp_socket_private_disallowed.cc',
'tests/test_udp_socket_private_disallowed.cc',
'tests/test_url_loader.cc',
+ 'tests/test_url_request.cc',
'tests/test_var.cc',
'tests/test_view.cc',
],
@@ -378,6 +379,8 @@
'tests/test_uma.h',
'tests/test_url_loader.cc',
'tests/test_url_loader.h',
+ 'tests/test_url_request.cc',
+ 'tests/test_url_request.h',
'tests/test_url_util.cc',
'tests/test_url_util.h',
'tests/test_utils.cc',

Powered by Google App Engine
This is Rietveld 408576698