| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index eccc67ecdb05f6d72192e0384ec079e894494fab..f6d4af4acfdf7728044d51587f369d2c8b5ca184 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -503,6 +503,12 @@
|
| ['exclude', '^common/automation_']
|
| ]
|
| }],
|
| + ['enable_web_intents==0', {
|
| + 'sources!': [
|
| + 'common/extensions/web_intents_handler.cc',
|
| + 'common/extensions/web_intents_handler.h',
|
| + ],
|
| + }],
|
| ['use_system_nspr==1', {
|
| 'dependencies': [
|
| '<(DEPTH)/base/third_party/nspr/nspr.gyp:nspr',
|
|
|