Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: BUILD.gn

Issue 350893002: Don't list platform-posix.cc twice on android (Closed) Base URL: https://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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« 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
diff --git a/BUILD.gn b/BUILD.gn
index b2a21553f290f9bc0b198131720e048845fd9cb7..4a9df1e2bb46270347f9233503b5a9b446bae251 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -986,7 +986,6 @@ source_set("v8_base") {
}
} else if (is_android) {
defines += [ "CAN_USE_VFP_INSTRUCTIONS" ]
- sources += [ "src/platform-posix.cc" ]
if (build_os == "mac") {
if (current_toolchain == host_toolchain) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698