Chromium Code Reviews
        
  DescriptionAdd recursion=n syntax to DEPS files.
This will let DEPS files specify a higher local bound for recursion.
Note there is an edge case where a dependency can be initially pulled
in with a lower recursion level and then gets ignored subsequently
when a lower level DEPS overrides it's inclusion level and then
includes the same dependency.  I do not solve this case, as
I am intending to use this syntax for top level deps files.
BUG=155780
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162464
   
  Patch Set 1 #
      Total comments: 6
      
     
  
  
  
  Patch Set 2 : Addressed formatting nits, added unit test #
      Total comments: 5
      
     
  
  
  
  Patch Set 3 : added multiple solution case to test #Patch Set 4 : #Messages
    Total messages: 9 (0 generated)
     
  
  
       |