Revision: 9599
Author:   [email protected]
Date:     Thu Oct 13 00:30:54 2011
Log:      Change type=settings to type=none for gyp targets

TEST=Compiling Chromium with -Duse_system_v8 no longer prints a GYP warning about "invalid type 'settings'".

Review URL: http://codereview.chromium.org/8256008
http://code.google.com/p/v8/source/detail?r=9599

Modified:
 /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Mon Sep 19 11:36:47 2011
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Thu Oct 13 00:30:54 2011
@@ -870,7 +870,7 @@
       'targets': [
         {
           'target_name': 'v8',
-          'type': 'settings',
+          'type': 'none',
           'conditions': [
             ['want_separate_host_toolset==1', {
               'toolsets': ['host', 'target'],

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

Reply via email to