summaryrefslogtreecommitdiff
path: root/gyp_libyuv
AgeCommit message (Collapse)Author
2014-09-23Make Libyuv work with Chromium Git checkoutskjellander@google.com
This is very similar to the changes in https://code.google.com/p/webrtc/source/detail?r=6938 TESTED=gclient sync and runhooks on Mac and Linux + building successfully. R=fbarchard@chromium.org Review URL: https://webrtc-codereview.appspot.com/24619004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1089 16f28f9a-4ce2-e073-06de-1de4eb20be90
2014-04-11Roll chromium_revision 260824:262938 + fix binutils. Since it's not ↵fbarchard@google.com
possible to have platform-specific hooks executing, binutils must be downloaded for all platforms in order for the download.py hook to execute properly on non-unix platforms. BUG=323 TESTED=gclient sync R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/11869004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1000 16f28f9a-4ce2-e073-06de-1de4eb20be90
2014-04-02Fix DEPS and gyp_libyuv for chromium roll in r996kjellander@google.com
The roll in r996 requires some additional changes in order to make the GYP generation script to run properly. BUG=none TESTED=trybots passing. R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/10799005 git-svn-id: http://libyuv.googlecode.com/svn/trunk@997 16f28f9a-4ce2-e073-06de-1de4eb20be90
2014-03-28Minor fixes to gyp_libyuv.pykjellander@google.com
Fixed invalid references left from the copied gyp_webrtc. This CL will also add svn:ignore on a bunch of directories to speed up builds (less unnecessary delete + redownload). It also adds the executable bit to gyp_libyuv. R=fbarchard@google.com Review URL: https://webrtc-codereview.appspot.com/10889004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@992 16f28f9a-4ce2-e073-06de-1de4eb20be90
2014-03-28Update libyuv build toolchain.fbarchard@google.com
Download and use GN similar to how WebRTC uses it for GYP/ninja generation Similar changes as done in https://webrtc-codereview.appspot.com/6939004 Add support for VS2013 compilation using the Chromium standalone toolchain. Similar changes: https://webrtc-codereview.appspot.com/9769004 Fix the valgrind wrapper script similar to https://webrtc-codereview.appspot.com/5589006 https://webrtc-codereview.appspot.com/6939004 Remove no longer needed cygwin mount hook. TEST=All trybots except iOS are passing. Those will have to be fixed in a future CL. BUG=310 TESTED=gclient sync on osx/ios R=tpsiaki@google.com Review URL: https://webrtc-codereview.appspot.com/10849004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@991 16f28f9a-4ce2-e073-06de-1de4eb20be90