summaryrefslogtreecommitdiffstats
path: root/base/third_party/dynamic_annotations/dynamic_annotations.gyp
diff options
context:
space:
mode:
authorevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 23:18:53 +0000
committerevan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 23:18:53 +0000
commit5a5473381495625fdf691f93be48497f4edf003d (patch)
tree71210a4a0d933a71bcaa0c25db7930af891cf1d8 /base/third_party/dynamic_annotations/dynamic_annotations.gyp
parentab0367457117bc9f408be8730074befa57f93e51 (diff)
downloadchromium_src-5a5473381495625fdf691f93be48497f4edf003d.zip
chromium_src-5a5473381495625fdf691f93be48497f4edf003d.tar.gz
chromium_src-5a5473381495625fdf691f93be48497f4edf003d.tar.bz2
Globally replace <(library) with static_library
We provided <(library) as a variable to support a peculiar build configuration on Linux. We no longer support that build configuration, so we can simplify this code to no longer use a variable. Review URL: http://codereview.chromium.org/7051014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/third_party/dynamic_annotations/dynamic_annotations.gyp')
-rw-r--r--base/third_party/dynamic_annotations/dynamic_annotations.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/third_party/dynamic_annotations/dynamic_annotations.gyp b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
index d1fa819..18796e1 100644
--- a/base/third_party/dynamic_annotations/dynamic_annotations.gyp
+++ b/base/third_party/dynamic_annotations/dynamic_annotations.gyp
@@ -6,7 +6,7 @@
'targets': [
{
'target_name': 'dynamic_annotations',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'EF3AD1A1-5FA6-4B70-9CCC-F5AE4C6D0892',
'include_dirs': [
'../../../',
@@ -22,7 +22,7 @@
'targets': [
{
'target_name': 'dynamic_annotations_win64',
- 'type': '<(library)',
+ 'type': 'static_library',
'msvs_guid': 'E8055455-0065-427B-9461-34A16FAD1973',
# We can't use dynamic_annotations target for win64 build since it is
# a 32-bit library.