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

Unified Diff: ports/devenv/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/devenv/build.sh ('k') | ports/glibc-compat/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ports/devenv/pkg_info
diff --git a/ports/devenv/pkg_info b/ports/devenv/pkg_info
index c7bb7cf5393b01d649f4d6bf5bcb283a116fb9bf..c8983c20e359d80bce5443e943239327402b520e 100644
--- a/ports/devenv/pkg_info
+++ b/ports/devenv/pkg_info
@@ -2,5 +2,5 @@ NAME=devenv
VERSION=0.1
# Currently only builds on linux (due to dependency on openssl)
BUILD_OS=linux
-DEPENDS=(bash unzip geturl pkg)
+DEPENDS=(bash unzip geturl pkg gtest)
DISABLED_TOOLCHAIN=(emscripten)
« no previous file with comments | « ports/devenv/build.sh ('k') | ports/glibc-compat/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698