| Index: extensions/extensions.gyp
|
| diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp
|
| index 130f75da876597745e0f70665a9b71e9215acb72..c6e53a3f90dce4cb8782c70a274650bfd0b17a74 100644
|
| --- a/extensions/extensions.gyp
|
| +++ b/extensions/extensions.gyp
|
| @@ -28,7 +28,6 @@
|
| '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc',
|
| '../url/url.gyp:url_lib',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| - 'common/api/api.gyp:extensions_api',
|
| 'extensions_strings.gyp:extensions_strings',
|
| ],
|
| 'include_dirs': [
|
| @@ -225,6 +224,7 @@
|
| 'conditions': [
|
| ['enable_extensions==1', {
|
| 'dependencies': [
|
| + 'common/api/api.gyp:extensions_api',
|
| '../device/bluetooth/bluetooth.gyp:device_bluetooth',
|
| # For Mojo generated headers for generated_api.cc.
|
| '../device/serial/serial.gyp:device_serial_mojo',
|
|
|