Revision: 17109
Author: [email protected]
Date: Fri Oct 4 14:53:16 2013 UTC
Log: Fix shared_library build after r17107
[email protected]
Review URL: https://codereview.chromium.org/26004003
http://code.google.com/p/v8/source/detail?r=17109
Modified:
/branches/bleeding_edge/src/platform/elapsed-timer.h
/branches/bleeding_edge/src/platform/mutex.h
/branches/bleeding_edge/src/platform/semaphore.h
/branches/bleeding_edge/src/platform/time.h
/branches/bleeding_edge/src/unicode.h
/branches/bleeding_edge/tools/gyp/v8.gyp
=======================================
--- /branches/bleeding_edge/src/platform/elapsed-timer.h Wed Oct 2
13:30:31 2013 UTC
+++ /branches/bleeding_edge/src/platform/elapsed-timer.h Fri Oct 4
14:53:16 2013 UTC
@@ -28,8 +28,8 @@
#ifndef V8_PLATFORM_ELAPSED_TIMER_H_
#define V8_PLATFORM_ELAPSED_TIMER_H_
-#include "checks.h"
-#include "platform/time.h"
+#include "../checks.h"
+#include "time.h"
namespace v8 {
namespace internal {
=======================================
--- /branches/bleeding_edge/src/platform/mutex.h Thu Sep 12 08:57:10 2013
UTC
+++ /branches/bleeding_edge/src/platform/mutex.h Fri Oct 4 14:53:16 2013
UTC
@@ -28,9 +28,9 @@
#ifndef V8_PLATFORM_MUTEX_H_
#define V8_PLATFORM_MUTEX_H_
-#include "lazy-instance.h"
+#include "../lazy-instance.h"
#if V8_OS_WIN
-#include "win32-headers.h"
+#include "../win32-headers.h"
#endif
#if V8_OS_POSIX
=======================================
--- /branches/bleeding_edge/src/platform/semaphore.h Tue Sep 10 15:03:17
2013 UTC
+++ /branches/bleeding_edge/src/platform/semaphore.h Fri Oct 4 14:53:16
2013 UTC
@@ -28,9 +28,9 @@
#ifndef V8_PLATFORM_SEMAPHORE_H_
#define V8_PLATFORM_SEMAPHORE_H_
-#include "lazy-instance.h"
+#include "../lazy-instance.h"
#if V8_OS_WIN
-#include "win32-headers.h"
+#include "../win32-headers.h"
#endif
#if V8_OS_MACOSX
=======================================
--- /branches/bleeding_edge/src/platform/time.h Wed Oct 2 13:30:31 2013 UTC
+++ /branches/bleeding_edge/src/platform/time.h Fri Oct 4 14:53:16 2013 UTC
@@ -31,7 +31,7 @@
#include <ctime>
#include <limits>
-#include "allocation.h"
+#include "../allocation.h"
// Forward declarations.
extern "C" {
=======================================
--- /branches/bleeding_edge/src/unicode.h Wed Mar 13 20:04:50 2013 UTC
+++ /branches/bleeding_edge/src/unicode.h Fri Oct 4 14:53:16 2013 UTC
@@ -29,7 +29,7 @@
#define V8_UNICODE_H_
#include <sys/types.h>
-#include <globals.h>
+#include "globals.h"
/**
* \file
* Definitions and convenience functions for working with unicode.
=======================================
--- /branches/bleeding_edge/tools/gyp/v8.gyp Fri Oct 4 11:57:42 2013 UTC
+++ /branches/bleeding_edge/tools/gyp/v8.gyp Fri Oct 4 14:53:16 2013 UTC
@@ -58,13 +58,10 @@
['component=="shared_library"', {
'type': '<(component)',
'sources': [
+ '../../src/defaults.cc',
# Note: on non-Windows we still build this file so that gyp
# has some sources to link into the component.
'../../src/v8dll-main.cc',
- '../../src/defaults.cc',
- ],
- 'include_dirs': [
- '../../include',
],
'defines': [
'V8_SHARED',
@@ -274,7 +271,6 @@
'../../src/debug-agent.h',
'../../src/debug.cc',
'../../src/debug.h',
- '../../src/defaults.cc',
'../../src/deoptimizer.cc',
'../../src/deoptimizer.h',
'../../src/disasm.h',
@@ -858,6 +854,10 @@
'BUILDING_V8_SHARED',
'V8_SHARED',
],
+ }, {
+ 'sources': [
+ '../../src/defaults.cc',
+ ],
}],
['v8_postmortem_support=="true"', {
'sources': [
--
--
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/groups/opt_out.