Reviewers: danno,

Description:
Remove <(library) usage from v8.gyp.

BUG=111541
[email protected]

Signed-off-by: Thiago Farina <[email protected]>


Please review this at https://codereview.chromium.org/12022021/

SVN Base: git://github.com/v8/v8.git@master

Affected files:
  M tools/gyp/v8.gyp


Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index b0b040a218cd907f17d05e39ca480675d5fa23eb..40ed00a4d0844b87600b380d720e5a0e3e63fe70 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',
           ],


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to