From 9d319f0cb5e0850447dbd95b07fed28245fb0b31 Mon Sep 17 00:00:00 2001 From: John Abd-El-Malek Date: Mon, 30 Jun 2014 12:54:56 -0700 Subject: Fix syntax error in BUILD.gn --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index ff72a1dc6f..43b70497e3 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -127,7 +127,7 @@ component("safemath") { "third_party/numerics/safe_conversions_impl.h", "third_party/numerics/safe_math.h", "third_party/numerics/safe_math_impl.h", - ], + ] } static_library("fdrm") { -- cgit v1.2.3