Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(159)

Unified Diff: ports/libyuv/build.sh

Issue 1555913002: Build gtest from source rather than using SDK-provided version (Closed) Base URL: https://chromium.googlesource.com/webports.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ports/gtest/pkg_info ('k') | ports/libyuv/nacl.patch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/libyuv/build.sh
diff --git a/ports/libyuv/build.sh b/ports/libyuv/build.sh
index 93fde9864806f1c7a421c450d40c61c1111131a1..9b170748d37cfcb25f0125478f08dd42530031ec 100644
--- a/ports/libyuv/build.sh
+++ b/ports/libyuv/build.sh
@@ -18,6 +18,7 @@ if [ "${NACL_ARCH}" = "x86_64" ]; then
fi
EXTRA_CMAKE_ARGS="-DTEST=ON"
+EXTRA_CMAKE_ARGS+=" -DGTEST_SRC_DIR=${GTEST_SRC}"
TestStep() {
# TODO(sbc): re-enable i686 testing once we fix this gtest-releated issue:
« no previous file with comments | « ports/gtest/pkg_info ('k') | ports/libyuv/nacl.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698