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

Unified Diff: ppapi/ppapi_tests.gypi

Issue 11359097: Refactored the PPB_Flash_File_ModuleLocal/FileRef to the new ppapi resource model (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
Index: ppapi/ppapi_tests.gypi
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index 989188aabb073e5829135528b3f63095efb19c93..58f7bf6c815029ee847537489f4ebcd1ac1fdac1 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',

Powered by Google App Engine
This is Rietveld 408576698