From 34dbaaa865d593af848909a409217df08e667f37 Mon Sep 17 00:00:00 2001 From: "ager@chromium.org" Date: Mon, 30 Mar 2009 17:10:26 +0000 Subject: Reorder d8 files in v8 gyp file. TBR=sgjesse@chromium.org Review URL: http://codereview.chromium.org/56066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12779 0039d316-1c4b-4281-b951-d872f2087c98 --- build/temp_gyp/v8.gyp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/temp_gyp/v8.gyp b/build/temp_gyp/v8.gyp index bdf03e5..34a365b 100644 --- a/build/temp_gyp/v8.gyp +++ b/build/temp_gyp/v8.gyp @@ -230,9 +230,9 @@ ], 'd8_source_files': [ '../../v8/src/d8-debug.cc', + '../../v8/src/d8-posix.cc', '../../v8/src/d8-readline.cc', '../../v8/src/d8-windows.cc', - '../../v8/src/d8-posix.cc', '../../v8/src/d8.cc', ], }, -- cgit v1.1