diff options
author | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 01:59:36 +0000 |
---|---|---|
committer | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-11 01:59:36 +0000 |
commit | 1f4dd6d26bc1a1548a270c0ad94b58321637e7a0 (patch) | |
tree | 4e5e62973fcb0e667e72b433c17681d7105adb23 /o3d/DEPS | |
parent | 38b48a844731cd10d69d8e99d476e3dac9e81980 (diff) | |
download | chromium_src-1f4dd6d26bc1a1548a270c0ad94b58321637e7a0.zip chromium_src-1f4dd6d26bc1a1548a270c0ad94b58321637e7a0.tar.gz chromium_src-1f4dd6d26bc1a1548a270c0ad94b58321637e7a0.tar.bz2 |
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/371078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/DEPS')
-rw-r--r-- | o3d/DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,9 +2,9 @@ vars = { "chromium_trunk": "http://src.chromium.org/svn/trunk", "nixysa_rev": "61", "chromium_rev": "28829", - "o3d_code_rev": "161", + "o3d_code_rev": "166", "skia_rev": "376", - "gyp_rev": "725", + "gyp_rev": "749", "gtest_rev": "329", "gflags_rev": "30", "breakpad_rev": "391", |