1. 29 Sep, 2017 1 commit
  2. 09 Sep, 2016 3 commits
  3. 09 Jun, 2016 1 commit
  4. 29 Apr, 2016 1 commit
  5. 27 Apr, 2016 1 commit
  6. 02 Nov, 2015 1 commit
  7. 29 Jun, 2015 1 commit
  8. 24 Feb, 2015 1 commit
    • machenbach's avatar
      Port chromium landmines script. · 89731cfb
      machenbach authored
      This runs the landmines script as a gclient hook. It can
      as such be used to clobber local checkouts when hooks are
      run locally.
      
      It is a softer version than chromium's landmines script, as
      it only deletes directories in the output directory due
      to compatibility with MSVS which has "build" hardcoded as
      output directory in several places.
      
      BUG=chromium:403263
      LOG=n
      
      Review URL: https://codereview.chromium.org/955463002
      
      Cr-Commit-Position: refs/heads/master@{#26831}
      89731cfb
  9. 22 Jul, 2014 1 commit
  10. 03 Apr, 2014 1 commit
  11. 07 Jan, 2014 1 commit
  12. 02 Jan, 2014 2 commits
  13. 05 Dec, 2013 1 commit
  14. 15 Jul, 2013 1 commit
  15. 23 Apr, 2013 2 commits
  16. 29 Jan, 2013 1 commit
  17. 11 May, 2012 1 commit
  18. 03 May, 2012 1 commit
  19. 30 Mar, 2012 1 commit
    • jkummerow@chromium.org's avatar
      Add support for Mac OS X 64bit builds with GYP · da5b44cb
      jkummerow@chromium.org authored
      Note that in order to build for 64bits mode, you'll have
      to specify the target architecture explicitely, the default
      is still 32bits for Mac OS X.
      
      Example with make and gcc:
      
      $ export GYP_GENERATORS=make
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with make and clang:
      
      $ export GYP_GENERATORS=make
      $ export CC=/usr/bin/clang
      $ export CXX=/usr/bin/clang++
      $ export GYP_DEFINES="clang=1"
      $ make dependencies
      $ make -j 8 library=shared x64.release
      
      Example with xcode:
      
      $ export GYP_GENERATORS=xcode
      $ build/gyp_v8 -Dtarget_arch=x64
      $ xcodebuild -project build/all.xcodeproj -configuration Release
      
      Contributed by Filipe David Manana <fdmanana@gmail.com>
      
      BUG=
      TEST=
      
      Review URL: https://chromiumcodereview.appspot.com/9808065
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11199 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      da5b44cb
  20. 09 Nov, 2011 1 commit
  21. 25 Aug, 2011 1 commit
  22. 09 Jun, 2011 1 commit
  23. 14 Dec, 2010 1 commit