1. 13 Feb, 2014 5 commits
  2. 12 Feb, 2014 2 commits
  3. 11 Feb, 2014 7 commits
  4. 10 Feb, 2014 2 commits
  5. 07 Feb, 2014 2 commits
  6. 06 Feb, 2014 2 commits
  7. 05 Feb, 2014 4 commits
  8. 04 Feb, 2014 3 commits
  9. 02 Feb, 2014 2 commits
  10. 30 Jan, 2014 1 commit
  11. 29 Jan, 2014 1 commit
  12. 28 Jan, 2014 2 commits
  13. 25 Jan, 2014 1 commit
  14. 23 Jan, 2014 1 commit
  15. 22 Jan, 2014 1 commit
  16. 21 Jan, 2014 1 commit
  17. 18 Jan, 2014 2 commits
  18. 17 Jan, 2014 1 commit
    • hinoka@google.com's avatar
      Adds --auto_platform to download_from_google_storage. · c8270632
      hinoka@google.com authored
      A very common pattern for the users of this script is to have binaries in
      three different folders, eg:
      some/folder/win/bin.exe
      some/folder/mac/bin
      some/folder/linux/bin
      
      Instead of using --platform to specify three different paths, we can recognize
      this usage and pass in --auto_platform, and then --directory some/folder/ as the
      target.
      
      When enumerating files, it will match each individual file to see if they have
      (win|mac|linux) as a parent folder name, and filter out non-matching platforms.
      
      BUG=
      TEST= src/third_party/clang_format/bin$ download_from_google_storage --auto_platform --no_auth -b chromium-clang-fomat -dr .
      0> Downloading ./linux/clang-format...
      
      Review URL: https://codereview.chromium.org/126893002
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@245643 0039d316-1c4b-4281-b951-d872f2087c98
      c8270632