1. 08 Feb, 2016 1 commit
  2. 14 Jan, 2016 1 commit
  3. 16 Dec, 2015 1 commit
  4. 15 Dec, 2015 1 commit
  5. 11 Dec, 2015 1 commit
  6. 10 Dec, 2015 1 commit
  7. 23 Oct, 2015 1 commit
  8. 20 Oct, 2015 2 commits
  9. 18 Oct, 2015 1 commit
  10. 16 Oct, 2015 3 commits
  11. 12 Oct, 2015 1 commit
  12. 27 Jul, 2015 1 commit
  13. 10 Jul, 2015 1 commit
  14. 01 Jul, 2015 1 commit
  15. 29 Jun, 2015 1 commit
  16. 25 Jun, 2015 1 commit
  17. 18 Jun, 2015 1 commit
  18. 10 Jun, 2015 1 commit
  19. 08 Jun, 2015 1 commit
  20. 04 Jun, 2015 1 commit
  21. 30 Apr, 2015 1 commit
  22. 27 Feb, 2015 1 commit
  23. 25 Feb, 2015 1 commit
  24. 12 Jan, 2015 1 commit
  25. 24 Nov, 2014 1 commit
  26. 13 Oct, 2014 1 commit
  27. 23 Sep, 2014 1 commit
  28. 21 Sep, 2014 1 commit
  29. 20 Aug, 2014 1 commit
  30. 01 Aug, 2014 1 commit
  31. 03 Jul, 2014 1 commit
    • kjellander@google.com's avatar
      Roll chromium_revision 274825:280149 to fix GN · f34649b2
      kjellander@google.com authored
      Due to http://crbug.com/389883 GN currently doesn't execute
      unless the top folder is named 'src'.
      
      To work around this, perform the following changes to a
      checkout that currently has "trunk" as the root folder:
      1. Rename trunk -> src
      2. Remove .gclient_entries file (will be re-created)
      3. Edit .gclient and:
        * set the name of the solution to "src"
        * add/change the custom_vars dict for the solution to
          have a key like this:
          "custom_vars" : {
            "root_dir" : "src",
          },
      4. Run gclient sync
      
      The buildbots already have this done and gets a "src"
      dir for their checkouts.
      
      I also workaround some recent changes for sanitizer tools
      and add a copy of Chromium's tsan_suppressions.cc to prepare
      for TSan v2 (since v1 that libyuv is currently using is
      deprecated and should be removed).
      
      BUG=libyuv:338
      TEST=Currently working trybot passing + local compile on Linux in
      Debug,Release and with ASan+TSan v2 using:
      GYP_DEFINES="asan=1 release_extra_cflags=-g use_allocator=none" ./gyp_libyuv && ninja -C out/Release
      GYP_DEFINES="tsan=1 release_extra_cflags=-g use_allocator=none" ./gyp_libyuv && ninja -C out/Release
      R=fbarchard@google.com
      
      Review URL: https://webrtc-codereview.appspot.com/12889004
      
      git-svn-id: http://libyuv.googlecode.com/svn/trunk@1027 16f28f9a-4ce2-e073-06de-1de4eb20be90
      f34649b2
  32. 11 Jun, 2014 1 commit
  33. 11 Apr, 2014 1 commit
  34. 10 Apr, 2014 1 commit
  35. 02 Apr, 2014 2 commits
  36. 28 Mar, 2014 1 commit