1. 25 Oct, 2016 1 commit
  2. 23 Sep, 2016 1 commit
    • Frank Barchard's avatar
      setup_links.py: Use junctions instead of symlinks on Windows. · feaff94b
      Frank Barchard authored
      Instead of creating symlinks on Windows, the script is now:
      * creating a junction for directories
      * copying individual files.
      
      This makes 'gclient sync' and 'gclient runhooks' no longer
      require administrator's privileges.
      If the script is run with administrator's privileges, a
      warning will be printed, informing the user that it's not recommended.
      
      Also clean up a few old documentation references to the
      Chromium SVN->Git transition.
      
      BUG=libyuv:584,webrtc:4911
      TESTED=Running the script with+without administrator's privileges.
      I also tested the case of this change being rolled back, in which
      case I verified that the copied files are still being deleted using
      the same cleanup code path as the previous symlinks.
      NOTRY=True
      R=braveyao@chromium.org
      
      Review URL: https://codereview.chromium.org/2359383002 .
      feaff94b
  3. 14 Sep, 2016 1 commit
  4. 13 Sep, 2016 1 commit
  5. 31 Aug, 2016 1 commit
  6. 04 Aug, 2016 1 commit
  7. 24 May, 2016 1 commit
  8. 17 May, 2016 1 commit
  9. 12 Apr, 2016 1 commit
  10. 04 Mar, 2016 1 commit
  11. 18 Feb, 2016 1 commit
  12. 12 Oct, 2015 1 commit
  13. 19 Aug, 2015 1 commit
  14. 29 Jun, 2015 1 commit
  15. 10 Mar, 2015 1 commit
    • kjellander@google.com's avatar
      Fix standalone GN build. · 0e53718e
      kjellander@google.com authored
      Add dependencies and move the neon target to only be
      specified for ARM builds so a standalone GN build can be
      performed.
      
      TESTED=Ran:
      gn gen out/Release --args=is_debug=false
      ninja -C out/Release
      
      gn gen out/Debug --args=is_debug=true
      ninja -C out/Debug
      
      gn gen out/Debug --args="is_debug=true os=\"android\" "cpu_arch=\"arm\""
      ninja -C out/Debug
      
      gn gen out/Release --args="is_debug=false os=\"android\" "cpu_arch=\"arm\""
      ninja -C out/Release
      
      R=fbarchard@google.com
      
      Review URL: https://webrtc-codereview.appspot.com/42289004
      
      git-svn-id: http://libyuv.googlecode.com/svn/trunk@1317 16f28f9a-4ce2-e073-06de-1de4eb20be90
      0e53718e
  16. 27 Feb, 2015 1 commit
  17. 23 Sep, 2014 2 commits