Reviewers: mvstanton,
Description:
Fix compilation on win shared and mips
[email protected]
LOG=n
BUG=none
Please review this at https://codereview.chromium.org/309983002/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+5, -2 lines):
M src/mips/frames-mips.cc
M test/cctest/cctest.cc
M tools/gyp/v8.gyp
Index: src/mips/frames-mips.cc
diff --git a/src/mips/frames-mips.cc b/src/mips/frames-mips.cc
index
55f98cfa98b9fa06df20a504d1222f69a8318704..5da00801c775cc27f2a6aa6e003003422bd19dc2
100644
--- a/src/mips/frames-mips.cc
+++ b/src/mips/frames-mips.cc
@@ -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 {
Index: test/cctest/cctest.cc
diff --git a/test/cctest/cctest.cc b/test/cctest/cctest.cc
index
abb8961060d9001fdb7e8630f29a2253b6cf5abc..0be152064e7fd28b0e06356fc98e3e99a2fc5aee
100644
--- a/test/cctest/cctest.cc
+++ b/test/cctest/cctest.cc
@@ -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"
Index: tools/gyp/v8.gyp
diff --git a/tools/gyp/v8.gyp b/tools/gyp/v8.gyp
index
e499eb553f391db3f825baa4795e05c2c8fcf4ee..694677db4ea94cd564d3ed4a9f696b96898c2f24
100644
--- a/tools/gyp/v8.gyp
+++ b/tools/gyp/v8.gyp
@@ -61,6 +61,9 @@
# has some sources to link into the component.
'../../src/v8dll-main.cc',
],
+ 'include_dirs': [
+ '../..',
+ ],
'defines': [
'V8_SHARED',
'BUILDING_V8_SHARED',
--
--
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.