| Index: chrome/chrome_tests_unit.gypi
|
| diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
|
| index 9dbf96f9f717874044a99b4fbe5e228fdb574050..9b8962807cf015b791d91266c9accaf73aa087d8 100644
|
| --- a/chrome/chrome_tests_unit.gypi
|
| +++ b/chrome/chrome_tests_unit.gypi
|
| @@ -296,7 +296,7 @@
|
| 'conditions': [
|
| ['OS!="ios"', {
|
| 'dependencies': [
|
| - 'common/extensions/api/api.gyp:api',
|
| + 'common/extensions/api/api.gyp:chrome_api',
|
| 'plugin',
|
| 'renderer',
|
| 'utility',
|
| @@ -2003,7 +2003,7 @@
|
| 'conditions': [
|
| ['OS!="ios"', {
|
| 'dependencies': [
|
| - 'common/extensions/api/api.gyp:api',
|
| + 'common/extensions/api/api.gyp:chrome_api',
|
| '../components/components.gyp:autofill_content_test_support',
|
| '../components/component_strings.gyp:component_strings',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
|
|
|