1. 16 Dec, 2016 1 commit
  2. 15 Nov, 2016 1 commit
  3. 18 Jul, 2016 1 commit
  4. 24 Jun, 2016 1 commit
  5. 04 Dec, 2015 1 commit
  6. 31 Aug, 2015 1 commit
  7. 22 Oct, 2014 2 commits
  8. 10 Sep, 2014 1 commit
  9. 03 Mar, 2014 1 commit
  10. 08 Jan, 2014 1 commit
  11. 22 Aug, 2013 1 commit
  12. 06 Aug, 2013 1 commit
  13. 29 Apr, 2013 1 commit
  14. 11 Apr, 2013 1 commit
  15. 03 Apr, 2013 1 commit
    • agable@chromium.org's avatar
      First commit of depot_tools/fetch.py · cc023508
      agable@chromium.org authored
      This is the bare minimum to have fetch.py working for chromium.
      The DEPS file pulls the new tools/recipes repo in, which will contain
      the recipe for chromium and all other checkout recipes eventually (followup
      CL coming shortly). fetch and fetch.bat simply invoke fetch.py. fetch.py
      takes a recipe and some arguments on the command line, invokes the recipe
      to get its instructions, and performs the actual checkout.
      
      Currently only supports Gclient-Git-Svn checkout (the kind needed for
      Chromium), but other checkout types will be pulled from annotated_checkout.py
      soon.
      
      Review URL: https://codereview.chromium.org/13463006
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@192130 0039d316-1c4b-4281-b951-d872f2087c98
      cc023508