From 9e3166ea5b2c38e49bd1e52f3f7da74e985ebc37 Mon Sep 17 00:00:00 2001 From: "jkummerow@chromium.org" Date: Mon, 21 Jan 2013 14:14:28 +0000 Subject: [PATCH] Remove <(library) usage from v8.gyp. BUG=111541 R=danno@chromium.org Signed-off-by: Thiago Farina Review URL: https://codereview.chromium.org/12022021 Patch from Thiago Farina . git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@13449 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- tools/gyp/v8.gyp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp index b0b040a..40ed00a 100644 --- a/tools/gyp/v8.gyp +++ b/tools/gyp/v8.gyp @@ -99,7 +99,7 @@ }, { 'target_name': 'v8_snapshot', - 'type': '<(library)', + 'type': 'static_library', 'conditions': [ ['want_separate_host_toolset==1', { 'toolsets': ['host', 'target'], @@ -190,7 +190,7 @@ }, { 'target_name': 'v8_nosnapshot', - 'type': '<(library)', + 'type': 'static_library', 'dependencies': [ 'v8_base', ], @@ -220,7 +220,7 @@ }, { 'target_name': 'v8_base', - 'type': '<(library)', + 'type': 'static_library', 'variables': { 'optimize': 'max', }, @@ -908,7 +908,7 @@ }, { 'target_name': 'preparser_lib', - 'type': '<(library)', + 'type': 'static_library', 'include_dirs+': [ '../../src', ], -- 2.7.4