From e2da5066564600b7767bd1e732fee6b77d380fb9 Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Wed, 25 Mar 2009 07:53:10 +0000 Subject: Add new platform file to V8 gyp file. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/53043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12438 0039d316-1c4b-4281-b951-d872f2087c98 --- build/temp_gyp/v8.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'build/temp_gyp') diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index d2481f8..9e620a2 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -142,6 +142,7 @@ '../../v8/src/platform-linux.cc', '../../v8/src/platform-macos.cc', '../../v8/src/platform-nullos.cc', + '../../v8/src/platform-posix.cc', '../../v8/src/platform-win32.cc', '../../v8/src/platform.h', '../../v8/src/prettyprinter.cc', -- cgit v1.1