| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 84e4db2af7f11f6ca26410b34af8fc295e7e3435..02dd33474675013dd296c030354da3f2c9a69101 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -510,6 +510,12 @@
|
| '../webkit/webkit.gyp:test_shell_test_support',
|
| ],
|
| }],
|
| + ['enable_ppapi==0', {
|
| + 'sources/': [
|
| + ['exclude', '^renderer/pepper/'],
|
| + ['exclude', '^browser/renderer_host/pepper/'],
|
| + ],
|
| + }],
|
| ['enable_webrtc==1', {
|
| 'sources': [
|
| 'browser/renderer_host/p2p/socket_host_test_utils.h',
|
|
|