Revision: 17693
Author:   [email protected]
Date:     Wed Nov 13 12:59:49 2013 UTC
Log:      Fix shared library build after r17692.

BUG=
[email protected]

Review URL: https://chromiumcodereview.appspot.com/70663003
http://code.google.com/p/v8/source/detail?r=17693

Modified:
 /branches/bleeding_edge/build/all.gyp

=======================================
--- /branches/bleeding_edge/build/all.gyp       Wed Nov 13 12:26:09 2013 UTC
+++ /branches/bleeding_edge/build/all.gyp       Wed Nov 13 12:59:49 2013 UTC
@@ -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