Update the NaaCl version tag to the version that matches the latest GPU header
files.
Review URL: http://codereview.chromium.org/797004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41221 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/DEPS b/DEPS
index e8c8b6bd9..a821a6d2 100644
--- a/DEPS
+++ b/DEPS
@@ -6,7 +6,7 @@
"skia_revision": "504",
"chromium_git": "http://src.chromium.org/git",
"swig_revision": "40423",
- "nacl_revision": "1653",
+ "nacl_revision": "1694",
}
deps = {
@@ -44,7 +44,8 @@
"http://v8.googlecode.com/svn/trunk@4079",
"src/native_client":
- "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" + Var("nacl_revision"),
+ "http://nativeclient.googlecode.com/svn/trunk/src/native_client@" +
+ Var("nacl_revision"),
"src/third_party/skia/src":
"http://skia.googlecode.com/svn/trunk/src@" + Var("skia_revision"),