Reviewers: Jakob,

Message:
PTAL

Description:
Fix shared library build after r17692.

BUG=
[email protected]

Please review this at https://chromiumcodereview.appspot.com/70663003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+7, -1 lines):
  M build/all.gyp


Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 60bf616ed5de6a7d44bd0cfc7163aa82d88211f6..aa8e3695177ba07fa9961dd029eb39e98eb24d53 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -10,9 +10,15 @@
       'dependencies': [
         '../samples/samples.gyp:*',
         '../src/d8.gyp:d8',
-        '../tools/lexer-shell.gyp:lexer-shell',
         '../test/cctest/cctest.gyp:*',
       ],
+      'conditions': [
+        ['component!="shared_library"', {
+          'dependencies': [
+            '../tools/lexer-shell.gyp:lexer-shell',
+          ],
+        }],
+      ]
     }
   ]
 }


--
--
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