Reviewers: marja,

Description:
Don't list platform-posix.cc twice on android

BUG=387326
[email protected]
LOG=n

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

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

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


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


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