Reviewers: vogelheim,
Message:
I'm guessing at a reviewer - please redirect if needed. I'm not a V8
committer,
so will need help landing. Thanks!
Description:
Fix typos in BUILD.gn source lists
"foo,cc" is not the same as "foo.cc"
Please review this at https://codereview.chromium.org/326193002/
SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/
Affected files (+2, -2 lines):
M BUILD.gn
Index: BUILD.gn
===================================================================
--- BUILD.gn (revision 21750)
+++ BUILD.gn (working copy)
@@ -898,7 +898,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) {
@@ -913,7 +913,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.