| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index c50836c1a5846f7d76330c7c3b4d143654e36689..1428e0730c13588cdd0af9c6336327068799fae2 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -586,7 +586,6 @@
|
| 'common/importer/importer_data_types.cc',
|
| 'common/importer/importer_url_row.cc',
|
| 'common/net/url_util.cc',
|
| - 'common/pepper_permission_util.cc',
|
| 'common/spellcheck_common.cc',
|
| ],
|
| 'dependencies!': [
|
| @@ -650,6 +649,11 @@
|
| ['exclude', '^common/automation_']
|
| ]
|
| }],
|
| + ['enable_plugins==0', {
|
| + 'source!' : [
|
| + 'common/pepper_permission_util.cc',
|
| + ],
|
| + }],
|
| ['use_system_nspr==1', {
|
| 'dependencies': [
|
| '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
|
|
|