| Index: content/content_common.gypi
|
| diff --git a/content/content_common.gypi b/content/content_common.gypi
|
| index 56158a6012670391fb4a4d5b45869e214e9f1c07..d7cc323cbae540260a7d54336d2eb9fa54dbeb3e 100644
|
| --- a/content/content_common.gypi
|
| +++ b/content/content_common.gypi
|
| @@ -475,6 +475,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': [
|
|
|