- 12 Oct, 2015 1 commit
-
-
Frank Barchard authored
Roll chromium_revision bfea27a..bb79186 (340499:353481) in DEPS. Changes: https://chromium.googlesource.com/chromium/src/+log/bfea27a..bb79186 To get the Android dependencies, you need to have target_os = ["android"]; added to the end of your .gclient file (after the solution specs) + re-run gclient sync. You'll also need to run: build/install-android-sdks.sh Then build and run the test with something like this: GYP_CROSSCOMPILE=1 GYP_DEFINES="OS=android component=static_library target_arch=arm" ./gyp_libyuv ninja -C out/Release libyuv_unittest_apk util/android/test_runner.py gtest -s libyuv_unittest --verbose --release R=fbarchard@chromium.org Review URL: https://codereview.chromium.org/1398383003 .
-
- 19 Aug, 2015 1 commit
-
-
Frank Barchard authored
Deleting in https://codereview.chromium.org/1290173003 BUG=chromium:267773 R=harryjin@google.com Review URL: https://webrtc-codereview.appspot.com/54849004.
-
- 29 Jun, 2015 1 commit
-
-
Frank Barchard authored
This CL mimics https://codereview.webrtc.org/1145343009/ which updated set_links for ios. R=harryjin@google.com BUG=libyuv:456 TESTED=try bots Review URL: https://webrtc-codereview.appspot.com/50309004.
-
- 10 Mar, 2015 1 commit
-
-
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
-
- 27 Feb, 2015 1 commit
-
-
kjellander@google.com authored
Details: https://chromium.googlesource.com/chromium/src/+/271c6cc..2c3ffb2/DEPS Updated sync_chromium.py to be identical with WebRTC's current version. Removed the xcode61 suffixed Mac trybots as well. The following were moved into src/buildtools: * src/third_party/libc++/trunk * src/third_party/libc++abi/trunk TBR=fbarchard@google.com TESTED=All trybots passing this. Review URL: https://webrtc-codereview.appspot.com/40119004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1301 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
- 23 Sep, 2014 2 commits
-
-
kjellander@google.com authored
https://code.google.com/p/webrtc/source/detail?r=7222 contains a few fixes for edge cases when moving back and forth with Chromium DEPS. TBR=fbarchard@google.com BUG= Review URL: https://webrtc-codereview.appspot.com/30529004 git-svn-id: http://libyuv.googlecode.com/svn/trunk@1090 16f28f9a-4ce2-e073-06de-1de4eb20be90
-
kjellander@google.com authored
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
-