| Index: device/device.gyp
|
| diff --git a/device/device.gyp b/device/device.gyp
|
| index d1f27e4f15728d21b58a6093b2c33376f563ccf6..bcf73d5d4438f99782f7d94290bcc8e036c7e626 100644
|
| --- a/device/device.gyp
|
| +++ b/device/device.gyp
|
| @@ -9,7 +9,7 @@
|
| 'targets': [
|
| {
|
| 'target_name': 'device_bluetooth',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| '../chrome/chrome_resources.gyp:chrome_strings',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| @@ -53,7 +53,7 @@
|
| },
|
| {
|
| 'target_name': 'device_bluetooth_mocks',
|
| - 'type': '<(library)',
|
| + 'type': 'static_library',
|
| 'dependencies': [
|
| 'device_bluetooth',
|
| '../testing/gmock.gyp:gmock',
|
|
|