Fix compilation on win shared and mips

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

Review URL: https://codereview.chromium.org/309983002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21627 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
jochen@chromium.org 2014-06-03 08:29:03 +00:00
parent b58a08d998
commit 55e65935c9
3 changed files with 5 additions and 2 deletions

View File

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

View File

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

View File

@ -61,6 +61,9 @@
# has some sources to link into the component.
'../../src/v8dll-main.cc',
],
'include_dirs': [
'../..',
],
'defines': [
'V8_SHARED',
'BUILDING_V8_SHARED',