| Index: content/content_tests.gypi
|
| diff --git a/content/content_tests.gypi b/content/content_tests.gypi
|
| index 2f3c2c0756fb35f9e15c8cfbb6d7885fac9d5506..fbb16436959862ac49df139d3ca8dde72314148b 100644
|
| --- a/content/content_tests.gypi
|
| +++ b/content/content_tests.gypi
|
| @@ -512,6 +512,12 @@
|
| '../webkit/webkit.gyp:test_shell_test_support',
|
| ],
|
| }],
|
| + ['enable_plugins==0', {
|
| + 'sources/': [
|
| + ['exclude', '^renderer/pepper/'],
|
| + ['exclude', '^browser/renderer_host/pepper/'],
|
| + ],
|
| + }],
|
| ['enable_webrtc==1', {
|
| 'sources': [
|
| 'browser/renderer_host/p2p/socket_host_test_utils.h',
|
|
|