diff options
author | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 06:40:16 +0000 |
---|---|---|
committer | bradnelson@google.com <bradnelson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-04 06:40:16 +0000 |
commit | 1f9471a6fa3f37d206fc56132bb62234e4de3daf (patch) | |
tree | 75ad845c8d3d3d5bae57a0e1e3020c25fd9ec26f /DEPS | |
parent | 1c71576ea790a694ee0f3ea445a579ec8ea396f4 (diff) | |
download | chromium_src-1f9471a6fa3f37d206fc56132bb62234e4de3daf.zip chromium_src-1f9471a6fa3f37d206fc56132bb62234e4de3daf.tar.gz chromium_src-1f9471a6fa3f37d206fc56132bb62234e4de3daf.tar.bz2 |
Removing the last remaining vsprops files (that are hooked in).
Also pulling in a newer nacl version.
Switching to use AdditionalOptions in list form.
BUG=None
TEST=None
TBR=mmentovai
Review URL: http://codereview.chromium.org/523027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35449 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -36,13 +36,13 @@ deps = { "http://protobuf.googlecode.com/svn/trunk@219", "src/tools/gyp": - "http://gyp.googlecode.com/svn/trunk@767", + "http://gyp.googlecode.com/svn/trunk@770", "src/v8": "http://v8.googlecode.com/svn/trunk@3510", "src/native_client": - "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1194", + "http://nativeclient.googlecode.com/svn/trunk/src/native_client@1212", "src/third_party/skia/src": "http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"), |