aboutsummaryrefslogtreecommitdiff
path: root/src/client/windows/unittests/testing.gyp
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-01-19 00:19:16 +0000
committerthestig@chromium.org <thestig@chromium.org@4c0a9323-5329-0410-9bdc-e9ce6186880e>2013-01-19 00:19:16 +0000
commit834f7ee611b98c487e1530bef6c4e13a4e1f676c (patch)
tree9788c1880f900a34bdf16ddebf06d4e717f7c617 /src/client/windows/unittests/testing.gyp
parentProvide a ReadSymbolData function to get symbol data in a Module instead of j... (diff)
downloadbreakpad-834f7ee611b98c487e1530bef6c4e13a4e1f676c.tar.xz
Remove <(library) usage from gyp files.
BUG=chromium:111541 Patch by Thiago Farina <tfarina@chromium.org>. Original code review: https://breakpad.appspot.com/513002/ Review URL: https://breakpad.appspot.com/515002 git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@1101 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client/windows/unittests/testing.gyp')
-rw-r--r--src/client/windows/unittests/testing.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/client/windows/unittests/testing.gyp b/src/client/windows/unittests/testing.gyp
index 85854288..2630264e 100644
--- a/src/client/windows/unittests/testing.gyp
+++ b/src/client/windows/unittests/testing.gyp
@@ -36,7 +36,7 @@
'targets': [
{
'target_name': 'gtest',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'<(DEPTH)/testing/include',
'<(DEPTH)/testing/gtest',
@@ -54,7 +54,7 @@
},
{
'target_name': 'gmock',
- 'type': '<(library)',
+ 'type': 'static_library',
'include_dirs': [
'<(DEPTH)/testing/include',
'<(DEPTH)/testing/',