Chromium Code Reviews

Unified Diff: BUILD.gn

Issue 326193002: Fix typos in BUILD.gn source lists (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« 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: 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 += [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine