| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index d046368109127098dbdaa74ff63f355fc3831da3..bff3464934650e1c3659de8de11f521c704379f9 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -474,6 +474,11 @@
|
| 'dependencies': [
|
| '../ppapi/ppapi_internal.gyp:ppapi_shared',
|
| ],
|
| + }, { # enable_plugins == 0
|
| + 'sources!': [
|
| + 'common/pepper_plugin_registry.cc',
|
| + 'common/pepper_plugin_registry.h',
|
| + ],
|
| }],
|
| ['enable_gpu==1', {
|
| 'dependencies': [
|
|
|