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

Side by Side 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 unified diff | Download patch
OLDNEW
1 NAME=gtest 1 NAME=gtest
2 VERSION=1.7.0 2 VERSION=1.7.0
3 URL=http://googletest.googlecode.com/files/gtest-1.7.0.zip 3 URL=http://googletest.googlecode.com/files/gtest-1.7.0.zip
4 LICENSE=BSD:COPYING 4 LICENSE=BSD:COPYING
5 DEPENDS=(nacl-spawn)
6 # This port is disabled since it already comes prebuilt with the NaCl
7 # SDK. Its included here as an example, or in case anybody wants to
8 # rebuilt using the webports build system.
9 DISABLED=1
10 SHA1=f85f6d2481e2c6c4a18539e391aa4ea8ab0394af 5 SHA1=f85f6d2481e2c6c4a18539e391aa4ea8ab0394af
11 DISABLED_TOOLCHAIN=(emscripten) 6 DISABLED_TOOLCHAIN=(emscripten)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698