From daefca3e87d6d36f0e6a58e3b0ff60917f285acb Mon Sep 17 00:00:00 2001 From: "piman@google.com" Date: Sat, 7 Nov 2009 01:53:36 +0000 Subject: linux: 64-bit This CL enables a 64-bit of linux. Set target_arch='x64' in the gyp defines to enable. - fixes a few 64-bit issues - fixes some linux build issues on scons vs make - add rules to build 64-bit version Review URL: http://codereview.chromium.org/376010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31356 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/DEPS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'o3d/DEPS') diff --git a/o3d/DEPS b/o3d/DEPS index 6533d01..c4f7e29 100644 --- a/o3d/DEPS +++ b/o3d/DEPS @@ -2,9 +2,9 @@ vars = { "chromium_trunk": "http://src.chromium.org/svn/trunk", "nixysa_rev": "56", "chromium_rev": "28829", - "o3d_code_rev": "161", + "o3d_code_rev": "166", "skia_rev": "376", - "gyp_rev": "725", + "gyp_rev": "742", "gtest_rev": "329", "gflags_rev": "30", "breakpad_rev": "391", -- cgit v1.1