Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index cf755c1fafb6a9517b7d065978eada6a9834a15e..4f439bafa42d0636c6b525cb0ba5becb68e812d5 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -143,6 +143,7 @@ |
'ppapi_proxy', |
'ppapi_shared', |
'ppapi_unittest_shared', |
+ '../base/base.gyp:run_all_unittests', |
'../base/base.gyp:test_support_base', |
'../gpu/gpu.gyp:gpu_ipc', |
'../ipc/ipc.gyp:ipc', |
@@ -157,8 +158,6 @@ |
'../ppapi', |
], |
'sources': [ |
- 'proxy/run_all_unittests.cc', |
- |
'host/resource_message_filter_unittest.cc', |
# Piggy back on ppapi_unittests for a simple NaCl unittest, |
# which must not have dependencies on anything other than stdlibs. |