summaryrefslogtreecommitdiffstats
path: root/build/temp_gyp
diff options
context:
space:
mode:
authorager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 08:23:47 +0000
committerager@chromium.org <ager@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-25 08:23:47 +0000
commit3e93d18b1cc01b713e0ce736a8aa18a1533a87e2 (patch)
tree22f3337c66ed12258f21474ceb601252ffe45c7b /build/temp_gyp
parente2da5066564600b7767bd1e732fee6b77d380fb9 (diff)
downloadchromium_src-3e93d18b1cc01b713e0ce736a8aa18a1533a87e2.zip
chromium_src-3e93d18b1cc01b713e0ce736a8aa18a1533a87e2.tar.gz
chromium_src-3e93d18b1cc01b713e0ce736a8aa18a1533a87e2.tar.bz2
Let's try this again. This time actually include the new platform
file and add a couple of new -inl.h files to the project. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/53044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12439 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/temp_gyp')
-rw-r--r--build/temp_gyp/v8.gyp6
1 files changed, 4 insertions, 2 deletions
diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp
index 9e620a2..3921318 100644
--- a/build/temp_gyp/v8.gyp
+++ b/build/temp_gyp/v8.gyp
@@ -64,6 +64,7 @@
'../../v8/src/cpu.h',
'../../v8/src/dateparser.cc',
'../../v8/src/dateparser.h',
+ '../../v8/src/dateparser-inl.h',
'../../v8/src/debug-arm.cc',
'../../v8/src/debug-ia32.cc',
'../../v8/src/debug.cc',
@@ -163,6 +164,7 @@
'../../v8/src/regexp-stack.cc',
'../../v8/src/regexp-stack.h',
'../../v8/src/register-allocator.h',
+ '../../v8/src/register-allocator-inl.h',
'../../v8/src/register-allocator.cc',
'../../v8/src/register-allocator-arm.cc',
'../../v8/src/register-allocator-ia32.cc',
@@ -333,8 +335,8 @@
['exclude', 'src/platform-.*\\.cc$' ],
],
'conditions': [
- ['OS=="linux"', {'sources/': [['include', 'src/platform-linux\\.cc$']]}],
- ['OS=="mac"', {'sources/': [['include', 'src/platform-macos\\.cc$']]}],
+ ['OS=="linux"', {'sources/': [['include', 'src/platform-linux\\.cc$', 'src/platform-posix\\.cc$']]}],
+ ['OS=="mac"', {'sources/': [['include', 'src/platform-macos\\.cc$', 'src/platform-posix\\.cc$']]}],
['OS=="win"', {
'sources/': [['include', 'src/platform-win32\\.cc$']],
# 4355, 4800 came from common.vsprops