diff options
author | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 01:53:36 +0000 |
---|---|---|
committer | piman@google.com <piman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-07 01:53:36 +0000 |
commit | daefca3e87d6d36f0e6a58e3b0ff60917f285acb (patch) | |
tree | bbb7a69c597c2d57b6427391ebbee4bf075c8025 /o3d/DEPS | |
parent | 75f9c5ec2b230df2fae6dd6f372eb1eb8562ff01 (diff) | |
download | chromium_src-daefca3e87d6d36f0e6a58e3b0ff60917f285acb.zip chromium_src-daefca3e87d6d36f0e6a58e3b0ff60917f285acb.tar.gz chromium_src-daefca3e87d6d36f0e6a58e3b0ff60917f285acb.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/376010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31356 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": "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", |