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

Unified Diff: ports/mingn/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/libyuv/nacl.patch ('k') | ports/nacl-spawn/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/mingn/build.sh
diff --git a/ports/mingn/build.sh b/ports/mingn/build.sh
index 3e5bff030c34a0472a379b6fc054a1a7462004cf..d2e269f6edd6878ef63e28c913c2f128a811f2f9 100644
--- a/ports/mingn/build.sh
+++ b/ports/mingn/build.sh
@@ -61,11 +61,7 @@ EOF
# Copy SDK libs
LogExecute cp -r ${NACL_SDK_LIBDIR}/*.a lib/
- LogExecute rm -fr lib/libgtest.*a
- LogExecute rm -fr lib/libgmock.*a
# Copy in SDK includes.
LogExecute cp -r ${NACL_SDK_ROOT}/include ./
- LogExecute rm -fr include/gtest
- LogExecute rm -fr include/gmock
}
« no previous file with comments | « ports/libyuv/nacl.patch ('k') | ports/nacl-spawn/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698