1. 21 Jun, 2016 3 commits
  2. 20 Jun, 2016 4 commits
  3. 17 Jun, 2016 7 commits
  4. 16 Jun, 2016 15 commits
  5. 10 Jun, 2016 5 commits
  6. 09 Jun, 2016 5 commits
  7. 08 Jun, 2016 1 commit
    • hinoka's avatar
      Add resource locking in gclient · 885e5b1e
      hinoka authored
      There are entries in the DEPS file where two folders uses the same
      git URL (ie. freetype2).  This doesn't work well with git caches because
      each task will run on it's own and might try to clobber on top of each other.
      
      This adds another field in a WorkItem which is a list of resources.  When the
      work queue is flushed, it has to make sure that none of a newly added workitem
      has any resource conflicts.
      
      BUG=618124
      
      Review-Url: https://codereview.chromium.org/2049583003
      885e5b1e