Remove <(library) usage from ots.gyp.

Patch-by: tfarina@chromium.org

BUG=111541
R=yusukes@chromium.org
Review URL: https://codereview.chromium.org/11938029/



git-svn-id: http://ots.googlecode.com/svn/trunk@97 a4e77c2c-9104-11de-800e-5b313e0d2bf3
diff --git a/ots.gyp b/ots.gyp
index 18699be..1df2cfe 100644
--- a/ots.gyp
+++ b/ots.gyp
@@ -12,7 +12,7 @@
   'targets': [
     {
       'target_name': 'ots',
-      'type': '<(library)',
+      'type': 'static_library',
       'sources': [
         '<@(ots_sources)',
       ],