diff options
author | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-26 03:42:15 +0000 |
---|---|---|
committer | chrome-admin@google.com <chrome-admin@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-26 03:42:15 +0000 |
commit | 7af90e75366a20a2c89b8dd757b09a6c5b1cb7e7 (patch) | |
tree | 05d1c7cd9f8341ee2a0038906146f836e6e204c9 /.DEPS.git | |
parent | 91caf8aff0fef00f1437ae84442548aa57758c65 (diff) | |
download | chromium_src-7af90e75366a20a2c89b8dd757b09a6c5b1cb7e7.zip chromium_src-7af90e75366a20a2c89b8dd757b09a6c5b1cb7e7.tar.gz chromium_src-7af90e75366a20a2c89b8dd757b09a6c5b1cb7e7.tar.bz2 |
Update .DEPS.git
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111627 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to '.DEPS.git')
-rw-r--r-- | .DEPS.git | 28 |
1 files changed, 23 insertions, 5 deletions
@@ -24,6 +24,8 @@ deps = { Var('git_url') + '/external/google-url.git@d5391dd20f9bf8b1dd60d060b0810c30c2d68c70', 'src/native_client': Var('git_url') + '/native_client/src/native_client.git@aac0cb39e5809fe6fe6b8e6619c005682e0639a5', + 'src/native_client_sdk/src/site_scons': + Var('git_url') + '/native_client/src/native_client/site_scons.git@21340aa030d3baf50c07013c563c6eb4eac08163', 'src/sdch/open-vcdiff': Var('git_url') + '/external/open-vcdiff.git@64fe2324403ea78dbd781073f4e5b34768676e2c', 'src/seccompsandbox': @@ -72,6 +74,8 @@ deps = { Var('git_url') + '/external/pyftpdlib.git@3647f3cafa367c9576f29bde2f7b6d1b7d2983b3', 'src/third_party/pylib': Var('git_url') + '/native_client/src/third_party/pylib.git@be1b3e269cb698f969a5a630a026628cc6d6cc78', + 'src/third_party/pymox': + Var('git_url') + '/external/pymox.git@9011fcf628196660fda01dc4d1ffc23b5315dfe0', 'src/third_party/safe_browsing/testing': Var('git_url') + '/external/google-safe-browsing/testing.git@1c915e54f77f3a8288bd6af5c507d2dbdc6b4035', 'src/third_party/scons-2.0.1': @@ -159,6 +163,8 @@ deps_os = { Var('git_url') + '/chromium/deps/lighttpd.git@856e79c6109d4f0abe93c01d4c22419e33c9bee7', 'src/third_party/mingw-w64/mingw/bin': Var('git_url') + '/native_client/deps/third_party/mingw-w64/mingw/bin.git@3cc8b140b883a9fe4986d12cfd46c16a093d3527', + 'src/third_party/nacl_sdk_binaries': + Var('git_url') + '/chromium/deps/nacl_sdk_binaries.git@759dfca03bdc774da7ecbf974f6e2b84f43699a5', 'src/third_party/nss': Var('git_url') + '/chromium/deps/nss.git@46701144a73b7854ec7d27c1642c378cea69075b', 'src/third_party/pefile': @@ -206,18 +212,30 @@ hooks = [ [ 'python', 'src/build/download_nacl_toolchains.py', + '--no-pnacl', + '--no-arm-trusted', '--x86-version', - '7098', - '--nacl-newlib-only', + '7258', '--file-hash', 'mac_x86_newlib', - '74612a65dd6bae1d85af1f7277cc6af6e5d86b46', + '648b5ae8ae770b41c4a0eef28cff6f67fe8bb386', '--file-hash', 'win_x86_newlib', - '3672e7b20848beec886badc46909cf24fb1c574f', + 'a340bc72900f002f88491bf82baf69d35593ed75', '--file-hash', 'linux_x86_newlib', - '528b9b85d087ffb5a0f6348f5219a33cd0ff725f' + '5f82c18ce9d0201f9df852bddcb19746ef690290', + '--file-hash', + 'mac_x86', + 'f7b73f3d9073b75bb1ef6b583eaf56f397ca80ed', + '--file-hash', + 'win_x86', + '75ee1d6f8c758d9580b2c35773b14d0ab6847372', + '--file-hash', + 'linux_x86', + '33afa1cefa7fd2a7270b309298dbbf93361d90db', + '--save-downloads-dir', + 'src/native_client_sdk/src/build_tools/toolchain_archives' ], 'pattern': '.' |