| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 483e98cef29df49e6c71509757d40172e6d3e561..a8e1d43c4d9c130600c7f67e3e492f9ec67dd694 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -406,11 +406,15 @@
|
| '<(DEPTH)/components/components.gyp:signin_core_common',
|
| '<(DEPTH)/components/nacl.gyp:nacl_common',
|
| '<(DEPTH)/components/components.gyp:visitedlink_common',
|
| + '<(DEPTH)/extensions/common/api/api.gyp:extensions_api',
|
| '<(DEPTH)/extensions/extensions.gyp:extensions_common',
|
| '<(DEPTH)/ipc/ipc.gyp:ipc',
|
| '<(DEPTH)/third_party/adobe/flash/flash_player.gyp:flapper_version_h',
|
| '<(DEPTH)/third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
|
| ],
|
| + 'export_dependent_settings': [
|
| + '<(DEPTH)/chrome/common/extensions/api/api.gyp:chrome_api',
|
| + ],
|
| }, { # OS == ios
|
| 'sources/': [
|
| ['exclude', '^common/child_process_'],
|
|
|