Revision: 18829
Author:   [email protected]
Date:     Fri Jan 24 14:58:40 2014 UTC
Log:      Delete v8_shell target now that chrome uses d8

BUG=331585
LOG=y
[email protected]

Review URL: https://codereview.chromium.org/146763002
http://code.google.com/p/v8/source/detail?r=18829

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

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Thu Jan 16 08:17:40 2014 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Jan 24 14:58:40 2014 UTC
@@ -1124,31 +1124,5 @@
         }],
       ],
     },
-    {
-      'target_name': 'v8_shell',
-      'type': 'executable',
-      'dependencies': [
-        'v8'
-      ],
-      'sources': [
-        '../../samples/shell.cc',
-      ],
-      'conditions': [
-        ['want_separate_host_toolset==1', {
-          'toolsets': ['host'],
-        }, {
-          'toolsets': ['target'],
-        }],
-        ['OS=="win"', {
- # This could be gotten by not setting chromium_code, if that's OK.
-          'defines': ['_CRT_SECURE_NO_WARNINGS'],
-        }],
-        ['v8_compress_startup_data=="bz2"', {
-          'libraries': [
-            '-lbz2',
-          ]
-        }],
-      ],
-    },
   ],
 }

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to