Revision: 10579
Author:   [email protected]
Date:     Wed Feb  1 07:31:57 2012
Log: Adding new marker for targets that rely on static library dependencies
traversing none type targets. In preparation for a gyp change to the default
behavior.

BUG=None
TEST=None
[email protected]

Review URL: https://chromiumcodereview.appspot.com/7616013
Patch from Brad Nelson <[email protected]>.
http://code.google.com/p/v8/source/detail?r=10579

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

=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Fri Jan 20 07:43:38 2012
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Wed Feb  1 07:31:57 2012
@@ -32,6 +32,7 @@
       'targets': [
         {
           'target_name': 'v8',
+          'dependencies_traverse': 1,
           '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