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

Unified Diff: ports/gtest/pkg_info

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/nacl.patch ('k') | ports/libyuv/build.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/gtest/pkg_info
diff --git a/ports/gtest/pkg_info b/ports/gtest/pkg_info
index 43641f9d4cd3fe6780a02853930a4738b1f78b81..e14c01a6959ea954ac2c7a93b93e5df6438f4b62 100644
--- a/ports/gtest/pkg_info
+++ b/ports/gtest/pkg_info
@@ -1,11 +1,5 @@
NAME=gtest
-VERSION=1.7.0
-URL=http://googletest.googlecode.com/files/gtest-1.7.0.zip
+VERSION=1.7.0+
+URL=https://github.com/google/googletest.git@6f8a664
LICENSE=BSD:COPYING
-DEPENDS=(nacl-spawn)
-# This port is disabled since it already comes prebuilt with the NaCl
-# SDK. Its included here as an example, or in case anybody wants to
-# rebuilt using the webports build system.
-DISABLED=1
-SHA1=f85f6d2481e2c6c4a18539e391aa4ea8ab0394af
DISABLED_TOOLCHAIN=(emscripten)
« no previous file with comments | « ports/gtest/nacl.patch ('k') | ports/libyuv/build.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698