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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 11410029: Added a ResourceMessageFilter for handling resource messages on another thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« ppapi/host/resource_message_handler.cc ('K') | « ppapi/ppapi_host.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index d5dcd9545ec2e441334c9ab0c6ab72f290546cc5..5c9d47fa32ea1322cd2a92914931580f63a2c314 100644
--- a/ppapi/ppapi_tests.gypi
+++ b/ppapi/ppapi_tests.gypi
@@ -125,6 +125,7 @@
'chromium_code': 1,
},
'dependencies': [
+ 'ppapi_host',
'ppapi_proxy',
'ppapi_shared',
'ppapi_unittest_shared',
@@ -140,6 +141,7 @@
'sources': [
'proxy/run_all_unittests.cc',
+ 'host/resource_message_filter_unittest.cc',
'proxy/file_chooser_resource_unittest.cc',
'proxy/flash_resource_unittest.cc',
'proxy/mock_resource.cc',
« ppapi/host/resource_message_handler.cc ('K') | « ppapi/ppapi_host.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698