commit | b4893e60c3e3e3df3fc68f04577d7c80d17bb5bc | [log] [tgz] |
---|---|---|
author | btolsch <btolsch@chromium.org> | Mon May 28 22:03:07 2018 -0700 |
committer | Brandon Tolsch <btolsch@chromium.org> | Thu Jun 07 08:15:52 2018 +0000 |
tree | 6643d96d743de44c80ca333c01a450951588aace | |
parent | 9d6900c43279fabb21cb9bdbd5116fa5727cd764 [diff] [blame] |
Add initial utilities to base/ This change adds IPv4Address and IPv6Address. Change-Id: Id107842422c32b8c9232c887668504a16feb0a90 Reviewed-on: https://chromium-review.googlesource.com/1080730 Reviewed-by: mark a. foltz <mfoltz@chromium.org>
diff --git a/BUILD.gn b/BUILD.gn index ba4b065..a4ec72a 100644 --- a/BUILD.gn +++ b/BUILD.gn
@@ -3,7 +3,12 @@ # found in the LICENSE file. group("gn_all") { - deps = [ "//platform" ] + testonly = true + + deps = [ + "//base:base_unittests", + "//platform", + ] } executable("hello") {