summaryrefslogtreecommitdiffstats
path: root/device
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 14:38:06 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 14:38:06 +0000
commit9567681130ca059c6529dc42d8cee12f155ac7de (patch)
tree7f4dc91bd5d43a2e54c55a5f6948929101896e8e /device
parent44237687a18d3a987de9d2746a611bbe684a1a17 (diff)
downloadchromium_src-9567681130ca059c6529dc42d8cee12f155ac7de.zip
chromium_src-9567681130ca059c6529dc42d8cee12f155ac7de.tar.gz
chromium_src-9567681130ca059c6529dc42d8cee12f155ac7de.tar.bz2
device: Build device_bluetooth target as static_library.
Ideally we should change this to <(component). But it needs more changes to be able to be built as shared_library. Which should be done in a follow up CL. BUG=111541 R=satorux@chromium.org,bryeung@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/11276052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164914 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'device')
-rw-r--r--device/device.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/device/device.gyp b/device/device.gyp
index d1f27e4..bcf73d5 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',