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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 6334016: Refactor PPAPI proxy resource handling to maintain which host they came from,... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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_tests.gypi
===================================================================
--- ppapi/ppapi_tests.gypi (revision 72517)
+++ ppapi/ppapi_tests.gypi (working copy)
@@ -267,8 +267,15 @@
'sources': [
'proxy/run_all_unittests.cc',
+ 'proxy/mock_resource.cc',
+ 'proxy/mock_resource.h',
+ 'proxy/plugin_resource_tracker_unittest.cc',
'proxy/plugin_var_tracker_unittest.cc',
+ 'proxy/ppapi_proxy_test.cc',
+ 'proxy/ppapi_proxy_test.h',
+ 'proxy/serialized_var_unittest.cc',
+ 'proxy/serialized_var_unittest.h',
],
- },
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698