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

Unified Diff: ports/corelibs/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 | « build_tools/test_build_tools.py ('k') | ports/devenv/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/corelibs/build.sh
diff --git a/ports/corelibs/build.sh b/ports/corelibs/build.sh
index aa0368e54aaeb690c0f6b5d5c858933d0c1cd34d..0530c8616b8c1fbfd51823f94a2dd29db2d87338 100644
--- a/ports/corelibs/build.sh
+++ b/ports/corelibs/build.sh
@@ -17,7 +17,5 @@ InstallStep() {
# Copy SDK libs
LogExecute cp -r ${NACL_SDK_LIBDIR}/lib*.so* lib/
- LogExecute rm -fr lib/libgtest.*so*
- LogExecute rm -fr lib/libgmock.*so*
fi
}
« no previous file with comments | « build_tools/test_build_tools.py ('k') | ports/devenv/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698