summaryrefslogtreecommitdiffstats
path: root/ppapi/ppapi_tests.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/ppapi_tests.gypi')
-rw-r--r--ppapi/ppapi_tests.gypi3
1 files changed, 1 insertions, 2 deletions
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi
index cf755c1..4f439ba 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.