Reviewers: jochen,

Description:
Fix BUILD.gn

[email protected]

Please review this at https://codereview.chromium.org/442343003/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+2, -2 lines):
  M BUILD.gn


Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b3813d2504dcf5cfb5b96e8ecf3b901e41f6a84c..ecc0f201da035ee29db95ae763cb892a354b8312 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -866,8 +866,8 @@ source_set("v8_base") {
     "src/zone-inl.h",
     "src/zone.cc",
     "src/zone.h",
-    "third_party/fdlibm/fdlibm.cc',
-    "third_party/fdlibm/fdlibm.h',
+    "third_party/fdlibm/fdlibm.cc",
+    "third_party/fdlibm/fdlibm.h",
   ]

   if (v8_target_arch == "x86") {


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to