Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3575)

Unified Diff: device/device.gyp

Issue 11276052: device: Build device_bluetooth target as static_library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698