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

Unified Diff: third_party/boringssl/BUILD.gn

Issue 1917223004: GN: Move boringssl_tests into build_with_chromium condition (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/boringssl/BUILD.gn
diff --git a/third_party/boringssl/BUILD.gn b/third_party/boringssl/BUILD.gn
index d4f00cfe726d3fbcbb0f3b8a0dddc1604ee5dfce..fe2515c6d0955db370c4944dc58c57e33a0e2176 100644
--- a/third_party/boringssl/BUILD.gn
+++ b/third_party/boringssl/BUILD.gn
@@ -125,14 +125,14 @@ component("boringssl") {
}
}
-create_tests("boringssl_tests") {
- configs = [ ":internal_config" ]
- deps = [
- ":boringssl",
- ]
-}
-
if (build_with_chromium) {
+ create_tests("boringssl_tests") {
davidben 2016/04/27 17:16:16 I think the root problem here is I forget the anno
kjellander_chromium 2016/04/27 20:07:21 I prefer you do that in a separate CL. My main obj
davidben 2016/04/27 22:52:31 Sounds good. I'll deal with that separately then.
+ configs = [ ":internal_config" ]
+ deps = [
+ ":boringssl",
+ ]
+ }
+
test("boringssl_unittests") {
deps = [
":boringssl_tests",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698