| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 84d26ef93af062e9a9febb66a82dcccdf8846f54..39e8eed267dfc263a6adc30828e8f517e83aae33 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -212,6 +212,7 @@
|
| 'common/extensions/value_counter.h',
|
| 'common/extensions/api/extension_api.cc',
|
| 'common/extensions/api/extension_api.h',
|
| + 'common/extensions/api/extension_api_stub.cc',
|
| 'common/external_ipc_fuzzer.h',
|
| 'common/external_ipc_fuzzer.cc',
|
| 'common/favicon_url.cc',
|
| @@ -423,6 +424,16 @@
|
| 'common/chrome_version_info_posix.cc',
|
| ],
|
| }],
|
| + ['enable_extensions==1', {
|
| + 'sources!': [
|
| + 'common/extensions/api/extension_api_stub.cc',
|
| + ],
|
| + }, { # enable_extensions == 0
|
| + 'sources/': [
|
| + ['exclude', '^common/extensions/api/'],
|
| + ['include', 'common/extensions/api/extension_api_stub.cc'],
|
| + ],
|
| + }],
|
| ['remoting==1', {
|
| 'dependencies': [
|
| '../remoting/remoting.gyp:remoting_client_plugin',
|
|
|