Index: ppapi/ppapi_tests.gypi |
diff --git a/ppapi/ppapi_tests.gypi b/ppapi/ppapi_tests.gypi |
index 10f30e63f016ecaac6fe225f3430d524d213545a..9956c66d5e31e2cb454816c31d89c979c0b3952e 100644 |
--- a/ppapi/ppapi_tests.gypi |
+++ b/ppapi/ppapi_tests.gypi |
@@ -94,12 +94,6 @@ |
'product_name': 'ppapi_tests', |
'product_extension': 'plugin', |
}], |
- ['p2p_apis==1', { |
- 'sources': [ |
- 'tests/test_transport.cc', |
- 'tests/test_transport.h', |
- ], |
- }], |
], |
# TODO(dmichael): Figure out what is wrong with the script on Windows and add |
# it as an automated action. |