| Index: chrome/chrome.gyp
|
| diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
|
| index c63749d4cfa23046d5f2ecce6cdc4c3417f63f6c..59db3d397c4549b3502313d66450048bced15811 100644
|
| --- a/chrome/chrome.gyp
|
| +++ b/chrome/chrome.gyp
|
| @@ -42,7 +42,6 @@
|
| 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
|
| # TODO: remove this helper when we have loops in GYP
|
| 'apply_locales_cmd': ['python', '<(DEPTH)/build/apply_locales.py'],
|
| - 'enable_plugin_installation': 1,
|
| 'conditions': [
|
| ['OS=="win"', {
|
| 'nacl_defines': [
|
| @@ -97,11 +96,6 @@
|
| }], # branding
|
| ], # conditions
|
| }], # OS=="mac"
|
| - ['use_aura==1 or chromeos==1', {
|
| - 'variables': {
|
| - 'enable_plugin_installation': 0,
|
| - }
|
| - }],
|
| # TODO(mcgrathr): This duplicates native_client/build/common.gypi;
|
| # we should figure out a way to unify the settings.
|
| ['target_arch=="ia32"', {
|
|
|