Revision: 21627
Author:   joc...@chromium.org
Date:     Tue Jun  3 08:29:03 2014 UTC
Log:      Fix compilation on win shared and mips

TBR=mvstan...@chromium.org
LOG=n
BUG=none

Review URL: https://codereview.chromium.org/309983002
http://code.google.com/p/v8/source/detail?r=21627

Modified:
 /branches/bleeding_edge/src/mips/frames-mips.cc
 /branches/bleeding_edge/test/cctest/cctest.cc
 /branches/bleeding_edge/tools/gyp/v8.gyp

=======================================
--- /branches/bleeding_edge/src/mips/frames-mips.cc Tue Jun 3 08:12:43 2014 UTC +++ /branches/bleeding_edge/src/mips/frames-mips.cc Tue Jun 3 08:29:03 2014 UTC
@@ -8,7 +8,7 @@

 #include "src/assembler.h"
 #include "src/mips/assembler-mips.h"
-#include "src/amips/ssembler-mips-inl.h"
+#include "src/mips/assembler-mips-inl.h"
 #include "src/frames.h"

 namespace v8 {
=======================================
--- /branches/bleeding_edge/test/cctest/cctest.cc Tue Jun 3 08:12:43 2014 UTC +++ /branches/bleeding_edge/test/cctest/cctest.cc Tue Jun 3 08:29:03 2014 UTC
@@ -25,7 +25,7 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

-#include <v8.h>
+#include "include/v8.h"
 #include "test/cctest/cctest.h"

 #include "src/debug.h"
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp    Tue Jun  3 08:12:43 2014 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp    Tue Jun  3 08:29:03 2014 UTC
@@ -60,6 +60,9 @@
             # Note: on non-Windows we still build this file so that gyp
             # has some sources to link into the component.
             '../../src/v8dll-main.cc',
+          ],
+          'include_dirs': [
+            '../..',
           ],
           'defines': [
             'V8_SHARED',

--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to