1. 17 Jan, 2014 5 commits
  2. 16 Jan, 2014 8 commits
  3. 15 Jan, 2014 1 commit
  4. 14 Jan, 2014 3 commits
  5. 13 Jan, 2014 1 commit
  6. 10 Jan, 2014 1 commit
  7. 09 Jan, 2014 2 commits
  8. 08 Jan, 2014 1 commit
  9. 07 Jan, 2014 4 commits
  10. 06 Jan, 2014 1 commit
  11. 03 Jan, 2014 2 commits
  12. 21 Dec, 2013 1 commit
  13. 19 Dec, 2013 1 commit
  14. 18 Dec, 2013 3 commits
  15. 16 Dec, 2013 3 commits
  16. 13 Dec, 2013 1 commit
    • digit@chromium.org's avatar
      fetch.py: Add '--nohooks' option. · 3596d585
      digit@chromium.org authored
      'fetch chromium' will fail if the build dependencies are not already installed
      on the host machine, because it runs 'gclient sync' which, by default, will run
      hooks that will try to run build/gyp_chromium (which will then fail).
      
      This introduces a --nohooks option that solve the problem by allowing the
      user to do the following:
      
        1) fetch --nohooks <recipe>
        2) src/build/install-build-deps.sh
        3) fetch <recipe>
      
      BUG=325795
      TEST=Run 'fetch --nohooks chromium' in a temporary 'clean' chroot directory.
      R=maruel@chromium.org,jochen@chromium.org,scottmg@chromium.org,agable@chromium.org
      
      Review URL: https://codereview.chromium.org/106403003
      
      git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@240680 0039d316-1c4b-4281-b951-d872f2087c98
      3596d585
  17. 12 Dec, 2013 2 commits