Revision: 21765
Author:   [email protected]
Date:     Wed Jun 11 09:42:48 2014 UTC
Log:      Fix typos in BUILD.gn source lists

"foo,cc" is not the same as "foo.cc"

[email protected]

Review URL: https://codereview.chromium.org/326193002

Patch from James Robinson <[email protected]>.
http://code.google.com/p/v8/source/detail?r=21765

Modified:
 /branches/bleeding_edge/BUILD.gn

=======================================
--- /branches/bleeding_edge/BUILD.gn    Wed Jun 11 08:31:13 2014 UTC
+++ /branches/bleeding_edge/BUILD.gn    Wed Jun 11 09:42:48 2014 UTC
@@ -901,7 +901,7 @@
     }
   } else if (is_android) {
     defines += [ "CAN_USE_VFP_INSTRUCTIONS" ]
-    sources += [ "src/platform-posix,cc" ]
+    sources += [ "src/platform-posix.cc" ]

     if (build_os == "mac") {
       if (current_toolchain == host_toolchain) {
@@ -916,7 +916,7 @@
       }
     }
   } else if (is_mac) {
-    sources += [ "src/platform-macos,cc" ]
+    sources += [ "src/platform-macos.cc" ]
   } else if (is_win) {
     # TODO(jochen): Add support for cygwin.
     sources += [

--
--
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